aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-07 05:53:42 +0000
committerGravatar GitHub <[email protected]>2024-02-07 05:53:42 +0000
commit310c940035d19889af8af43365181cb0140adcd4 (patch)
tree19b4747a52da45c7922815907090846a8ae57f7c
parentMerge pull request #1223 from python-discord/dependabot/pip/ruff-0.2.1 (diff)
Bump django from 5.0.1 to 5.0.2
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2. - [Commits](https://github.com/django/django/compare/5.0.1...5.0.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index aa59a3cf..85a4924d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -358,13 +358,13 @@ files = [
[[package]]
name = "django"
-version = "5.0.1"
+version = "5.0.2"
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.1-py3-none-any.whl", hash = "sha256:f47a37a90b9bbe2c8ec360235192c7fddfdc832206fcf618bb849b39256affc1"},
- {file = "Django-5.0.1.tar.gz", hash = "sha256:8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"},
+ {file = "Django-5.0.2-py3-none-any.whl", hash = "sha256:56ab63a105e8bb06ee67381d7b65fe6774f057e41a8bab06c8020c8882d8ecd4"},
+ {file = "Django-5.0.2.tar.gz", hash = "sha256:b5bb1d11b2518a5f91372a282f24662f58f66749666b0a286ab057029f728080"},
]
[package.dependencies]
@@ -1215,4 +1215,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "551c930d2456f551b63bafeddcd84c69cc7bc9fce1694ca169261be853ae7646"
+content-hash = "45bd0cd1a787cdd4cd12b80285248a616b237da0ad59a1868560bc6b9e69e3ab"
diff --git a/pyproject.toml b/pyproject.toml
index e350bb77..9180d72d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.0.1"
+django = "5.0.2"
django-distill = "3.1.3"
django-environ = "0.11.2"
django-filter = "23.5"