Skip to content

Commit e4ec3d9

Browse files
Bump the deps group across 1 directory with 3 updates (#1398)
Bumps the deps group with 3 updates in the /requirements directory: [coverage](https://github.com/nedbat/coveragepy), [flake8](https://github.com/pycqa/flake8) and [typos](https://github.com/crate-ci/typos). Updates `coverage` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.11...7.6.12) Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](PyCQA/flake8@7.1.1...7.1.2) Updates `typos` from 1.29.5 to 1.29.7 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.29.5...v1.29.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a554f72 commit e4ec3d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage==6.2; python_version <= '3.6'
22
coverage==7.2.7; python_version >= '3.7' and python_version < '3.8'
33
coverage==7.6.1; python_version >= '3.8' and python_version < '3.9'
4-
coverage==7.6.11; python_version >= '3.9'
4+
coverage==7.6.12; python_version >= '3.9'
55

66
pytest-cov==4.0.0; python_version <= '3.6'
77
pytest-cov==4.1.0; python_version >= '3.7' and python_version < '3.8'

requirements/pep8-check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flake8==7.1.1
1+
flake8==7.1.2
22
flake8-unused-arguments==0.0.13
33
flake8-use-fstring==1.4

requirements/typos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
typos==1.29.5
1+
typos==1.29.7

0 commit comments

Comments
 (0)