We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c381f0 commit 088280aCopy full SHA for 088280a
2 files changed
build_tools/github/lint_lock.txt
@@ -4,9 +4,9 @@
4
#
5
# pip-compile --output-file=build_tools/github/lint_lock.txt build_tools/github/lint_requirements.txt
6
7
-cython==3.2.5
+cython==3.2.6
8
# via cython-lint
9
-cython-lint==0.20.0
+cython-lint==0.21.0
10
# via -r build_tools/github/lint_requirements.txt
11
iniconfig==2.3.0
12
# via pytest
build_tools/github/lint_requirements.txt
@@ -1,7 +1,7 @@
1
# DO NOT EDIT: this file is generated from the specification found in the
2
# following script to centralize the configuration for CI builds:
3
# build_tools/update_environments_and_lock_files.py
-pytest
+pytest==9.1.0
ruff==0.12.2 # min
mypy==1.15 # min
-cython-lint==0.20 # min
+cython-lint==0.21 # min
0 commit comments