chore(deps): 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-05 14:21:56 +00:00 committed by GitHub
parent 437fcc4335
commit 95a2d5217b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View file

@ -452,20 +452,20 @@ tests = ["check-manifest (>=0.42)", "mock (>=1.3.0)", "pytest (==5.4.3)", "pytes
[[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"
asgiref = ">=3.6.0,<4"
"backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""}
sqlparse = ">=0.2.2"
sqlparse = ">=0.3.1"
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
[package.extras]
@ -2301,4 +2301,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "10c7fbef7b423a595dedbe53436a780d5f580dc31fe04656fa5459b8cec37f17"
content-hash = "e7b8dcbe945cf27eee08b61b69023a9793ae8a4d6aa7272d52003c2029f79598"

View file

@ -56,7 +56,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
django = ">=3.2, <4.2"
django = ">=3.2,<4.3"
# Docs extra:
sphinx = { version = ">=5,<7", optional = true }