Skip to content

Commit

Permalink
Bump project dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Sep 18, 2024
1 parent 6934230 commit 7cd9750
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
102 changes: 51 additions & 51 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
# Note that pycsw is limited to <= Python 3.11.*
# NOTE: pycsw is limited to <= Python 3.11.*
django = "4.2.16"
psycopg = { version = "3.2.2", extras = ["binary", "pool"] }
django-extensions = "3.2.3"
Expand All @@ -20,10 +20,10 @@ dbca-utils = "2.0.2"
whitenoise = { version = "6.7.0", extras = ["brotli"] }
lxml = { version = "5.3.0", extras = ["html-clean"] }
pycsw = "2.6.1"
# Note that click is required, but isn't declared as a dependency by pycsw.
# NOTE: click is required, but isn't declared as a dependency by pycsw.
click = "8.1.7"
pyproj = "3.6.1"
sqlalchemy = "2.0.34"
sqlalchemy = "2.0.35"
djangorestframework = "3.15.2"
django-filter = "24.3"
requests = "2.32.3"
Expand Down

0 comments on commit 7cd9750

Please sign in to comment.