Skip to content

Commit

Permalink
Update project minor dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jul 1, 2024
1 parent c0aca12 commit 69046fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 103 deletions.
114 changes: 13 additions & 101 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
Expand Up @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = ">=3.11"
django = "4.2.11"
psycopg = {version = "3.1.19", extras = ["binary", "pool"]}
psycopg = "3.2.1"
dbca-utils = "2.0.2"
django-extensions = "3.2.3"
python-dotenv = "1.0.1"
Expand All @@ -21,7 +21,7 @@ xlrd = "2.0.1" # TODO: deprecate
xlutils = "2.0.0" # TODO: deprecate
xlwt = "1.3.0" # TODO: deprecate
openpyxl = "3.1.5"
webtemplate-dbca = "1.7.0"
webtemplate-dbca = "1.7.1"
whitenoise = {version = "6.7.0", extras = ["brotli"]}
mixer = "7.2.2"

Expand Down

0 comments on commit 69046fe

Please sign in to comment.