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.7.0 to 0.7.1 #101

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
47 changes: 7 additions & 40 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,25 @@ attrs==24.2.0
# via
# outcome
# trio
black==24.10.0 ; implementation_name == 'cpython'
black==24.10.0 ; implementation_name == "cpython"
# via -r test-requirements.in
blinker==1.8.2
# via
# flask
# quart
cffi==1.17.1 ; implementation_name != 'pypy' and os_name == 'nt'
# via trio
click==8.1.7
# via
# black
# flask
# quart
codespell==2.3.0
# via -r test-requirements.in
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
# via
# click
# pytest
coverage==7.6.4
coverage[toml]==7.6.4
# via
# -r test-requirements.in
# pytest-cov
exceptiongroup==1.2.2
# via
# -r test-requirements.in
# hypercorn
# pytest
# quart-trio
# taskgroup
# trio
# via quart-trio
flask==3.0.3
# via quart
h11==0.14.0
Expand All @@ -47,7 +35,7 @@ h2==4.1.0
# via hypercorn
hpack==4.0.0
# via h2
hypercorn==0.17.3
hypercorn[trio]==0.17.3
# via
# -r test-requirements.in
# quart
Expand All @@ -56,10 +44,6 @@ hyperframe==6.0.1
# via h2
idna==3.10
# via trio
importlib-metadata==8.5.0 ; python_full_version < '3.10'
# via
# flask
# quart
iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
Expand Down Expand Up @@ -90,18 +74,16 @@ packaging==24.1
# via
# black
# pytest
pathspec==0.12.1 ; implementation_name == 'cpython'
pathspec==0.12.1
# via black
pillow==11.0.0
# via -r test-requirements.in
platformdirs==4.3.6 ; implementation_name == 'cpython'
platformdirs==4.3.6
# via black
pluggy==1.5.0
# via pytest
priority==2.0.0
# via hypercorn
pycparser==2.22 ; implementation_name != 'pypy' and os_name == 'nt'
# via cffi
pytest==8.3.3
# via
# -r test-requirements.in
Expand All @@ -119,22 +101,12 @@ quart==0.19.6
# quart-trio
quart-trio==0.11.1
# via -r test-requirements.in
ruff==0.7.0
ruff==0.7.1
# via -r test-requirements.in
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
taskgroup==0.0.0a4 ; python_full_version < '3.11'
# via hypercorn
tomli==2.0.2 ; python_full_version <= '3.11'
# via
# -r test-requirements.in
# black
# coverage
# hypercorn
# mypy
# pytest
trio==0.27.0
# via
# -r test-requirements.in
Expand All @@ -144,10 +116,7 @@ trio==0.27.0
typing-extensions==4.12.2
# via
# -r test-requirements.in
# black
# hypercorn
# mypy
# quart
uv==0.4.24
# via -r test-requirements.in
werkzeug==3.0.4
Expand All @@ -157,5 +126,3 @@ werkzeug==3.0.4
# quart
wsproto==1.2.0
# via hypercorn
zipp==3.20.2 ; python_full_version < '3.10'
# via importlib-metadata
Loading