Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [coverage[toml]](https://github.com/nedbat/coveragepy) and [pytest](https://github.com/pytest-dev/pytest).


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

Updates `pytest` from 7.4.1 to 7.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.1...7.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent ca981f3 commit c1d06db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pytest==7.4.1
pytest==7.4.2
# via -r lint-requirements.in
toml==0.10.2
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==23.1.0
# via service-identity
cffi==1.15.1
# via cryptography
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via -r test-requirements.in
cryptography==41.0.3
# via
Expand All @@ -33,7 +33,7 @@ pycparser==2.21
# via cffi
pyopenssl==23.2.0
# via -r test-requirements.in
pytest==7.4.1
pytest==7.4.2
# via -r test-requirements.in
service-identity==23.1.0
# via -r test-requirements.in

0 comments on commit c1d06db

Please sign in to comment.