diff options
author | 2020-06-06 11:19:47 +0000 | |
---|---|---|
committer | 2020-06-06 11:19:47 +0000 | |
commit | 0169319b57399b7e50ac4e8abeb176e6f7e1fc01 (patch) | |
tree | c390ab85dc48a537b97ecc562af4a2a48e3f4272 /Pipfile | |
parent | Merge pull request #357 from python-discord/joseph/change-roles-field-to-post... (diff) |
Bump django from 2.2.11 to 2.2.13
Bumps [django](https://github.com/django/django) from 2.2.11 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.11...2.2.13)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -django = "~=2.2.8" +django = "~=2.2.13" django-crispy-forms = "~=1.7.2" django-environ = "~=0.4.5" django-filter = "~=2.1.0" |