Skip to content

Commit

Permalink
chore(deps): bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.1` | `8.3.2` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.2.0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.3` | `6.108.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.4` | `0.5.5` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `5.3.0` | `7.4.7` |


Updates `pytest` from 8.3.1 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.3.1...8.3.2)

Updates `importlib-metadata` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.0.0...v8.2.0)

Updates `hypothesis` from 6.108.3 to 6.108.5
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.108.3...hypothesis-python-6.108.5)

Updates `ruff` from 0.5.4 to 0.5.5
- [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.4...0.5.5)

Updates `sphinx` from 5.3.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@v5.3.0...v7.4.7)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 4025f7b commit 8e752cc
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 54 deletions.
102 changes: 52 additions & 50 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ deepdiff = "*"
cryptography = ">=42.0.0"
jinja2 = ">=3.1.4"
jmespath = "*"
pytest = "^8.3.1"
pytest = "^8.3.2"
pytest-mock = "*"
pytest-xdist = "*"
pyyaml = "*"
mock = "^5.1.0"
antsibull = "0.63.1"
importlib-metadata = "8.0.0"
importlib-metadata = "8.2.0"
pytz = "*"
packaging = "*"
jsondiff = "*"
sphinx_rtd_theme = "*"
hypothesis = "^6.8.0"
hypothesis = "^6.108.5"
pytest-pythonpath = "*"
parameterized = "^0.9.0"
invoke = "^2.2.0"
Expand All @@ -36,7 +36,7 @@ antsibull-docs = "^2.11.0"
[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
ruff = "0.5.4"
ruff = "0.5.5"

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down

0 comments on commit 8e752cc

Please sign in to comment.