Skip to content

Commit 9e136be

Browse files
authored
Merge branch 'master' into typed-dict
2 parents 43d218e + 1b2972b commit 9e136be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=62.6,<=75.5.0",
3+
"setuptools>=62.6,<=75.6.0",
44
"setuptools-scm>=6.2,<=8.1.0",
55
]
66
build-backend = "setuptools.build_meta"

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mypy~=1.13.0
77
coverage~=7.6
88
pre-commit==4.0.1
99
codespell==2.3.0
10-
bandit==1.7.10
10+
bandit==1.8.0
1111
flake8==7.1.1

0 commit comments

Comments
 (0)