aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-05 19:15:04 +0000
committerGravatar GitHub <[email protected]>2023-04-05 19:15:04 +0000
commita5578bcb8b287de73f1d9dfdf31aa41fe4722147 (patch)
tree7fb0ef59915ad6a29feb2f1061ca3e7aa678a95f
parentBump pre-commit from 3.2.1 to 3.2.2 (#929) (diff)
Bump django from 4.1.7 to 4.2
Bumps [django](https://github.com/django/django) from 4.1.7 to 4.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.7...4.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock12
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock
index 03ad2ae4..e0ec89ea 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -413,19 +413,19 @@ files = [
[[package]]
name = "django"
-version = "4.1.7"
+version = "4.2"
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.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"},
- {file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"},
+ {file = "Django-4.2-py3-none-any.whl", hash = "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78"},
+ {file = "Django-4.2.tar.gz", hash = "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997"},
]
[package.dependencies]
-asgiref = ">=3.5.2,<4"
-sqlparse = ">=0.2.2"
+asgiref = ">=3.6.0,<4"
+sqlparse = ">=0.3.1"
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
[package.extras]
@@ -1531,4 +1531,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "aa85678ea1a3cc04356d63c6099f8fedae01d7584448daaf01f7b39fdcc8a048"
+content-hash = "3cf107c743aaee8373df0fbd0df304878ba65d6891ab19f910e79724854733a3"
diff --git a/pyproject.toml b/pyproject.toml
index ef7a5799..299916e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.10.*"
-django = "4.1.7"
+django = "4.2"
django-distill = "3.1.2"
django-environ = "0.10.0"
django-filter = "23.1"