aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-01-14 08:36:19 -0800
committerGravatar GitHub <[email protected]>2023-01-14 08:36:19 -0800
commit7e2c0a114e6e64ed9c77a848030546609b269fb7 (patch)
tree0eef9762955f3bcbee1e611cfa087831de8ad7d0
parentMerge pull request #830 from python-discord/dependabot/pip/httpx-0.23.3 (diff)
parentBump django from 4.1.4 to 4.1.5 (diff)
Merge pull request #827 from python-discord/dependabot/pip/django-4.1.5
-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 2f27490b..67441c34 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -330,14 +330,14 @@ files = [
[[package]]
name = "django"
-version = "4.1.4"
+version = "4.1.5"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
- {file = "Django-4.1.4-py3-none-any.whl", hash = "sha256:0b223bfa55511f950ff741983d408d78d772351284c75e9f77d2b830b6b4d148"},
- {file = "Django-4.1.4.tar.gz", hash = "sha256:d38a4e108d2386cb9637da66a82dc8d0733caede4c83c4afdbda78af4214211b"},
+ {file = "Django-4.1.5-py3-none-any.whl", hash = "sha256:4b214a05fe4c99476e99e2445c8b978c8369c18d4dea8e22ec412862715ad763"},
+ {file = "Django-4.1.5.tar.gz", hash = "sha256:ff56ebd7ead0fd5dbe06fe157b0024a7aaea2e0593bb3785fb594cf94dad58ef"},
]
[package.dependencies]
@@ -1492,4 +1492,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "78b8378b70e2bc01803a8a6a8f1e5f303a3e00ef7c001aae49ec1ef24034d377"
+content-hash = "663942793fd99eef0fba4eac4b51afb63b25e0da9bfb6717ac1805351472061e"
diff --git a/pyproject.toml b/pyproject.toml
index 64ce3531..712d6057 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.10.*"
-django = "4.1.4"
+django = "4.1.5"
django-environ = "0.9.0"
django-filter = "22.1"
djangorestframework = "3.14.0"