We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8336 commit 3eec66aCopy full SHA for 3eec66a
requirements.txt
@@ -1,24 +1,27 @@
1
# Pinned dependencies that cause breakage
2
-Werkzeug==2.3.3
+Werkzeug==2.3.7
3
4
# Runtime dependencies
5
-Flask==2.3.2
+Flask==2.3.3
6
redis==4.5.4
7
retry2==0.9.5
8
-python-dotenv==0.21.1
+python-dotenv==1.0.0
9
10
11
-gunicorn==20.1.0
+gunicorn==21.2.0
12
honcho==1.1.0
13
14
# Code quality
15
-pylint==2.16.2
16
-flake8==6.0.0
17
-black==23.1.0
+pylint==2.17.5
+flake8==6.1.0
+black==23.7.0
18
19
# Testing dependencies
20
+pytest==7.4.0
21
+pytest-pspec==0.0.4
22
+pytest-cov==4.1.0
23
+coverage==7.3.0
24
green==3.4.3
-coverage==7.1.0
25
26
# Utilities
27
httpie==3.2.2
0 commit comments