Skip to content

Commit

Permalink
Bump ruff from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.1...0.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e4be286 commit b15b36f
Showing 1 changed file with 7 additions and 40 deletions.
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.8
# quart-trio
quart-trio==0.11.1
# via -r test-requirements.in
ruff==0.7.1
ruff==0.7.2
# 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.29
# via -r test-requirements.in
werkzeug==3.0.6
Expand All @@ -157,5 +126,3 @@ werkzeug==3.0.6
# quart
wsproto==1.2.0
# via hypercorn
zipp==3.20.2 ; python_full_version < '3.10'
# via importlib-metadata

0 comments on commit b15b36f

Please sign in to comment.