Skip to content

Commit b6ce8a2

Browse files
Bump the python-requirements group across 1 directory with 6 updates
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [requests](https://github.com/psf/requests), [tox](https://github.com/tox-dev/tox) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `coverage` to 7.14.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.0...7.14.1) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v2.1.0) Updates `pre-commit` to 4.6.0 - [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.5.0...v4.6.0) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.0...v2.34.2) Updates `tox` to 4.55.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.52.0...4.55.0) Updates `urllib3` to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.7.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.55.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c98dbf6 commit b6ce8a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
coverage == 7.13.*
2-
mypy == 1.20.*
3-
pre-commit == 4.5.*
1+
coverage == 7.14.*
2+
mypy == 2.1.*
3+
pre-commit == 4.6.*
44
pytest == 9.0.*
55
pytest-cov == 7.1.*
6-
requests == 2.33.*
6+
requests == 2.34.*
77
setuptools == 82.0.*
8-
tox == 4.52.*
9-
urllib3 == 2.6.*
8+
tox == 4.55.*
9+
urllib3 == 2.7.*

0 commit comments

Comments
 (0)