aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-11 14:38:29 +0000
committerGravatar GitHub <[email protected]>2021-12-11 14:38:29 +0000
commitbd9dadedd80c7158fd43889876d9978ea7b2ea5d (patch)
tree07c5952119032efbd7dfbe85742558e87faf6478 /pyproject.toml
parentMerge pull request #630 from python-discord/dependabot/pip/django-3.1.13 (diff)
Bump django from 3.1.13 to 3.1.14
Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.13...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 14310ce8..8da2f51e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-django = "~=3.1.13"
+django = "~=3.1.14"
django-environ = "~=0.4.5"
django-filter = "~=21.1"
djangorestframework = "~=3.11.0"