Skip to content

Commit

Permalink
Bump db-client to v3.3.0 (#121)
Browse files Browse the repository at this point in the history
* Bump db-client to v3.3.0

* bump project version
  • Loading branch information
diversemix authored Apr 3, 2024
1 parent afceb18 commit cfc1f5f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
59 changes: 30 additions & 29 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.2.0"
version = "2.2.1"
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.2.2" }
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.3.0" }

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

0 comments on commit cfc1f5f

Please sign in to comment.