Skip to content

Commit a595229

Browse files
Bump the python-dependencies group with 8 updates (#772)
Bumps the python-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.3` | | [coverage](https://github.com/coveragepy/coveragepy) | `6.5.0` | `7.13.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.4` | `0.15.11` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.407` | `1.1.408` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.20.1` | | [coveralls](https://github.com/TheKevJames/coveralls-python) | `4.0.2` | `4.1.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.4.0` | `4.5.1` | Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) Updates `pytest` from 8.4.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.3) Updates `coverage` from 6.5.0 to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@6.5.0...7.13.5) Updates `ruff` from 0.14.4 to 0.15.11 - [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.14.4...0.15.11) Updates `pyright` from 1.1.407 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.407...v1.1.408) Updates `mypy` from 1.18.2 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.20.1) Updates `coveralls` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](TheKevJames/coveralls-python@4.0.2...4.1.0) Updates `pre-commit` from 4.4.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: coveralls dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3047679 commit a595229

2 files changed

Lines changed: 369 additions & 113 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Documentation = "https://rxpy.readthedocs.io/en/latest/"
3131
[dependency-groups]
3232
test = [
3333
"pyyaml>=6.0.3,<7",
34-
"pytest-asyncio>=1.2.0,<1.3.0",
35-
"pytest>=8.4.1,<9",
36-
"coverage>=6.3.2,<7",
34+
"pytest-asyncio>=1.2.0,<1.4.0",
35+
"pytest>=8.4.1,<10",
36+
"coverage>=6.3.2,<8",
3737
"pytest-xdist>=3.8.0,<4",
3838
"ruff>=0.14.0,<1",
3939
"pyright>=1.1.407,<1.2.0",
40-
"mypy>=1.18.2,<1.19.0",
40+
"mypy>=1.18.2,<1.21.0",
4141
"coveralls>=4.0.2,<5",
4242
"pre-commit>=4.3.0,<5",
4343
]

0 commit comments

Comments
 (0)