diff --git a/poetry.lock b/poetry.lock index 1977e02..caef087 100644 --- a/poetry.lock +++ b/poetry.lock @@ -488,17 +488,17 @@ files = [ [[package]] name = "dj-database-url" -version = "2.2.0" +version = "2.3.0" description = "Use Database URLs in your Django Application." optional = false python-versions = "*" files = [ - {file = "dj_database_url-2.2.0-py3-none-any.whl", hash = "sha256:3e792567b0aa9a4884860af05fe2aa4968071ad351e033b6db632f97ac6db9de"}, - {file = "dj_database_url-2.2.0.tar.gz", hash = "sha256:9f9b05058ddf888f1e6f840048b8d705ff9395e3b52a07165daa3d8b9360551b"}, + {file = "dj_database_url-2.3.0-py3-none-any.whl", hash = "sha256:bb0d414ba0ac5cd62773ec7f86f8cc378a9dbb00a80884c2fc08cc570452521e"}, + {file = "dj_database_url-2.3.0.tar.gz", hash = "sha256:ae52e8e634186b57e5a45e445da5dc407a819c2ceed8a53d1fac004cc5288787"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" typing_extensions = ">=3.10.0.0" [[package]] @@ -1860,4 +1860,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "d6661fd52efd2ba78ead6dadd102ecdea998a75564ef17bb341440e2775121ab" +content-hash = "ea622ac2796c4d2a7b5b3a7dc9730479f56b5b743a735878dc8a3daf1a840515" diff --git a/pyproject.toml b/pyproject.toml index 4efd311..c8fea0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pre-commit = "^3.5" python-decouple = "^3.8" psycopg2-binary = "^2.9.9" drf-yasg = "^1.21.7" -dj-database-url = "^2.1.0" +dj-database-url = "^2.3.0" bpython = "^0.24" django-fixture-magic = "^0.1.5" coverage = "^7.4.4"