Skip to content

Commit

Permalink
build(deps-dev): Bump the dev-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.8.0` | `1.11.1` |
| [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.8.6` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `6.2.1` | `7.1.2` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `1.23.0` | `2.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.3.2` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5` | `0.23.8` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` |


Updates `mypy` from 1.8.0 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...v1.11.1)

Updates `furo` from 2024.1.29 to 2024.8.6
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.01.29...2024.08.06)

Updates `sphinx` from 6.2.1 to 7.1.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.1.2/CHANGES)
- [Commits](sphinx-doc/sphinx@v6.2.1...v7.1.2)

Updates `sphinx-autodoc-typehints` from 1.23.0 to 2.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.23.0...2.0.1)

Updates `pytest` from 8.0.0 to 8.3.2
- [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.0...8.3.2)

Updates `pytest-asyncio` from 0.23.5 to 0.23.8
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.5...v0.23.8)

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)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 282c74f commit 271624d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
128 changes: 64 additions & 64 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ mypy = "^1.8.0"

[tool.poetry.group.docs.dependencies]
furo = "^2024.1.29"
sphinx = "^6.2.1"
sphinx = ">=6.2.1,<8.0.0"
sphinx-autobuild = "^2021.3.14"
sphinx-autodoc-typehints = "^1.22"
sphinx-autodoc-typehints = ">=1.22,<3.0"
sphinx-copybutton = "^0.5.2"
sphinxext-opengraph = "^0.7.5"

Expand All @@ -112,7 +112,7 @@ coveralls = "^3.3.1"
pytest = "^8.0.0"
pytest-aiohttp = "^1.0.5"
pytest-asyncio = "^0.23.5"
pytest-cov = "^4.1.0"
pytest-cov = ">=4.1,<6.0"

[tool.pytest.ini_options]
minversion = "7.2.0"
Expand Down

0 comments on commit 271624d

Please sign in to comment.