Skip to content

Commit

Permalink
Bump ruff from 0.7.3 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.3 to 0.7.4.
- [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.3...0.7.4)

---
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 18, 2024
1 parent 74be3b1 commit d85df69
Showing 1 changed file with 7 additions and 26 deletions.
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.2.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.7 ; implementation_name == 'cpython'
click==8.1.7
# via black
codespell==2.3.0
# via -r test-requirements.in
colorama==0.4.6 ; (implementation_name != 'cpython' and sys_platform == 'win32') or (platform_system != 'Windows' and sys_platform == 'win32') or (implementation_name == 'cpython' and 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 ; 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.11 ; implementation_name == 'cpython'
orjson==3.10.11 ; 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.3
# 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.7.3
ruff==0.7.4
# via -r test-requirements.in
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
tomli==2.0.2 ; python_full_version <= '3.11'
# via
# black
# coverage
# mypy
# pytest
trio==0.27.0
# via
# -r test-requirements.in
# pytest-trio
typing-extensions==4.12.2
# via
# -r test-requirements.in
# black
# mypy
uv==0.5.1
# via -r test-requirements.in

0 comments on commit d85df69

Please sign in to comment.