Skip to content

Commit b5a5c19

Browse files
Bump the python-packages group with 7 updates (#138)
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) | `2.2.0` | `2.3.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.0` | `0.3.4` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.12` | `9.5.16` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.8.0` | `1.9.0` | Updates `coverage` from 7.4.3 to 7.4.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.4.3...7.4.4) Updates `pytest` from 8.0.2 to 8.1.1 - [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.0.2...8.1.1) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) Updates `pytest-timeout` from 2.2.0 to 2.3.1 - [Commits](pytest-dev/pytest-timeout@2.2.0...2.3.1) Updates `ruff` from 0.3.0 to 0.3.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.0...v0.3.4) Updates `mkdocs-material` from 9.5.12 to 9.5.16 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.12...9.5.16) Updates `mkdocstrings-python` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.8.0...1.9.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-timeout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb7b1fc commit b5a5c19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ dependencies = []
3434
dev = [
3535
"atomicwrites==1.4.1",
3636
"attrs==23.2.0",
37-
"coverage==7.4.3",
37+
"coverage==7.4.4",
3838
"more-itertools==10.2.0",
3939
"pbr==6.0.0",
4040
"pluggy==1.4.0",
4141
"py==1.11.0",
42-
"pytest==8.0.2",
43-
"pytest-cov==4.1.0",
42+
"pytest==8.1.1",
43+
"pytest-cov==5.0.0",
4444
"PyYAML==6.0.1",
4545
"invoke==2.2.0",
46-
"pytest-timeout==2.2.0",
47-
"ruff==0.3.0",
46+
"pytest-timeout==2.3.1",
47+
"ruff==0.3.4",
4848
"hatch",
4949
"atheris==2.3.0; python_version != '3.12'",
5050
]
5151
docs = [
5252
"mkdocs==1.5.3",
53-
"mkdocs-material==9.5.12",
53+
"mkdocs-material==9.5.16",
5454
"mkdocstrings==0.24.1",
55-
"mkdocstrings-python==1.8.0",
55+
"mkdocstrings-python==1.9.0",
5656
"mkdocs-autorefs==1.0.1",
5757
]
5858

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
atomicwrites==1.4.1
22
attrs==23.2.0
3-
coverage==7.4.3
3+
coverage==7.4.4
44
more-itertools==10.2.0
55
pbr==6.0.0
66
pluggy==1.4.0
77
py==1.11.0
8-
pytest==8.0.2
8+
pytest==8.1.1
99
PyYAML==6.0.1
10-
ruff==0.3.0
10+
ruff==0.3.4
1111
atheris==2.3.0

0 commit comments

Comments
 (0)