Skip to content

Commit

Permalink
Bump the python-packages group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.4.0` | `1.5.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.4` | `0.4.2` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.3` | `1.6.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.16` | `9.5.20` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.24.1` | `0.25.0` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.9.0` | `1.10.0` |


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

Updates `pluggy` from 1.4.0 to 1.5.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.4.0...1.5.0)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

Updates `ruff` from 0.3.4 to 0.4.2
- [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.4...v0.4.2)

Updates `mkdocs` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.5.3...1.6.0)

Updates `mkdocs-material` from 9.5.16 to 9.5.20
- [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.16...9.5.20)

Updates `mkdocstrings` from 0.24.1 to 0.25.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.24.1...0.25.0)

Updates `mkdocstrings-python` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pluggy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  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-minor
  dependency-group: python-packages
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 8b85d35 commit f88d9ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ dependencies = []
dev = [
"atomicwrites==1.4.1",
"attrs==23.2.0",
"coverage==7.4.4",
"coverage==7.5.0",
"more-itertools==10.2.0",
"pbr==6.0.0",
"pluggy==1.4.0",
"pluggy==1.5.0",
"py==1.11.0",
"pytest==8.1.1",
"pytest==8.2.0",
"pytest-cov==5.0.0",
"PyYAML==6.0.1",
"invoke==2.2.0",
"pytest-timeout==2.3.1",
"ruff==0.3.4",
"ruff==0.4.2",
"hatch",
"atheris==2.3.0; python_version != '3.12'",
]
docs = [
"mkdocs==1.5.3",
"mkdocs-material==9.5.16",
"mkdocstrings==0.24.1",
"mkdocstrings-python==1.9.0",
"mkdocs==1.6.0",
"mkdocs-material==9.5.20",
"mkdocstrings==0.25.0",
"mkdocstrings-python==1.10.0",
"mkdocs-autorefs==1.0.1",
]

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
atomicwrites==1.4.1
attrs==23.2.0
coverage==7.4.4
coverage==7.5.0
more-itertools==10.2.0
pbr==6.0.0
pluggy==1.4.0
pluggy==1.5.0
py==1.11.0
pytest==8.1.1
pytest==8.2.0
PyYAML==6.0.1
ruff==0.3.4
ruff==0.4.2
atheris==2.3.0

0 comments on commit f88d9ab

Please sign in to comment.