diff --git a/poetry.lock b/poetry.lock index 2b47368..e293745 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.14" +version = "4.2.15" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, - {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -1856,4 +1856,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d839088c86e836f86d6cf51f8b28a47ef8e030521572e095836839d8d1e163dd" +content-hash = "690916ef3c760e65c5a9b07e3939fb23abc94bef2c44338f04368de1dd7bf752" diff --git a/pyproject.toml b/pyproject.toml index 80f909c..7f5efed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"]