aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-06-06 11:19:47 +0000
committerGravatar GitHub <[email protected]>2020-06-06 11:19:47 +0000
commit0169319b57399b7e50ac4e8abeb176e6f7e1fc01 (patch)
treec390ab85dc48a537b97ecc562af4a2a48e3f4272 /Pipfile
parentMerge 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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 7b4298c9..ef05d090 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"