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

Bump ruff from 0.8.6 to 0.9.1 #40

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
33 changes: 7 additions & 26 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,16 @@ attrs==24.3.0
# via
# outcome
# trio
black==24.10.0 ; implementation_name == 'cpython'
black==24.10.0 ; implementation_name == "cpython"
# via -r test-requirements.in
cffi==1.17.1 ; implementation_name != 'pypy' and os_name == 'nt'
# via trio
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
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via
# pytest
# trio
idna==3.10
# via trio
iniconfig==2.0.0
Expand All @@ -35,7 +25,7 @@ mypy-extensions==1.0.0
# -r test-requirements.in
# black
# mypy
orjson==3.10.13 ; implementation_name == 'cpython'
orjson==3.10.13 ; implementation_name == "cpython"
# via -r test-requirements.in
outcome==1.3.0.post0
# via
Expand All @@ -45,14 +35,12 @@ 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
pycparser==2.22 ; implementation_name != 'pypy' and os_name == 'nt'
# via cffi
pytest==8.3.4
# via
# -r test-requirements.in
Expand All @@ -62,26 +50,19 @@ pytest-cov==6.0.0
# via -r test-requirements.in
pytest-trio==0.8.0
# via -r test-requirements.in
ruff==0.8.6
ruff==0.9.1
# via -r test-requirements.in
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
tomli==2.2.1 ; python_full_version <= '3.11'
# via
# black
# coverage
# mypy
# pytest
trio==0.28.0
# via
# -r test-requirements.in
# pytest-trio
typing-extensions==4.12.2
# via
# -r test-requirements.in
# black
# mypy
uv==0.5.14
# via -r test-requirements.in
Loading