diff options
author | 2024-01-03 13:54:15 +0100 | |
---|---|---|
committer | 2024-01-03 13:54:15 +0100 | |
commit | efb0d08ea03d0ce16c42d887a94916fdf554a961 (patch) | |
tree | 6964f826ecd3591b6c0e356fb6fcd82855e36825 | |
parent | Merge pull request #1198 from python-discord/dependabot/pip/django-simple-bul... (diff) | |
parent | Bump django from 5.0 to 5.0.1 (diff) |
Merge pull request #1200 from python-discord/dependabot/pip/django-5.0.1
Bump django from 5.0 to 5.0.1
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index dd78bd71..98a87562 100644 --- a/poetry.lock +++ b/poetry.lock @@ -349,17 +349,17 @@ files = [ [[package]] name = "django" -version = "5.0" +version = "5.0.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0-py3-none-any.whl", hash = "sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8"}, - {file = "Django-5.0.tar.gz", hash = "sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7"}, + {file = "Django-5.0.1-py3-none-any.whl", hash = "sha256:f47a37a90b9bbe2c8ec360235192c7fddfdc832206fcf618bb849b39256affc1"}, + {file = "Django-5.0.1.tar.gz", hash = "sha256:8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"}, ] [package.dependencies] -asgiref = ">=3.7.0" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1205,4 +1205,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "88195c70eea816a4c1cb87b88af849535b3ad98725c3d152cba3ddc50581be8d" +content-hash = "6767f87e35dfcc2226e4d978d7f370ef6c76ff18c4e61cf7a80b151b6e398e7f" diff --git a/pyproject.toml b/pyproject.toml index 49ecd503..553147e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.0" +django = "5.0.1" django-distill = "3.1.3" django-environ = "0.11.2" django-filter = "23.5" |