diff options
author | 2024-01-03 06:58:04 +0000 | |
---|---|---|
committer | 2024-01-03 06:58:04 +0000 | |
commit | 6c37d1fec59e28d06f2a2e197604eeb8077719bb (patch) | |
tree | 6964f826ecd3591b6c0e356fb6fcd82855e36825 /poetry.lock | |
parent | Merge pull request #1198 from python-discord/dependabot/pip/django-simple-bul... (diff) |
Bump django from 5.0 to 5.0.1
Bumps [django](https://github.com/django/django) from 5.0 to 5.0.1.
- [Commits](https://github.com/django/django/compare/5.0...5.0.1)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 10 |
1 files changed, 5 insertions, 5 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" |