diff --git a/poetry.lock b/poetry.lock index cc043a3f..60e20fbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,7 +569,7 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "db-client" -version = "3.8.24" +version = "3.8.25" description = "All things to do with the datamodel and its storage. Including alembic migrations and datamodel code." optional = false python-versions = "^3.9" @@ -589,8 +589,8 @@ SQLAlchemy-Utils = "^0.38.2" [package.source] type = "git" url = "https://github.com/climatepolicyradar/navigator-db-client.git" -reference = "v3.8.24" -resolved_reference = "3db09ba8836322b7752963fd1efe0665861c4ba3" +reference = "v3.8.25" +resolved_reference = "3205c037087593126037d1a9a322c9304d957ee8" [[package]] name = "dill" @@ -3063,4 +3063,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6682fbe9973199c83708c939b74ec93406750931b56be3a36c25639f1bfc8507" +content-hash = "c34f07148ebdc546b400971630b3714079a6affb90bfe5ebb3d8068b4dcd3235" diff --git a/pyproject.toml b/pyproject.toml index c07d9f44..fb86cee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "admin_backend" -version = "2.17.6" +version = "2.17.7" description = "" authors = ["CPR-dev-team "] packages = [{ include = "app" }, { include = "tests" }] @@ -29,7 +29,7 @@ boto3 = "^1.34.151" moto = "^4.2.2" types-sqlalchemy = "^1.4.53.38" urllib3 = "^1.26.17" -db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.24" } +db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.25" } navigator-notify = { git = "https://github.com/climatepolicyradar/navigator-notify.git", tag = "v0.0.2-beta" } bcrypt = "4.0.1"