Skip to content

Commit 8187530

Browse files
Build(deps): Bump the pip-version group across 1 directory with 5 updates (#860)
Bumps the pip-version group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.12` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.43` | `3.1.44` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `pre-commit` from 4.0.1 to 4.1.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.0.1...v4.1.0) Updates `coverage` from 7.6.8 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.8...7.6.12) Updates `gitpython` from 3.1.43 to 3.1.44 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.43...3.1.44) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbe17ac commit 8187530

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
click>=7.0
2-
pre-commit==4.0.1
2+
pre-commit==4.1.0

requirements/requirements-test.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
click==8.1.7
2-
coverage==7.6.8
3-
GitPython==3.1.43
1+
click==8.1.8
2+
coverage==7.6.12
3+
GitPython==3.1.44
44
pytest-cov==6.0.0
5-
pytest==8.3.3
5+
pytest==8.3.4

0 commit comments

Comments
 (0)