aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-08-06 11:18:45 +0200
committerGravatar kwzrd <[email protected]>2020-08-06 11:18:45 +0200
commit7db2e3819dde7e53d076e02011d3ce3c047296a7 (patch)
treeca5fb9509b8aaf68e8f34c9de2f731acf628a040 /Pipfile
parentVerification: remove unverified role on accept (diff)
parentGuild invite regex: Add support for dashes in the invite code (diff)
Merge master branch into kwzrd/verification
This adds the RedisCache #1090 fix, allowing us to use the cache to hold the ping task on start-up.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 2d6b45aa9..4db8a238b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -28,7 +28,7 @@ statsd = "~=3.3"
[dev-packages]
coverage = "~=5.0"
-flake8 = "~=3.7"
+flake8 = "~=3.8"
flake8-annotations = "~=2.0"
flake8-bugbear = "~=20.1"
flake8-docstrings = "~=1.4"