Skip to content

Commit 5dcacc9

Browse files
committed
Updated packages to latest levels
1 parent 411a5dd commit 5dcacc9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Pipfile

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

66
[packages]
7-
flask = "==3.1.0"
7+
flask = "~=3.1.1"
88
flask-sqlalchemy = "==3.1.1"
99
psycopg = {extras = ["binary"], version = "==3.2.4"}
1010
retry2 = "==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"
1815
black = "~=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"
2020
pytest-pspec = "~=0.0.4"
21-
pytest-cov = "~=6.0.0"
21+
pytest-cov = "~=6.1.1"
2222
factory-boy = "~=3.3.3"
23-
coverage = "~=7.6.12"
23+
honcho = "~=2.0.0"
2424
httpie = "~=3.2.4"
2525

2626
[requires]

0 commit comments

Comments
 (0)