diff --git a/poetry.lock b/poetry.lock index 21801fc..98cf1a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,13 +244,13 @@ files = [ [[package]] name = "dj-database-url" -version = "2.0.0" +version = "2.1.0" description = "Use Database URLs in your Django Application." optional = false python-versions = "*" files = [ - {file = "dj-database-url-2.0.0.tar.gz", hash = "sha256:a35a9f0f43775ca6f90d819dc456233ef7bcc76b47377d5d908b75c7eb320624"}, - {file = "dj_database_url-2.0.0-py3-none-any.whl", hash = "sha256:9c9e5f7224f62635a787e9cc3c6762c9be2b19541a21e3c08fa573bd01609b4b"}, + {file = "dj-database-url-2.1.0.tar.gz", hash = "sha256:f2042cefe1086e539c9da39fad5ad7f61173bf79665e69bf7e4de55fa88b135f"}, + {file = "dj_database_url-2.1.0-py3-none-any.whl", hash = "sha256:04bc34b248d4c21aaa13e4ab419ae6575ef5f10f3df735ce7da97722caa356e0"}, ] [package.dependencies] @@ -1525,4 +1525,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "929193061f056d30f0def2e645c824838aa0a3e3131eb06b9223ca055ccf1087" +content-hash = "0b3e5b1db9f44bdaf3563bb5a300686ce4adfa641d8bc2ff3a7152b911256c35" diff --git a/pyproject.toml b/pyproject.toml index b16ba9c..fa95ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] boto3 = "^1.28.40" -dj-database-url = "~2.0.0" +dj-database-url = "~2.1.0" django = "~4.1" django-basic-auth-ip-whitelist = "~0.5" django-plausible-proxy = "~0.5"