Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [infrahub-sdk](https://github.com/opsmill/infrahub) | `0.12.4` | `0.13.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [antsibull](https://github.com/ansible-community/antsibull) | `0.64.0` | `0.65.0` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.4.0` | `8.5.0` |
| [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.112.0` | `6.112.1` |
| [antsibull-docs](https://github.com/ansible-community/antsibull-docs) | `2.13.1` | `2.14.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.4` | `0.6.5` |


Updates `infrahub-sdk` from 0.12.4 to 0.13.0
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/develop/CHANGELOG.md)
- [Commits](opsmill/infrahub@python-sdk-v0.12.4...infrahub-v0.13.0)

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

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

Updates `importlib-metadata` from 8.4.0 to 8.5.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.4.0...v8.5.0)

Updates `pytz` from 2024.1 to 2024.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

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

Updates `antsibull-docs` from 2.13.1 to 2.14.0
- [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.13.1...2.14.0)

Updates `ruff` from 0.6.4 to 0.6.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.6.4...0.6.5)

---
updated-dependencies:
- dependency-name: infrahub-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: antsibull
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pytz
  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 Sep 16, 2024
1 parent 06a72cd commit b5e7765
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 65 deletions.
152 changes: 93 additions & 59 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ deepdiff = "*"
cryptography = ">=42.0.0"
jinja2 = ">=3.1.4"
jmespath = "*"
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-mock = "*"
pytest-xdist = "*"
pyyaml = "*"
mock = "^5.1.0"
antsibull = "0.64.0"
importlib-metadata = "8.4.0"
antsibull = "0.65.0"
importlib-metadata = "8.5.0"
pytz = "*"
packaging = "*"
jsondiff = "*"
sphinx_rtd_theme = "*"
hypothesis = "^6.112.0"
hypothesis = "^6.112.1"
pytest-pythonpath = "*"
parameterized = "^0.9.0"
invoke = "^2.2.0"
bandit = "^1.7.7"
antsibull-docs = "^2.13.1"
antsibull-docs = "^2.14.0"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
ruff = "0.6.4"
ruff = "0.6.5"

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

0 comments on commit b5e7765

Please sign in to comment.