Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.5.4` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.0` | `7.4.7` |
| [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.7.18` |


Updates `pytest` from 8.2.2 to 8.3.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.2...8.3.1)

Updates `mypy` from 1.10.1 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11)

Updates `ruff` from 0.5.2 to 0.5.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@0.5.2...0.5.4)

Updates `sphinx` from 7.4.0 to 7.4.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.4.0...v7.4.7)

Updates `furo` from 2024.5.6 to 2024.7.18
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.05.06...2024.07.18)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent f6facc2 commit 2b234ea
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
118 changes: 59 additions & 59 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ python = ">=3.9,<3.12"
cookiecutter = "^2.6.0"

[tool.poetry.dev-dependencies]
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-cookies = "^0.7.0"
black = "^24.4.2"
pre-commit = "^3.7.1"
tox = "^4.16.0"
mypy = "^1.10.1"
mypy = "^1.11.0"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.6.1"
ruff = "^0.5.2"
ruff = "^0.5.4"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^7.4.0"
sphinx = "^7.4.7"
sphinx-autobuild = "^2024.4.16"
furo = "^2024.5.6"
furo = "^2024.7.18"
myst-parser = {extras = ["linkify"], version = "^3.0.1"}

[tool.mypy]
Expand Down

0 comments on commit 2b234ea

Please sign in to comment.