diff options
author | 2023-02-19 15:04:11 +0000 | |
---|---|---|
committer | 2023-02-19 15:04:11 +0000 | |
commit | 87c13ea658747e9651fce3a31c2830e8c6fdba2a (patch) | |
tree | 6edbe0837028a8b2f3f93883585b5328db4f288f /poetry.lock | |
parent | Merge pull request #877 from python-discord/dependabot/pip/flake8-bugbear-23.... (diff) |
Bump django from 4.1.6 to 4.1.7
Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.6...4.1.7)
---
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 527c138c..19880b8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -329,14 +329,14 @@ files = [ [[package]] name = "django" -version = "4.1.6" +version = "4.1.7" 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.6-py3-none-any.whl", hash = "sha256:c6fe7ebe7c017fe59f1029821dae0acb5a2ddcd6c9a0138fd20a8bfefac914bc"}, - {file = "Django-4.1.6.tar.gz", hash = "sha256:bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d"}, + {file = "Django-4.1.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"}, + {file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"}, ] [package.dependencies] @@ -1493,4 +1493,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "d3199f04ff253db3a03f5631c7cef30d40b0092e487a296639d043520cd0ca1e" +content-hash = "2854cf982fdf65696477f92535e7c1368de2a3a4543fa2b7e3eac4b34657c3c2" |