Skip to content

Commit 6baca5b

Browse files
Chore: Bump Python dependencies
Signed-off-by: Matthew Watkins <[email protected]>
1 parent 37b5912 commit 6baca5b

File tree

2 files changed

+124
-120
lines changed

2 files changed

+124
-120
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ classifiers = [
3131
"Topic :: Software Development",
3232
]
3333
dependencies = [
34-
"aiolimiter>=1.2.0",
35-
"httpx[http2]>=0.28.0",
36-
37-
"pydantic>=2.0.0",
38-
"requests>=2.32.4",
39-
"rich>=13.0.0",
40-
"tenacity>=9.0.0",
41-
"typer>=0.17.0",
34+
"aiolimiter>=1.2.1",
35+
"httpx[http2]>=0.28.1",
36+
37+
"pydantic>=2.12.5",
38+
"requests>=2.32.5",
39+
"rich>=14.2.0",
40+
"tenacity>=9.1.2",
41+
"typer>=0.20.0",
4242
]
4343

4444
[project.urls]
@@ -51,11 +51,11 @@ Documentation = "https://github.com/lfit/dependamerge/tree/main/docs"
5151

5252
[project.optional-dependencies]
5353
dev = [
54-
"pytest>=8.4.2",
54+
"pytest>=9.0.2",
5555
"pytest-asyncio>=1.1.0",
5656
"pytest-mock>=3.15.0",
57-
"pytest-cov>=6.0.0",
58-
"coverage[toml]>=7.0.0",
57+
"pytest-cov>=7.0.0",
58+
"coverage[toml]>=7.6.9",
5959
"responses>=0.25.8",
6060
"black>=25.1.0",
6161
"flake8>=7.3.0",
@@ -94,7 +94,7 @@ dev = [
9494
"pytest-asyncio>=1.1.0",
9595
"pytest-mock>=3.15.0",
9696
"pytest-cov>=6.0.0",
97-
"coverage[toml]>=7.0.0",
97+
"coverage[toml]>=7.6.9",
9898
"responses>=0.25.8",
9999
"black>=25.1.0",
100100
"flake8>=7.3.0",

0 commit comments

Comments
 (0)