File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,24 +4,29 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- flask = " ==3.1.1 "
8- redis = " ==5.2.1 "
7+ flask = " ==3.1.2 "
8+ redis = " ==7.1.0 "
99flask-redis = " ==0.4.0"
1010retry2 = " ==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"
2022pytest-pspec = " ~=0.0.4"
21- pytest-cov = " ~=6.1.1 "
23+ pytest-cov = " ~=7.0.0 "
2224factory-boy = " ~=3.3.3"
25+ coverage = " ~=7.13.2"
26+
27+ # Utility
2328honcho = " ~=2.0.0"
2429httpie = " ~=3.2.4"
2530
2631[requires ]
27- python_version = " 3.11 "
32+ python_version = " 3.12 "
You can’t perform that action at this time.
0 commit comments