Skip to content

Commit a554f72

Browse files
Bump the deps group across 1 directory with 3 updates (#1397)
* Bump the deps group across 1 directory with 3 updates Bumps the deps group with 3 updates in the /requirements directory: [coverage](https://github.com/nedbat/coveragepy), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) and [mypy](https://github.com/python/mypy). Updates `coverage` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.10...7.6.11) Updates `beautifulsoup4` from 4.13.0 to 4.13.3 Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> * Update requirements/mypy.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paweł Lipski <pawel.p.lipski@gmail.com>
1 parent 169cd37 commit a554f72

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.10; python_version >= '3.9'
4+
coverage==7.6.11; 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/mypy.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mypy==0.971; python_version <= '3.6'
22
mypy==1.4.1; python_version >= '3.7' and python_version < '3.8'
3-
mypy==1.14.1; python_version >= '3.8'
3+
mypy==1.14.1; python_version >= '3.8' and python_version < '3.9'
4+
mypy==1.15.0; python_version >= '3.9'

requirements/py-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docutils==0.21.2
22
pygments==2.19.1
3-
beautifulsoup4==4.13.0
3+
beautifulsoup4==4.13.3

0 commit comments

Comments
 (0)