Skip to content

Commit

Permalink
chore(deps): bump the pip group with 4 updates (#2022)
Browse files Browse the repository at this point in the history
* chore(deps): bump the pip group with 4 updates

Bumps the pip group with 4 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [coverage[toml]](https://github.com/nedbat/coveragepy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `mypy` from 1.14.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.0...v1.14.1)

Updates `ruff` from 0.8.4 to 0.8.6
- [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.8.4...0.8.6)

Updates `coverage[toml]` from 7.6.1 to 7.6.10
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.10)

Updates `pytest-asyncio` from 0.24.0 to 0.25.1
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pastukhov Nikita <[email protected]>
  • Loading branch information
dependabot[bot] and Lancetnik authored Jan 7, 2025
1 parent 13ac953 commit 8e86a8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ devdocs = [

types = [
"faststream[optionals]",
"mypy==1.14.0",
"mypy==1.14.1",
# mypy extensions
"types-Deprecated",
"types-PyYAML",
Expand All @@ -121,17 +121,17 @@ types = [

lint = [
"faststream[types]",
"ruff==0.8.4",
"ruff==0.8.6",
"bandit==1.8.0",
"semgrep==1.101.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.6.9; python_version >= '3.9'",
"coverage[toml]==7.6.10; python_version >= '3.9'",
"coverage[toml]==7.6.1; python_version == '3.8'",
"pytest==8.3.4",
"pytest-asyncio==0.25.0; python_version >= '3.9'",
"pytest-asyncio==0.25.1; python_version >= '3.9'",
"pytest-asyncio==0.24.0; python_version == '3.8'",
"dirty-equals==0.8.0",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals
Expand Down

0 comments on commit 8e86a8c

Please sign in to comment.