Skip to content

Commit b8bf784

Browse files
committed
Upgraded Python packages
1 parent 8bd6c82 commit b8bf784

2 files changed

Lines changed: 556 additions & 422 deletions

File tree

Pipfile

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,29 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
flask = "==3.1.1"
8-
redis = "==5.2.1"
7+
flask = "==3.1.2"
8+
redis = "==7.1.0"
99
flask-redis = "==0.4.0"
1010
retry2 = "==0.9.5"
11-
python-dotenv = "~=1.1.0"
12-
gunicorn = "~=23.0.0"
11+
python-dotenv = "~=1.2.1"
12+
gunicorn = "~=25.0.0"
1313

1414
[dev-packages]
15-
black = "~=25.1.0"
16-
coverage = "~=7.8.2"
17-
flake8 = "~=7.2.0"
18-
pylint = "~=3.3.7"
19-
pytest = "~=8.3.5"
15+
# Code Quality
16+
pylint = "~=4.0.4"
17+
flake8 = "~=7.3.0"
18+
black = "~=26.1.0"
19+
20+
# Test-Driven Development
21+
pytest = "~=9.0.2"
2022
pytest-pspec = "~=0.0.4"
21-
pytest-cov = "~=6.1.1"
23+
pytest-cov = "~=7.0.0"
2224
factory-boy = "~=3.3.3"
25+
coverage = "~=7.13.2"
26+
27+
# Utility
2328
honcho = "~=2.0.0"
2429
httpie = "~=3.2.4"
2530

2631
[requires]
27-
python_version = "3.11"
32+
python_version = "3.12"

0 commit comments

Comments
 (0)