Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [redis](https://github.com/redis/redis-py) | `5.0.6` | `5.0.7` |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.19.0` | `1.19.1` |
| [botocore](https://github.com/boto/botocore) | `1.34.128` | `1.34.144` |
| [pyvmomi](https://github.com/vmware/pyvmomi) | `8.0.2.0.1` | `8.0.3.0.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.29` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.9` | `0.5.2` |


Updates `redis` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.6...v5.0.7)

Updates `google-cloud-compute` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-compute-v1.19.0...google-cloud-compute-v1.19.1)

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

Updates `pyvmomi` from 8.0.2.0.1 to 8.0.3.0.1
- [Release notes](https://github.com/vmware/pyvmomi/releases)
- [Changelog](https://github.com/vmware/pyvmomi/blob/master/CHANGELOG.md)
- [Commits](vmware/pyvmomi@v8.0.2.0.1...v8.0.3.0.1)

Updates `mkdocs-material` from 9.5.27 to 9.5.29
- [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.27...9.5.29)

Updates `ruff` from 0.4.9 to 0.5.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@v0.4.9...0.5.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: google-cloud-compute
  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: pyvmomi
  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: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent db4e8c6 commit 2fbbe49
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
73 changes: 37 additions & 36 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 @@ -16,15 +16,15 @@ pydantic = ">=1.10.2,<2.0"
redis-om = "^0.3.1"
rq = "^1.16.2"
pyyaml = "^6.0.1"
redis = "^5.0.6"
redis = "^5.0.7"
docker = "^7.1.0"
google-cloud-compute = "^1.19.0"
google-cloud-compute = "^1.19.1"
boto3 = "^1.34.128"
botocore = "^1.34.128"
botocore = "^1.34.144"
boto3-stubs = { extras = ["ec2"], version = "^1.34.144" }
githubkit = { extras = ["auth-app"], version = "^0.11.7" }
rq-scheduler = "^0.13.1"
pyvmomi = "^8.0.2.0.1"
pyvmomi = "^8.0.3.0.1"
vapi-runtime = { url = "https://raw.githubusercontent.com/vmware/vsphere-automation-sdk-python/v8.0.1.0/lib/vapi-runtime/vapi_runtime-2.40.0-py2.py3-none-any.whl" }
vcenter-bindings = { url = "https://raw.githubusercontent.com/vmware/vsphere-automation-sdk-python/v8.0.1.0/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl" }
prometheus-client = "^0.20.0"
Expand All @@ -34,7 +34,7 @@ prometheus-client = "^0.20.0"
optional = true

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

[tool.poetry.group.dev.dependencies]
Expand All @@ -45,7 +45,7 @@ hypothesis = "^6.108.2"
pyright = "^1.1.371"
black = "^24.4.2"
isort = "^5.13.2"
ruff = "^0.4.9"
ruff = "^0.5.2"
yamllint = "^1.35.1"
types-redis = "^4.6.0.20240425"

Expand Down

0 comments on commit 2fbbe49

Please sign in to comment.