File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
33cffi==2.0.0 ; platform_python_implementation != 'PyPy' \
44 --hash=sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb \
55 --hash=sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b \
Original file line number Diff line number Diff line change 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
33uv==0.9.9 \
44 --hash=sha256:036e8d38f87ffbebcd478e6b61a2c4f8733f77fbdf34140b78e0f5ab238810cf \
55 --hash=sha256:0b93153f1262873d6fc725f3a76264eb06e26a2651af17a1e797ae52e19eacb1 \
Original file line number Diff line number Diff line change 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
33alabaster==0.7.13 ; python_full_version < '3.9'
44 # via sphinx
55alabaster==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
You can’t perform that action at this time.
0 commit comments