Skip to content

Commit

Permalink
Bump the python-packages group with 6 updates (#916)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.20` | `9.5.25` |
| [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.0` | `0.25.1` |
| [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.0` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |


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

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

Updates `twine` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@5.0.0...5.1.0)

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

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

Updates `pytest` from 8.2.0 to 8.2.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.2.0...8.2.1)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mkdocstrings[python-legacy]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  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-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Christie <[email protected]>
  • Loading branch information
dependabot[bot] and tomchristie authored Jun 10, 2024
1 parent e987df2 commit 48651f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
# Docs
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs-material==9.5.20
mkdocs-material==9.5.25
mkdocs-material-extensions==1.3.1
mkdocstrings[python-legacy]==0.25.0
mkdocstrings[python-legacy]==0.25.1
jinja2==3.1.4

# Packaging
build==1.2.1
twine==5.0.0
twine==5.1.0

# Tests & Linting
coverage[toml]==7.5.0
ruff==0.4.2
coverage[toml]==7.5.3
ruff==0.4.7
mypy==1.10.0
trio-typing==0.10.0
pytest==8.2.0
pytest==8.2.1
pytest-httpbin==2.0.0
pytest-trio==0.8.0
werkzeug<2.1 # See: https://github.com/psf/httpbin/issues/35

0 comments on commit 48651f6

Please sign in to comment.