Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.114.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.154` | `1.34.162` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.11` | `1.35.14` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.111.2` | `6.112.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` |


Updates `fastapi` from 0.112.2 to 0.114.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.112.2...0.114.0)

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

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

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

Updates `ruff` from 0.6.3 to 0.6.4
- [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.6.3...0.6.4)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: boto3
  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: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Sep 9, 2024
1 parent 20df84c commit 5ba7264
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
70 changes: 35 additions & 35 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["pyproject.toml", "README.md", "LICENSE", "images/**/*"]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.112.2"
fastapi = "^0.114.0"
uvicorn = { extras = ["standard"], version = "^0.30.6" }
pydantic = ">=1.10.2,<2.0"
redis-om = "^0.3.1"
Expand All @@ -19,9 +19,9 @@ pyyaml = "^6.0.2"
redis = "^5.0.8"
docker = "^7.1.0"
google-cloud-compute = "^1.19.2"
boto3 = "^1.34.154"
boto3 = "^1.34.162"
botocore = "^1.34.162"
boto3-stubs = { extras = ["ec2"], version = "^1.35.11" }
boto3-stubs = { extras = ["ec2"], version = "^1.35.14" }
githubkit = { extras = ["auth-app"], version = "^0.11.8" }
rq-scheduler = "^0.13.1"
pyvmomi = "^8.0.3.0.1"
Expand All @@ -41,11 +41,11 @@ mkdocs = "^1.6.1"
connexion = "^3.1.0"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
hypothesis = "^6.111.2"
hypothesis = "^6.112.0"
pyright = "^1.1.379"
black = "^24.8.0"
isort = "^5.13.2"
ruff = "^0.6.3"
ruff = "^0.6.4"
yamllint = "^1.35.1"
types-redis = "^4.6.0.20240819"

Expand Down

0 comments on commit 5ba7264

Please sign in to comment.