Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.144` | `1.34.146` |
| [botocore](https://github.com/boto/botocore) | `1.34.146` | `1.34.150` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.146` | `1.34.150` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.29` | `9.5.30` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.1` | `8.3.2` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.4` | `6.108.5` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.372` | `1.1.373` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.4` | `0.5.5` |


Updates `boto3` from 1.34.144 to 1.34.146
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.144...1.34.146)

Updates `botocore` from 1.34.146 to 1.34.150
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.146...1.34.150)

Updates `boto3-stubs` from 1.34.146 to 1.34.150
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `mkdocs-material` from 9.5.29 to 9.5.30
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.29...9.5.30)

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 `hypothesis` from 6.108.4 to 6.108.5
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.108.4...hypothesis-python-6.108.5)

Updates `pyright` from 1.1.372 to 1.1.373
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.372...v1.1.373)

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)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 9e59430 commit 4518ce2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
88 changes: 44 additions & 44 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pyyaml = "^6.0.1"
redis = "^5.0.7"
docker = "^7.1.0"
google-cloud-compute = "^1.19.1"
boto3 = "^1.34.144"
botocore = "^1.34.146"
boto3-stubs = { extras = ["ec2"], version = "^1.34.146" }
boto3 = "^1.34.146"
botocore = "^1.34.150"
boto3-stubs = { extras = ["ec2"], version = "^1.34.150" }
githubkit = { extras = ["auth-app"], version = "^0.11.7" }
rq-scheduler = "^0.13.1"
pyvmomi = "^8.0.3.0.1"
Expand All @@ -34,18 +34,18 @@ prometheus-client = "^0.20.0"
optional = true

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.29"
mkdocs-material = "^9.5.30"
mkdocs = "^1.5.3"

[tool.poetry.group.dev.dependencies]
connexion = "^3.1.0"
pytest = "^8.3.1"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
hypothesis = "^6.108.4"
pyright = "^1.1.372"
hypothesis = "^6.108.5"
pyright = "^1.1.373"
black = "^24.4.2"
isort = "^5.13.2"
ruff = "^0.5.4"
ruff = "^0.5.5"
yamllint = "^1.35.1"
types-redis = "^4.6.0.20240425"

Expand Down

0 comments on commit 4518ce2

Please sign in to comment.