Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 4 updates (#596)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates: [anyio](https://github.com/agronholm/anyio), [typing-extensions](https://github.com/python/typing_extensions), [codespell](https://github.com/codespell-project/codespell) and [ruff](https://github.com/astral-sh/ruff).


Updates `anyio` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.3.0...4.4.0)

Updates `typing-extensions` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.11.0...4.12.0)

Updates `codespell` from 2.2.6 to 2.3.0
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.2.6...v2.3.0)

Updates `ruff` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.4...v0.4.5)

---
updated-dependencies:
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 9fd0403 commit e23986b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/linting.in -o requirements/linting.txt
black==24.4.2
# via -r requirements/linting.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via black
codespell==2.2.6
codespell==2.3.0
# via -r requirements/linting.in
distlib==0.3.8
# via virtualenv
filelock==3.14.0
# via virtualenv
identify==2.5.36
# via pre-commit
mypy==1.10.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
# black
Expand All @@ -28,12 +31,13 @@ platformdirs==4.2.2
# black
# virtualenv
pre-commit==3.7.1
# via -r requirements/linting.in
pyupgrade==3.15.2
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.4.4
setuptools==70.0.0
# via nodeenv
ruff==0.4.5
# via -r requirements/linting.in
tokenize-rt==5.2.0
# via pyupgrade
typing-extensions==4.11.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile pyproject.toml -o requirements/pyproject.txt
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via starlette
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -42,7 +42,7 @@ sniffio==1.3.1
# via anyio
starlette==0.37.2
# via fastapi-slim
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# fastapi-slim
# pydantic
Expand Down

0 comments on commit e23986b

Please sign in to comment.