File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- flask = " == 3.1.0 "
7+ flask = " ~= 3.1.1 "
88flask-sqlalchemy = " ==3.1.1"
99psycopg = {extras = [" binary" ], version = " ==3.2.4" }
1010retry2 = " ==0.9.5"
11- python-dotenv = " ==1.0.1 "
12- gunicorn = " = =23.0.0"
11+ python-dotenv = " ~=1.1.0 "
12+ gunicorn = " ~ =23.0.0"
1313
1414[dev-packages ]
15- honcho = " ~=2.0.0"
16- pylint = " ~=3.3.4"
17- flake8 = " ~=7.1.1"
1815black = " ~=25.1.0"
19- pytest = " ~=8.3.4"
16+ coverage = " ~=7.8.2"
17+ flake8 = " ~=7.2.0"
18+ pylint = " ~=3.3.7"
19+ pytest = " ~=8.3.5"
2020pytest-pspec = " ~=0.0.4"
21- pytest-cov = " ~=6.0.0 "
21+ pytest-cov = " ~=6.1.1 "
2222factory-boy = " ~=3.3.3"
23- coverage = " ~=7.6.12 "
23+ honcho = " ~=2.0.0 "
2424httpie = " ~=3.2.4"
2525
2626[requires ]
You can’t perform that action at this time.
0 commit comments