diff --git a/poetry.lock b/poetry.lock index 7434409..4d02381 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1686,8 +1686,8 @@ SQLAlchemy = ">=1.4.18" [package.source] type = "git" url = "https://github.com/swaptacular/swpt_pythonlib.git" -reference = "v0.10.2" -resolved_reference = "2ad30ce50ba9c0339c933d476095ce1ed66a8510" +reference = "v0.10.3" +resolved_reference = "3142f7111ce7470da65309943bfa199bd16c1f72" [[package]] name = "tomli" @@ -2059,4 +2059,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1d50d8be82cd33ce50df9a58f6a095d04fd90da2e12c51f7d38b549473d1032c" +content-hash = "73228987dfd224f0d173a716f367b2e60c65b66cc2f1a845dca6dde8b2462f1e" diff --git a/pyproject.toml b/pyproject.toml index b6d236e..0af169a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ sqlalchemy = "^2.0.19" alembic = "^1.8.1" marshmallow = "^3.17.0" aiohttp = "^3.9.3" -swpt_pythonlib = {git = "https://github.com/swaptacular/swpt_pythonlib.git", tag = "v0.10.2"} +swpt_pythonlib = {git = "https://github.com/swaptacular/swpt_pythonlib.git", tag = "v0.10.3"} pytest = "^7.1.2" pytest-mock = "^3.8.2"