diff options
author | 2023-02-02 05:01:10 +0000 | |
---|---|---|
committer | 2023-02-02 05:01:10 +0000 | |
commit | 8981698b080d1ed847d9ba2666b3740b85bb9bc0 (patch) | |
tree | eb0754ca1825aa6916fd820c32f2803330745cff /pyproject.toml | |
parent | Merge pull request #865 from python-discord/dependabot/github_actions/docker/... (diff) |
Bump django from 4.1.5 to 4.1.6
Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.5...4.1.6)
---
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 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e89fae93..7952274f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.5" +django = "4.1.6" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |