Skip to content

Commit 3eec66a

Browse files
committed
Updated packages
1 parent 3cb8336 commit 3eec66a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

requirements.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Pinned dependencies that cause breakage
2-
Werkzeug==2.3.3
2+
Werkzeug==2.3.7
33

44
# Runtime dependencies
5-
Flask==2.3.2
5+
Flask==2.3.3
66
redis==4.5.4
77
retry2==0.9.5
8-
python-dotenv==0.21.1
8+
python-dotenv==1.0.0
99

1010
# Runtime dependencies
11-
gunicorn==20.1.0
11+
gunicorn==21.2.0
1212
honcho==1.1.0
1313

1414
# Code quality
15-
pylint==2.16.2
16-
flake8==6.0.0
17-
black==23.1.0
15+
pylint==2.17.5
16+
flake8==6.1.0
17+
black==23.7.0
1818

1919
# Testing dependencies
20+
pytest==7.4.0
21+
pytest-pspec==0.0.4
22+
pytest-cov==4.1.0
23+
coverage==7.3.0
2024
green==3.4.3
21-
coverage==7.1.0
2225

2326
# Utilities
2427
httpie==3.2.2

0 commit comments

Comments
 (0)