Skip to content

Commit

Permalink
chore(deps): bump the all group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates in the / directory: [importlib-metadata](https://github.com/python/importlib_metadata), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [antsibull-docs](https://github.com/ansible-community/antsibull-docs) and [ruff](https://github.com/astral-sh/ruff).


Updates `importlib-metadata` from 8.2.0 to 8.4.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.2.0...v8.4.0)

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

Updates `antsibull-docs` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/ansible-community/antsibull-docs/releases)
- [Changelog](https://github.com/ansible-community/antsibull-docs/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-docs@2.12.0...2.13.1)

Updates `ruff` from 0.6.1 to 0.6.2
- [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.6.1...0.6.2)

---
updated-dependencies:
- 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: antsibull-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 0be15f1 commit bf5baa7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 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 @@ -21,22 +21,22 @@ pytest-xdist = "*"
pyyaml = "*"
mock = "^5.1.0"
antsibull = "0.64.0"
importlib-metadata = "8.2.0"
importlib-metadata = "8.4.0"
pytz = "*"
packaging = "*"
jsondiff = "*"
sphinx_rtd_theme = "*"
hypothesis = "^6.111.1"
hypothesis = "^6.111.2"
pytest-pythonpath = "*"
parameterized = "^0.9.0"
invoke = "^2.2.0"
bandit = "^1.7.7"
antsibull-docs = "^2.11.0"
antsibull-docs = "^2.13.1"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
ruff = "0.6.1"
ruff = "0.6.2"

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

0 comments on commit bf5baa7

Please sign in to comment.