Skip to content

Commit c933642

Browse files
Combine dependabot python package updates (#7688)
- Bump `black[jupyter]` to 25.9.0 - Update ruff requirement to exact version 0.13.2 which is the latest one - Bump mypy from 1.17.1 to 1.18.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 891e452 commit c933642

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
black[jupyter]==25.1.0
1+
black[jupyter]==25.9.0
22
isort[colors]~=6.0.1

dev_tools/requirements/deps/mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the mypy dependency file
2-
mypy==1.17.1
2+
mypy==1.18.2
33

44
# packages with stub types for various libraries
55
types-protobuf>=5.26.1, <7.0dev
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff~=0.12.1
1+
ruff==0.13.2

0 commit comments

Comments
 (0)