Skip to content

Commit 27c69cf

Browse files
alexclaude
andauthored
chore(deps): bump pytest from 9.0.0 to 9.0.1 (#13879)
Rebuild all uv pip compile outputs with the latest versions. Updated files: - ci-constraints-requirements.txt: pytest 9.0.0 -> 9.0.1 - .github/requirements/build-requirements.txt - .github/requirements/uv-requirements.txt - .github/requirements/build-requirements.in: Updated regeneration command All files now include --refresh flag in their generation commands. Co-authored-by: Claude <noreply@anthropic.com>
1 parent d1bcb3e commit 27c69cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/requirements/build-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ typing-extensions>=4.13.2; python_version < '3.11'
1313
# WARN: changing the requirements here DOES NOT update the dependencies used
1414
# for building at the github workflow -- it uses build-requirements.txt
1515
# To update build-requirements.txt, update this file and then run
16-
# uv pip compile --universal --python-version 3.9 --allow-unsafe --generate-hashes build-requirements.in -o build-requirements.txt
16+
# uv pip compile --universal --python-version 3.9 --allow-unsafe --generate-hashes --refresh build-requirements.in -o build-requirements.txt

.github/requirements/build-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --universal --python-version 3.9 --allow-unsafe --generate-hashes build-requirements.in -o build-requirements.txt
2+
# uv pip compile --universal --python-version 3.9 --allow-unsafe --generate-hashes --refresh build-requirements.in -o build-requirements.txt
33
cffi==2.0.0 ; platform_python_implementation != 'PyPy' \
44
--hash=sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb \
55
--hash=sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b \

.github/requirements/uv-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --universal --python-version 3.8 --generate-hashes uv-requirements.in -o uv-requirements.txt
2+
# uv pip compile --universal --python-version 3.8 --generate-hashes --refresh uv-requirements.in -o uv-requirements.txt
33
uv==0.9.9 \
44
--hash=sha256:036e8d38f87ffbebcd478e6b61a2c4f8733f77fbdf34140b78e0f5ab238810cf \
55
--hash=sha256:0b93153f1262873d6fc725f3a76264eb06e26a2651af17a1e797ae52e19eacb1 \

ci-constraints-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --universal --python-version 3.8 --all-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools --unsafe-package=cryptography-vectors --unsafe-package=bcrypt pyproject.toml -o ci-constraints-requirements.txt
2+
# uv pip compile --universal --python-version 3.8 --all-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools --unsafe-package=cryptography-vectors --unsafe-package=bcrypt --refresh pyproject.toml -o ci-constraints-requirements.txt
33
alabaster==0.7.13 ; python_full_version < '3.9'
44
# via sphinx
55
alabaster==0.7.16 ; python_full_version == '3.9.*'
@@ -173,7 +173,7 @@ pytest==8.4.2 ; python_full_version == '3.9.*'
173173
# pytest-cov
174174
# pytest-randomly
175175
# pytest-xdist
176-
pytest==9.0.0 ; python_full_version >= '3.10'
176+
pytest==9.0.1 ; python_full_version >= '3.10'
177177
# via
178178
# cryptography (pyproject.toml)
179179
# pytest-benchmark

0 commit comments

Comments
 (0)