diff options
author | 2024-05-08 01:19:57 -0700 | |
---|---|---|
committer | 2024-05-08 01:19:57 -0700 | |
commit | 3d595871705ffb1e8c488401c37cb27a9f18d039 (patch) | |
tree | fd64fd3f795a88e11e09ea96fa53863bab1089e3 | |
parent | Merge pull request #1312 from python-discord/dependabot/pip/sentry-sdk-2.1.1 (diff) | |
parent | Bump django from 5.0.4 to 5.0.6 (diff) |
Merge pull request #1313 from python-discord/dependabot/pip/django-5.0.6
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 0c84243d..9d755067 100644 --- a/poetry.lock +++ b/poetry.lock @@ -361,13 +361,13 @@ files = [ [[package]] name = "django" -version = "5.0.4" +version = "5.0.6" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, - {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, + {file = "Django-5.0.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, + {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, ] [package.dependencies] @@ -1227,4 +1227,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "be3b71a19525cafbd507cf120beea5c37aae27740dd27a9a40f96085cf971768" +content-hash = "88648b6977e874002b696aeec84ada76993b36d86724b802d8a694b2a47d34a8" diff --git a/pyproject.toml b/pyproject.toml index 3fed531a..fe86151f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.0.4" +django = "5.0.6" django-distill = "3.1.3" django-environ = "0.11.2" django-filter = "24.2" |