diff options
author | 2023-02-19 07:06:32 -0800 | |
---|---|---|
committer | 2023-02-19 07:06:32 -0800 | |
commit | 286bd800d07bcabe27a27a2bb38f8347884a1a95 (patch) | |
tree | 6edbe0837028a8b2f3f93883585b5328db4f288f | |
parent | Merge pull request #877 from python-discord/dependabot/pip/flake8-bugbear-23.... (diff) | |
parent | Bump django from 4.1.6 to 4.1.7 (diff) |
Merge pull request #878 from python-discord/dependabot/pip/django-4.1.7
-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 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" diff --git a/pyproject.toml b/pyproject.toml index 7c9511d5..b4d9deda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.6" +django = "4.1.7" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |