Skip to content

Commit

Permalink
Bump db client to 3.8.4 (#172)
Browse files Browse the repository at this point in the history
* Bump to 3.8.4

* Bump to 2.10.8
  • Loading branch information
katybaulch authored Jul 9, 2024
1 parent d515972 commit fbead9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "admin_backend"
version = "2.10.7"
version = "2.10.8"
description = ""
authors = ["CPR-dev-team <[email protected]>"]
packages = [{ include = "app" }, { include = "tests" }]
Expand Down Expand Up @@ -29,7 +29,7 @@ boto3 = "^1.28.46"
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.3" }
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.4" }

[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"
Expand Down

0 comments on commit fbead9d

Please sign in to comment.