Skip to content

Commit 5714d27

Browse files
committed
⬆️ Update dependencies to latest versions
Update all dependencies to their latest versions across the project - Update requests from 2.32.3 to 2.32.4 - Update rich from 13.9.4 to 14.0.0 - Update typer from 0.15.2 to 0.16.0 - Update ruff from 0.9.10 to 0.12.2 - Update pre-commit from 4.1.0 to 4.2.0 - Update mashumaro from 3.15 to 3.16 - Update urllib3 from 1.26.5 to 2.5.0 - Update pytest from 8.3.5 to 8.4.1 - Update mkdocs-material from 9.6.7 to 9.6.15 - Update mkdocstrings from 0.29.0 to 0.29.1 - Update mypy from 1.15.0 to 1.16.1 - Update pytest-cov from 6.0.0 to 6.2.1 - Update types-requests from 2.31.0.6 to 2.32.4.20250611 - Update types-setuptools from 75.8.2.20250305 to 80.9.0.20250529 - Update pytest-asyncio from 0.25.3 to 1.0.0 Lock file updated to reflect the new dependency versions.
1 parent 1a57c7a commit 5714d27

File tree

2 files changed

+421
-439
lines changed

2 files changed

+421
-439
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ requires-python = ">=3.11"
77
license = { text = "Apache-2.0" }
88
authors = [{ name = "Stefanie Jane", email = "[email protected]" }]
99
dependencies = [
10-
"requests>=2.32.3",
10+
"requests>=2.32.4",
1111
"httpx>=0.27.0",
12-
"rich>=13.9.4",
13-
"typer>=0.15.2",
14-
"ruff>=0.9.10",
15-
"pre-commit>=4.1.0",
16-
"mashumaro>=3.15",
17-
"urllib3>=1.26.5,<2",
12+
"rich>=14.0.0",
13+
"typer>=0.16.0",
14+
"ruff>=0.12.2",
15+
"pre-commit>=4.2.0",
16+
"mashumaro>=3.16",
17+
"urllib3>=2.5.0",
1818
"wcwidth>=0.2.13",
1919
]
2020

2121
[dependency-groups]
2222
dev = [
23-
"pytest>=8.3.5",
23+
"pytest>=8.4.1",
2424
"mkdocs>=1.6.1",
25-
"mkdocs-material>=9.6.7",
26-
"mkdocstrings[python]>=0.29.0",
27-
"mypy>=1.15.0",
28-
"pytest-cov>=6.0.0",
29-
"types-requests>=2.31.0.6",
30-
"types-setuptools>=75.8.2.20250305",
25+
"mkdocs-material>=9.6.15",
26+
"mkdocstrings[python]>=0.29.1",
27+
"mypy>=1.16.1",
28+
"pytest-cov>=6.2.1",
29+
"types-requests>=2.32.4.20250611",
30+
"types-setuptools>=80.9.0.20250529",
3131
"semver>=3.0.4",
32-
"pytest-asyncio>=0.25.3",
32+
"pytest-asyncio>=1.0.0",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)