From c0722330af0519647112ac1d105fe9de39896349 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 10 Sep 2026 11:17:16 +0000
Subject: [PATCH 1/2] Bump slotscheck from 0.20.1 to 0.21.0 (#13685)
Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from
0.20.1 to 0.21.0.
Release notes
Sourced from slotscheck's
releases.
v0.21.0
- Add
--pythonpath option to add directories to Python's
import path. This is equivalent to setting $PYTHONPATH, but
usable in places where environment variables are awkward to set (such as
pre-commit on Windows).
- When a file isn't importable, the error message now suggests the
directory to add to the import path, instead of only linking to the
documentation.
Changelog
Sourced from slotscheck's
changelog.
0.21.0 (2026-09-06)
- Add
--pythonpath option to add directories to Python's
import path.
This is equivalent to setting $PYTHONPATH, but usable in
places where
environment variables are awkward to set (such as pre-commit on
Windows).
- When a file isn't importable, the error message now suggests the
directory
to add to the import path, instead of only linking to the
documentation.
Commits
c30bb06
prepare release
129f7c1
fix fragile test
e02c376
add help and CLI option for specifying pythonpath
f56e8e6
Bump ruff from 0.16.4 to 0.16.5
5dcb4ce
Bump sphinx-argparse from 0.6.0 to 0.6.1
4ebde0b
Bump ruff from 0.16.3 to 0.16.4
c7242db
Bump astral-sh/setup-uv from 9.0.0 to 10.0.1
bc214fc
Bump ruff from 0.16.2 to 0.16.3
df8268c
Bump ruff from 0.16.1 to 0.16.2
4d0c116
Bump ruff from 0.16.0 to 0.16.1
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements/constraints.txt | 2 +-
requirements/dev.txt | 2 +-
requirements/lint.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 739776a2333..21c3ee1f7fd 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -260,7 +260,7 @@ setuptools-git==1.2
# via -r requirements/test-common-base.in
six==1.17.0
# via python-dateutil
-slotscheck==0.20.1
+slotscheck==0.21.0
# via -r requirements/lint.in
snowballstemmer==3.1.1
# via sphinx
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 74b18643a4d..5f5d0326318 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -253,7 +253,7 @@ setuptools-git==1.2
# via -r requirements/test-common-base.in
six==1.17.0
# via python-dateutil
-slotscheck==0.20.1
+slotscheck==0.21.0
# via -r requirements/lint.in
snowballstemmer==3.1.1
# via sphinx
diff --git a/requirements/lint.txt b/requirements/lint.txt
index 25deeade5ce..fc0215c8fbb 100644
--- a/requirements/lint.txt
+++ b/requirements/lint.txt
@@ -137,7 +137,7 @@ rich==15.0.0
# via pytest-codspeed
six==1.17.0
# via python-dateutil
-slotscheck==0.20.1
+slotscheck==0.21.0
# via -r requirements/lint.in
tomli==2.4.1
# via
From 5da6d53032d59a08faeba2fab96361864c817faa Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 10 Sep 2026 11:24:43 +0000
Subject: [PATCH 2/2] Bump ast-serialize from 0.9.0 to 0.10.0 (#13683)
Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.9.0
to 0.10.0.
Commits
15364db
Bump version to 0.10.0
79b139a
Reject invalid type ignores (#83)
3bfe26c
Add flag indicating if type comment was used for a function (#85)
0438ee5
Fix compile warnings by deleting unused constants (#84)
3c54841
Add a flag indicating use of (unsupported) unicode surrogates (#82)
- See full diff in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements/constraints.txt | 2 +-
requirements/dev.txt | 2 +-
requirements/lint.txt | 2 +-
requirements/test-common.txt | 2 +-
requirements/test-ft.txt | 2 +-
requirements/test.txt | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 21c3ee1f7fd..b6aa6bb97c3 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -26,7 +26,7 @@ alabaster==1.0.0
# via sphinx
annotated-types==0.8.0
# via pydantic
-ast-serialize==0.9.0
+ast-serialize==0.10.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 5f5d0326318..8b56c023e2a 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -26,7 +26,7 @@ alabaster==1.0.0
# via sphinx
annotated-types==0.8.0
# via pydantic
-ast-serialize==0.9.0
+ast-serialize==0.10.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
diff --git a/requirements/lint.txt b/requirements/lint.txt
index fc0215c8fbb..640e8e22f6b 100644
--- a/requirements/lint.txt
+++ b/requirements/lint.txt
@@ -14,7 +14,7 @@ aiosignal==1.4.0
# via aiohttp
annotated-types==0.8.0
# via pydantic
-ast-serialize==0.9.0
+ast-serialize==0.10.0
# via mypy
async-timeout==5.0.1
# via
diff --git a/requirements/test-common.txt b/requirements/test-common.txt
index 54d283dcecf..ec31e41ba81 100644
--- a/requirements/test-common.txt
+++ b/requirements/test-common.txt
@@ -10,7 +10,7 @@ aiosignal==1.4.0
# via aiohttp
annotated-types==0.8.0
# via pydantic
-ast-serialize==0.9.0
+ast-serialize==0.10.0
# via mypy
async-timeout==5.0.1
# via aiohttp
diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt
index 44824777d1b..ada6a3684f4 100644
--- a/requirements/test-ft.txt
+++ b/requirements/test-ft.txt
@@ -18,7 +18,7 @@ aiosignal==1.4.0
# aiohttp
annotated-types==0.8.0
# via pydantic
-ast-serialize==0.9.0
+ast-serialize==0.10.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
diff --git a/requirements/test.txt b/requirements/test.txt
index 71519e4aa53..1333b9a2e5b 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -18,7 +18,7 @@ aiosignal==1.4.0
# aiohttp
annotated-types==0.8.0
# via pydantic
-ast-serialize==0.9.0
+ast-serialize==0.10.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via