Skip to content

Commit 0789355

Browse files
Nils Barsnbars
authored andcommitted
Update all Python dependencies to latest versions
Notable updates: cryptography 46.0.7 (fixes 3 Dependabot alerts), cffi 2.0.0, Flask-Limiter 4.1.1, gunicorn 25.3.0, pytest 9.0.3, SQLAlchemy 2.0.49, IPython 8.39.0, pylint 4.0.5, mypy 1.20.1.
1 parent cbff2a7 commit 0789355

5 files changed

Lines changed: 1659 additions & 1313 deletions

File tree

ref-docker-base/pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ description = "Docker base image dependencies for REF"
55
requires-python = ">=3.10"
66
dependencies = [
77
"backcall==0.2.0",
8-
"blinker==1.7.0",
9-
"cerberus==1.3.7",
10-
"chardet==5.2.0",
8+
"blinker==1.9.0",
9+
"cerberus==1.3.8",
10+
"chardet==7.4.3",
1111
"distro==1.9.0",
12-
"importlib-resources==6.5.2",
13-
"ipython==8.31.0",
12+
"importlib-resources==7.1.0",
13+
"ipython==8.39.0",
1414
"itsdangerous==2.2.0",
15-
"lazy-object-proxy==1.10.0",
16-
"matplotlib==3.10.0",
17-
"mypy==1.14.1",
18-
"oauthlib==3.2.2",
19-
"opencv-python==4.11.0.86",
15+
"lazy-object-proxy==1.12.0",
16+
"matplotlib==3.10.8",
17+
"mypy==1.20.1",
18+
"oauthlib==3.3.1",
19+
"opencv-python==4.13.0.92",
2020
"pathlib2==2.3.7.post1",
2121
"pickleshare==0.7.5",
22-
"pwntools==4.14.0",
23-
"pyjwt==2.7.0",
24-
"pylint==3.3.4",
25-
"pyyaml==6.0.1",
26-
"requests-unixsocket==0.3.0",
27-
"tomli==2.2.1",
28-
"tqdm==4.67.1",
29-
"wrapt==1.17.2",
30-
"zipp==3.21.0",
22+
"pwntools==4.15.0",
23+
"pyjwt==2.12.1",
24+
"pylint==4.0.5",
25+
"pyyaml==6.0.3",
26+
"requests-unixsocket==0.4.1",
27+
"tomli==2.4.1",
28+
"tqdm==4.67.3",
29+
"wrapt==2.1.2",
30+
"zipp==3.23.1",
3131
]
3232

3333
[tool.uv]

0 commit comments

Comments
 (0)