Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/encode/uvicorn) | `0.27.0.post1` | `0.27.1` |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.16.0` | `1.16.1` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.36` | `1.34.39` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.7` | `9.5.9` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.98.2` | `6.98.4` |
| [black](https://github.com/psf/black) | `24.1.1` | `24.2.0` |


Updates `uvicorn` from 0.27.0.post1 to 0.27.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.27.0.post1...0.27.1)

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

Updates `boto3-stubs` from 1.34.36 to 1.34.39
- [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.7 to 9.5.9
- [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.7...9.5.9)

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

Updates `black` from 24.1.1 to 24.2.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.2.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: google-cloud-compute
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: pip
- dependency-name: black
  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 12, 2024
1 parent c722051 commit 847cba0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 48 deletions.
75 changes: 33 additions & 42 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 @@ -11,17 +11,17 @@ include = ["pyproject.toml", "README.md", "LICENSE", "images/**/*"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.108.0"
uvicorn = { extras = ["standard"], version = "^0.27.0" }
uvicorn = { extras = ["standard"], version = "^0.27.1" }
pydantic = ">=1.10.2,<2.0"
redis-om = "^0.2.1"
rq = "^1.15.1"
pyyaml = "^6.0.1"
redis = "^4.6.0"
docker = "^7.0.0"
google-cloud-compute = "^1.16.0"
google-cloud-compute = "^1.16.1"
boto3 = "^1.28.85"
botocore = "^1.31.85"
boto3-stubs = { extras = ["ec2"], version = "^1.34.36" }
boto3-stubs = { extras = ["ec2"], version = "^1.34.39" }
githubkit = { git = "https://github.com/yanyongyu/githubkit", rev = "a4275ac3d3babd64061f3693353db740e6a8e892" }
rq-scheduler = "^0.13.1"

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

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

[tool.poetry.group.dev.dependencies]
connexion = "^3.0.5"
pytest = "^8.0.0"
pytest-cov = "^4.0.0"
hypothesis = "^6.98.2"
hypothesis = "^6.98.4"
pyright = "^1.1.350"
black = "^24.1.1"
black = "^24.2.0"
isort = "^5.13.2"
ruff = "^0.2.1"
yamllint = "^1.34.0"
Expand Down

0 comments on commit 847cba0

Please sign in to comment.