diff options
author | 2023-10-05 05:55:35 +0000 | |
---|---|---|
committer | 2023-10-05 05:55:35 +0000 | |
commit | 60df9baa0b85478be7654f407cffaa245cda0681 (patch) | |
tree | 9002cb195ecb806c8ce407663420f4c4db80b234 | |
parent | Merge pull request #1118 from python-discord/dependabot/pip/coverage-7.3.2 (diff) |
Bump django from 4.2.5 to 4.2.6
Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.6.
- [Commits](https://github.com/django/django/compare/4.2.5...4.2.6)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 60254737..7f4ee1c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -349,13 +349,13 @@ files = [ [[package]] name = "django" -version = "4.2.5" +version = "4.2.6" 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.2.5-py3-none-any.whl", hash = "sha256:b6b2b5cae821077f137dc4dade696a1c2aa292f892eca28fa8d7bfdf2608ddd4"}, - {file = "Django-4.2.5.tar.gz", hash = "sha256:5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1"}, + {file = "Django-4.2.6-py3-none-any.whl", hash = "sha256:a64d2487cdb00ad7461434320ccc38e60af9c404773a2f95ab0093b4453a3215"}, + {file = "Django-4.2.6.tar.gz", hash = "sha256:08f41f468b63335aea0d904c5729e0250300f6a1907bf293a65499496cdbc68f"}, ] [package.dependencies] @@ -1203,4 +1203,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "39b4c32896a6ac4dcf67fd5642c7aa8c3d99313fff6987b43a0616da48337bdb" +content-hash = "509a9dbfbc918c8c0a459a7fa0686601203053d835a6f33a1e005d08c0cdb1be" diff --git a/pyproject.toml b/pyproject.toml index 7fd6dfd7..2204cf68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "4.2.5" +django = "4.2.6" django-distill = "3.1.3" django-environ = "0.11.2" django-filter = "23.3" |