Skip to content

Commit

Permalink
chore(deps): bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [infrahub-sdk](https://github.com/opsmill/infrahub), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff).


Updates `infrahub-sdk` from 0.14.1 to 1.0.0
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/develop/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v0.14.1...infrahub-v1.0.0)

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

Updates `ruff` from 0.7.1 to 0.7.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.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: infrahub-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: hypothesis
  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 Nov 4, 2024
1 parent 402f3e6 commit afe023a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 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 @@ -9,7 +9,7 @@ license = "GPLv3"
python = ">=3.9,<3.13"
ansible-core = ">=2.15.9"
ansible-lint = "*"
infrahub-sdk = {version = "^0", extras = ["all"]}
infrahub-sdk = {version = "^1", extras = ["all"]}
codecov = "*"
deepdiff = "*"
cryptography = ">=42.0.0"
Expand All @@ -26,7 +26,7 @@ pytz = "*"
packaging = "*"
jsondiff = "*"
sphinx_rtd_theme = "*"
hypothesis = "^6.115.5"
hypothesis = "^6.116.0"
pytest-pythonpath = "*"
parameterized = "^0.9.0"
invoke = "^2.2.0"
Expand All @@ -36,7 +36,7 @@ antsibull-docs = "^2.15.0"
[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
ruff = "0.7.1"
ruff = "0.7.2"

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

0 comments on commit afe023a

Please sign in to comment.