diff --git a/poetry.lock b/poetry.lock index 4f74cceb..ab3b301c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -898,14 +898,14 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "dj-database-url" -version = "0.3.0" +version = "0.5.0" description = "Use Database URLs in your Django Application." category = "main" optional = false python-versions = "*" files = [ - {file = "dj-database-url-0.3.0.tar.gz", hash = "sha256:f2e273ed34acbb560962d5cf12917936d8df02297df09bd3089b8546d4584138"}, - {file = "dj_database_url-0.3.0-py2.py3-none-any.whl", hash = "sha256:ca01768fdecde134301f3170743226f60edff5c3935f12437378ebd911506353"}, + {file = "dj-database-url-0.5.0.tar.gz", hash = "sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163"}, + {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"}, ] [[package]] @@ -3821,4 +3821,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7daed1c6505f1a03ca83559e6b3639deb8cc4d744065d200d9a6c65052aa4d03" +content-hash = "ad227ff51b1a70582069d3890b6ebdd011b37a60426899b12e45017c32f954ef" diff --git a/pyproject.toml b/pyproject.toml index f7433b36..6a0ea5b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ boto3 = "^1.12.26" celery = "^5.2.2" celery-redbeat = "^2.0.0" cryptography = "^39.0" -dj-database-url = "^0.3.0" +dj-database-url = "^0.5.0" dj-static = "^0.0.6" django = "^2.2.28" django-compat = "^1.0.15"