Skip to content

Commit

Permalink
Upgrade to uv 0.2.26, fixed astral-sh/uv#4885
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jul 12, 2024
1 parent eaecdf0 commit d5e514a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mypy; implementation_name == "cpython"
types-pyOpenSSL; implementation_name == "cpython" # and annotations
ruff >= 0.4.3
astor # code generation
uv >= 0.2.22
uv >= 0.2.24
codespell

# https://github.com/python-trio/trio/pull/654#issuecomment-420518745
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1 ; python_version < '3.11' or (python_version < '3.11' and implementation_name == 'cpython')
tomli==2.0.1 ; python_version < '3.11'
# via
# black
# mypy
Expand Down Expand Up @@ -164,7 +164,7 @@ typing-extensions==4.12.2
# pylint
urllib3==2.2.2
# via requests
uv==0.2.22
uv==0.2.24
# via -r test-requirements.in
zipp==3.19.2 ; python_version < '3.10'
# via importlib-metadata

0 comments on commit d5e514a

Please sign in to comment.