Skip to content

Commit

Permalink
[pip prod] (deps): Bump uv from 0.5.26 to 0.5.29
Browse files Browse the repository at this point in the history
Bumps [uv](/~https://github.com/astral-sh/uv) from 0.5.26 to 0.5.29.
- [Release notes](/~https://github.com/astral-sh/uv/releases)
- [Changelog](/~https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.5.26...0.5.29)

---
updated-dependencies:
- dependency-name: uv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 43bc8c1 commit 3c60b33
Showing 1 changed file with 10 additions and 31 deletions.
41 changes: 10 additions & 31 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,31 @@ aiosignal==1.3.2
anyio==4.8.0
# via httpx
async-timeout==5.0.1
# via
# -r test-requirements.in
# aiohttp
# via -r test-requirements.in
asyncio-dgram==2.2.0
# via mcstatus
attrs==25.1.0
# via aiohttp
audioop-lts==0.2.1 ; python_full_version >= '3.13'
audioop-lts==0.2.1 ; python_version >= "3.13"
# via -r test-requirements.in
black==25.1.0 ; implementation_name == 'cpython'
black==25.1.0 ; implementation_name == "cpython"
# via -r test-requirements.in
certifi==2025.1.31
# via
# httpcore
# httpx
click==8.1.8 ; implementation_name == 'cpython'
click==8.1.8
# via black
codespell==2.4.1
# via -r test-requirements.in
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.6.10
coverage[toml]==7.6.10
# via
# -r test-requirements.in
# pytest-cov
discord-py==2.4.0
# via -r test-requirements.in
dnspython==2.7.0
# via mcstatus
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via
# anyio
# pytest
frozenlist==1.5.0
# via
# aiohttp
Expand All @@ -56,7 +46,7 @@ hpack==4.1.0
# via h2
httpcore==1.0.7
# via httpx
httpx==0.28.1
httpx[http2]==0.28.1
# via -r test-requirements.in
hyperframe==6.1.0
# via h2
Expand All @@ -80,15 +70,15 @@ mypy-extensions==1.0.0
# -r test-requirements.in
# black
# mypy
orjson==3.10.15 ; implementation_name == 'cpython'
orjson==3.10.15 ; implementation_name == "cpython"
# via -r test-requirements.in
packaging==24.2
# via
# black
# pytest
pathspec==0.12.1 ; implementation_name == 'cpython'
pathspec==0.12.1
# via black
platformdirs==4.3.6 ; implementation_name == 'cpython'
platformdirs==4.3.6
# via black
pluggy==1.5.0
# via pytest
Expand All @@ -106,24 +96,13 @@ python-dotenv==1.0.1
# via -r test-requirements.in
ruff==0.9.4
# via -r test-requirements.in
setuptools==75.8.0
# via asyncio-dgram
sniffio==1.3.1
# via anyio
tomli==2.2.1 ; python_full_version <= '3.11'
# via
# black
# coverage
# mypy
# pytest
typing-extensions==4.12.2
# via
# -r test-requirements.in
# anyio
# black
# multidict
# mypy
uv==0.5.26
uv==0.5.29
# via -r test-requirements.in
yarl==1.18.3
# via aiohttp

0 comments on commit 3c60b33

Please sign in to comment.