Skip to content

Commit aa70cea

Browse files
authored
Bump dependencies (#1250)
1 parent 7de168a commit aa70cea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ dev = [
8686
{include-group = "release"},
8787
]
8888
# tool for runnig test matrix
89-
tox = ["tox >= 4.25.0"]
89+
tox = ["tox >= 4.30.2"]
9090
# run pre-commit hooks (includes linting, formatting, type checking, ...)
9191
precommit = [
92-
"pre-commit >= 4.2.0",
92+
"pre-commit >= 4.3.0",
9393
# runs unasync and type checker outside pre-commit's isolation
9494
{include-group = "unasync"},
9595
{include-group = "typing"},
@@ -101,19 +101,19 @@ unasync = [
101101
]
102102
# dependencies for running tests
103103
test = [
104-
"coverage[toml] >= 7.8.0",
104+
"coverage[toml] >= 7.10.7",
105105
{include-group = "dep-freezegun"},
106106
"mock >= 5.2.0",
107-
"pytest >= 8.3.5",
108-
"pytest-asyncio >= 0.26.0",
107+
"pytest >= 8.4.2",
108+
"pytest-asyncio >= 1.2.0",
109109
"pytest-benchmark >= 5.1.0",
110-
"pytest-cov >= 6.1.1",
111-
"pytest-mock >= 3.14.0",
110+
"pytest-cov >= 7.0.0",
111+
"pytest-mock >= 3.15.1",
112112
]
113113
# type checker and type stubs for static type checking
114114
typing = [
115-
"mypy >= 1.15.0",
116-
"types-pytz >= 2025.2.0.20250326",
115+
"mypy >= 1.18.2",
116+
"types-pytz >= 2025.2.0.20250809",
117117
{include-group = "dep-typing-extensions"},
118118
{include-group = "dep-project-dependencies"},
119119
# tests are also type-checked
@@ -125,7 +125,7 @@ typing = [
125125
]
126126
# generate documentation
127127
docs = [
128-
"Sphinx >= 8.1.3",
128+
"Sphinx >= 8.2.3",
129129
{include-group = "dep-typing-extensions"},
130130
{include-group = "dep-project-dependencies"},
131131
]
@@ -137,16 +137,16 @@ testkit = [
137137
benchkit = ["sanic >= 25.3.0"]
138138
# building and packaging the driver
139139
packaging = [
140-
"build >= 1.2.2",
140+
"build >= 1.3.0",
141141
]
142142
# releasing the packaged driver to PyPI
143143
release = [
144-
"twine >= 6.1.0",
144+
"twine >= 6.2.0",
145145
]
146146

147147
# single dependencies and other include-groups (not really meant to be installed as a group, but to avoid duplication)
148-
dep-typing-extensions = ["typing-extensions >= 4.13.2"]
149-
dep-freezegun = ["freezegun >= 1.5.1"]
148+
dep-typing-extensions = ["typing-extensions >= 4.15.0"]
149+
dep-freezegun = ["freezegun >= 1.5.5"]
150150
dep-project-dependencies = [
151151
"pytz",
152152
"numpy >= 1.7.0, < 3.0.0",

0 commit comments

Comments
 (0)