Skip to content

Commit

Permalink
Update Django to mitigate security vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Aug 8, 2024
1 parent 63edb88 commit 2af885f
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
Expand Up @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
# Note that pycsw is limited to <= Python 3.11.*
django = "4.2.14"
django = "4.2.15"
psycopg = {version = "3.2.1", extras = ["binary", "pool"]}
django-extensions = "3.2.3"
python-dotenv = "1.0.1"
Expand All @@ -33,7 +33,7 @@ mixer = "7.2.2"
[tool.poetry.group.dev.dependencies]
ipython = "^8.26.0"
ipdb = "^0.13.13"
pre-commit = "^3.7.1"
pre-commit = "^3.8.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 2af885f

Please sign in to comment.