diff options
author | 2021-11-26 20:33:15 +0000 | |
---|---|---|
committer | 2021-11-26 20:33:15 +0000 | |
commit | 0150b4b6b99a37052a5a1bbe0d1ff82bd4979521 (patch) | |
tree | 657ca1aa944fa874898e89170cadc9ef0ca9a4ae /pyproject.toml | |
parent | Merge pull request #629 from python-discord/static-docs (diff) |
Bump django from 3.0.14 to 3.1.13
Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.14...3.1.13)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2de2bf35..10b2d75b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.9.*" -django = "~=3.0.4" +django = "~=3.1.13" django-environ = "~=0.4.5" django-filter = "~=2.1.0" djangorestframework = "~=3.11.0" |