Skip to content

Commit 627ceff

Browse files
committed
Bump ruff version up to 0.15.0
1 parent c27617d commit 627ceff

3 files changed

Lines changed: 126 additions & 127 deletions

File tree

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyio==4.12.1 ; python_full_version >= '3.12'
88
# watchfiles
99
astroid==4.0.3 ; python_full_version >= '3.12'
1010
# via sphinx-autoapi
11-
babel==2.17.0 ; python_full_version >= '3.12'
11+
babel==2.18.0 ; python_full_version >= '3.12'
1212
# via sphinx
1313
certifi==2026.1.4 ; python_full_version >= '3.12'
1414
# via requests
@@ -37,7 +37,7 @@ jinja2==3.1.6 ; python_full_version >= '3.12'
3737
# sphinx-autoapi
3838
markupsafe==3.0.3 ; python_full_version >= '3.12'
3939
# via jinja2
40-
packaging==25.0 ; python_full_version >= '3.12'
40+
packaging==26.0 ; python_full_version >= '3.12'
4141
# via sphinx
4242
pygments==2.19.2 ; python_full_version >= '3.12'
4343
# via sphinx
@@ -69,7 +69,7 @@ sphinxcontrib-qthelp==2.0.0 ; python_full_version >= '3.12'
6969
# via sphinx
7070
sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= '3.12'
7171
# via sphinx
72-
starlette==0.51.0 ; python_full_version >= '3.12'
72+
starlette==0.52.1 ; python_full_version >= '3.12'
7373
# via sphinx-autobuild
7474
typing-extensions==4.15.0 ; python_full_version == '3.12.*'
7575
# via

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Repository = "https://github.com/iskandergaba/free-threading"
3838

3939
[dependency-groups]
4040
dev = [
41-
"ruff~=0.14.0",
41+
"ruff~=0.15.0",
4242
"pytest~=9.0.0",
4343
"pytest-cov~=7.0.0",
4444
"pytest-rerunfailures~=16.1.0",

0 commit comments

Comments
 (0)