aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-02 05:47:03 +0000
committerGravatar GitHub <[email protected]>2023-11-02 05:47:03 +0000
commit188b49094bc62737311dd8014c20c847be73d3cc (patch)
tree2bcc28073f6d88a312d9096b5b0eb224a4fc8d02
parentMerge pull request #1133 from python-discord/dependabot/pip/markdown-3.5.1 (diff)
Bump django from 4.2.6 to 4.2.7
Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.6...4.2.7) --- 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 58ed70cf..16c87691 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -349,13 +349,13 @@ files = [
[[package]]
name = "django"
-version = "4.2.6"
+version = "4.2.7"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.8"
files = [
- {file = "Django-4.2.6-py3-none-any.whl", hash = "sha256:a64d2487cdb00ad7461434320ccc38e60af9c404773a2f95ab0093b4453a3215"},
- {file = "Django-4.2.6.tar.gz", hash = "sha256:08f41f468b63335aea0d904c5729e0250300f6a1907bf293a65499496cdbc68f"},
+ {file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"},
+ {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"},
]
[package.dependencies]
@@ -1203,4 +1203,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a13fb5e3f9be3f1c5c52794d72f1437cc81a674381e993753627b5d2363208cb"
+content-hash = "fd9d9385c8b33d5c1a50d7528bce6bc6be8d0ce4f2f6985f5186a13e119693d5"
diff --git a/pyproject.toml b/pyproject.toml
index d2391985..63d867db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "4.2.6"
+django = "4.2.7"
django-distill = "3.1.3"
django-environ = "0.11.2"
django-filter = "23.3"