diff --git a/poetry.lock b/poetry.lock index f31bd4b..b8a2153 100644 --- a/poetry.lock +++ b/poetry.lock @@ -551,13 +551,13 @@ files = [ [[package]] name = "dj-database-url" -version = "1.3.0" +version = "2.1.0" description = "Use Database URLs in your Django Application." optional = false python-versions = "*" files = [ - {file = "dj-database-url-1.3.0.tar.gz", hash = "sha256:87be5f7c4c83d9b3d8ce94b834f96cea14b3986f3629aac097afdd9318d7b098"}, - {file = "dj_database_url-1.3.0-py3-none-any.whl", hash = "sha256:80a115bd7675c9fe14a900b2f8b5c8b1822b5a279b333bf9b2804de681656c7c"}, + {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] @@ -586,12 +586,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.60.1" +version = "0.61.1" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false python-versions = ">=3.7" files = [ - {file = "django-allauth-0.60.1.tar.gz", hash = "sha256:97b0f9a1807ca812d84204328cd55c273ce4ec1835f822d8fd1a28178708f192"}, + {file = "django-allauth-0.61.1.tar.gz", hash = "sha256:5b4ae515ea74f54f0041210692eee10c309ad15ddbbd03d3620693c75e3f7945"}, ] [package.dependencies] @@ -3062,4 +3062,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c1eed05ef62f51278f2b244823cb161176ad5de8e67960074fd38464f20dabf8" +content-hash = "aed2b3857f7244e3b65d14baa26479def6df3f0ffeedc1a018bab51ea67d801b" diff --git a/pyproject.toml b/pyproject.toml index 18a0784..3d9e264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" django = "^5.0.2" -django-allauth = "^0.60.1" -dj-database-url = "^1.3.0" +django-allauth = "^0.61.1" +dj-database-url = "^2.1.0" python-decouple = "^3.8" django-csp = "^3.7" django-qlued = "^0.1.0" diff --git a/requirements.txt b/requirements.txt index 78e6437..77098dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ cffi==1.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_ charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" cryptography==42.0.2 ; python_version >= "3.10" and python_version < "4.0" defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" -dj-database-url==1.3.0 ; python_version >= "3.10" and python_version < "4.0" -django-allauth==0.60.1 ; python_version >= "3.10" and python_version < "4.0" +dj-database-url==2.1.0 ; python_version >= "3.10" and python_version < "4.0" +django-allauth==0.61.1 ; python_version >= "3.10" and python_version < "4.0" django-csp==3.7 ; python_version >= "3.10" and python_version < "4.0" django-ninja==1.1.0 ; python_version >= "3.10" and python_version < "4.0" django-qlued==0.1.1 ; python_version >= "3.10" and python_version < "4.0"