Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pip prod] (deps): Bump ruff from 0.9.2 to 0.9.3 #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==24.3.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==24.10.0 ; implementation_name == 'cpython'
black==24.10.0 ; implementation_name == "cpython"
# via -r test-requirements.in
certifi==2024.12.14
# via
# httpcore
# httpx
click==8.1.8 ; implementation_name == 'cpython'
click==8.1.8
# via black
codespell==2.3.0
# 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.0.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.0.1
# 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 @@ -104,24 +94,13 @@ pytest-cov==6.0.0
# via -r test-requirements.in
python-dotenv==1.0.1
# via -r test-requirements.in
ruff==0.9.2
ruff==0.9.3
# 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.21
# via -r test-requirements.in
Expand Down
Loading