Skip to content

Commit

Permalink
pip(deps): bump the pip group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.15.0` | `1.16.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.30` | `1.34.36` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.6` | `9.5.7` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.97.1` | `6.98.2` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.349` | `1.1.350` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.14` | `0.2.1` |
| [yamllint](https://github.com/adrienverge/yamllint) | `1.33.0` | `1.34.0` |


Updates `google-cloud-compute` from 1.15.0 to 1.16.0
- [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.15.0...google-cloud-compute-v1.16.0)

Updates `boto3-stubs` from 1.34.30 to 1.34.36
- [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.6 to 9.5.7
- [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.6...9.5.7)

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

Updates `pyright` from 1.1.349 to 1.1.350
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.349...v1.1.350)

Updates `ruff` from 0.1.14 to 0.2.1
- [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.1.14...v0.2.1)

Updates `yamllint` from 1.33.0 to 1.34.0
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: google-cloud-compute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: yamllint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent ed74028 commit 5452cd3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
78 changes: 39 additions & 39 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ rq = "^1.15.1"
pyyaml = "^6.0.1"
redis = "^4.6.0"
docker = "^7.0.0"
google-cloud-compute = "^1.15.0"
google-cloud-compute = "^1.16.0"
boto3 = "^1.28.85"
botocore = "^1.31.85"
boto3-stubs = { extras = ["ec2"], version = "^1.34.30" }
boto3-stubs = { extras = ["ec2"], version = "^1.34.36" }
githubkit = { git = "https://github.com/yanyongyu/githubkit", rev = "a4275ac3d3babd64061f3693353db740e6a8e892" }
rq-scheduler = "^0.13.1"

Expand All @@ -30,19 +30,19 @@ rq-scheduler = "^0.13.1"
optional = true

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.6"
mkdocs-material = "^9.5.7"
mkdocs = "^1.5.3"

[tool.poetry.group.dev.dependencies]
connexion = "^3.0.5"
pytest = "^8.0.0"
pytest-cov = "^4.0.0"
hypothesis = "^6.97.1"
pyright = "^1.1.349"
hypothesis = "^6.98.2"
pyright = "^1.1.350"
black = "^23.12.1"
isort = "^5.13.2"
ruff = "^0.1.14"
yamllint = "^1.33.0"
ruff = "^0.2.1"
yamllint = "^1.34.0"
types-redis = "^4.6.0.20240106"


Expand Down

0 comments on commit 5452cd3

Please sign in to comment.