Skip to content

Commit

Permalink
Bump the pip group with 6 updates (#463)
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` |
| [furo](https://github.com/pradyunsg/furo) | `2024.4.27` | `2024.5.6` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.0` | `3.7.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |
| [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.0` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.32.0.20240523` |


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 `furo` from 2024.4.27 to 2024.5.6
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.04.27...2024.05.06)

Updates `pre-commit` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)

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)

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 `types-requests` from 2.31.0.20240406 to 2.32.0.20240523
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 3efe9dd commit 527eee7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ dependencies = [
dev = [
"black ==24.4.2",
"build ==1.2.1",
"coverage[toml] ==7.5.0",
"furo ==2024.4.27",
"coverage[toml] ==7.5.3",
"furo ==2024.5.6",
"mypy ==1.9.0; platform_python_implementation != 'PyPy'",
"pre-commit <3.6.0 ; python_version < '3.9'",
"pre-commit ==3.7.0 ; python_version >= '3.9'",
"pytest ==8.2.0",
"pre-commit ==3.7.1 ; python_version >= '3.9'",
"pytest ==8.2.1",
"sphinx ==7.3.7; python_version >= '3.9'",
"sphinx-autobuild ==2024.4.16 ; python_version >= '3.9'",
"sphinx-copybutton ==0.5.2",
"sphinxcontrib-spelling ==8.0.0",
"sphinx-autodoc-typehints <2.1.0 ; python_version < '3.9'",
"sphinx-autodoc-typehints ==2.1.0 ; python_version >= '3.9'",
"tox ==4.15.0",
"twine ==5.0.0",
"types-requests ==2.31.0.20240406",
"twine ==5.1.0",
"types-requests ==2.32.0.20240523",
]

[project.urls]
Expand Down

0 comments on commit 527eee7

Please sign in to comment.