Bump django from 4.0.10 to 4.1.10

Bumps [django](https://github.com/django/django) from 4.0.10 to 4.1.10.
- [Commits](https://github.com/django/django/compare/4.0.10...4.1.10)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/133/head
dependabot[bot] 2023-07-09 13:57:07 +00:00 zatwierdzone przez GitHub
rodzic 2fc6411d45
commit 844bace76e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 6 dodań i 6 usunięć

10
poetry.lock wygenerowano
Wyświetl plik

@ -681,17 +681,17 @@ files = [
[[package]]
name = "django"
version = "4.0.10"
version = "4.1.10"
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.0.10-py3-none-any.whl", hash = "sha256:4496eb4f65071578b703fdc6e6f29302553c7440e3f77baf4cefa4a4e091fc3d"},
{file = "Django-4.0.10.tar.gz", hash = "sha256:2c2f73c16b11cb272c6d5e3b063f0d1be06f378d8dc6005fbe8542565db659cc"},
{file = "Django-4.1.10-py3-none-any.whl", hash = "sha256:26d0260c2fb8121009e62ffc548b2398dea2522b6454208a852fb0ef264c206c"},
{file = "Django-4.1.10.tar.gz", hash = "sha256:56343019a9fd839e2e5bf203daf45f25af79d5bffa4c71d56eae4f4404d82ade"},
]
[package.dependencies]
asgiref = ">=3.4.1,<4"
asgiref = ">=3.5.2,<4"
sqlparse = ">=0.2.2"
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
@ -2879,4 +2879,4 @@ psycopg2-source = ["psycopg2"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0.0"
content-hash = "741fee43ced106c7d53820902dc418abc9e4c3b1ad3c1007a5f38f9477e17e2a"
content-hash = "3d52e1a7480e5bb423692841b6aea045d3c7ee1f013cf41af3405378ee21b1b2"

Wyświetl plik

@ -43,7 +43,7 @@ readme = 'README.md'
[tool.poetry.dependencies]
python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
django = "<4.1" # FIXME: https://github.com/jedie/django-processinfo/issues/19
django = "<4.2" # FIXME: https://github.com/jedie/django-processinfo/issues/19
colorlog = "*" # https://github.com/borntyping/python-colorlog
gunicorn = "*" # https://github.com/benoimyproject.wsgitc/gunicorn