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 |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.114.0` | `0.114.2` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.14` | `1.35.20` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.112.0` | `6.112.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.379` | `1.1.380` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.4` | `0.6.5` |


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

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

Updates `pytest` from 8.3.2 to 8.3.3
- [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.2...8.3.3)

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

Updates `pyright` from 1.1.379 to 1.1.380
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.379...v1.1.380)

Updates `ruff` from 0.6.4 to 0.6.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.6.4...0.6.5)

---
updated-dependencies:
- dependency-name: fastapi
  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: 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 Sep 16, 2024
1 parent e4e66df commit 174814a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
74 changes: 37 additions & 37 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 @@ -10,7 +10,7 @@ include = ["pyproject.toml", "README.md", "LICENSE", "images/**/*"]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.114.0"
fastapi = "^0.114.2"
uvicorn = { extras = ["standard"], version = "^0.30.6" }
pydantic = ">=1.10.2,<2.0"
redis-om = "^0.3.1"
Expand All @@ -21,7 +21,7 @@ docker = "^7.1.0"
google-cloud-compute = "^1.19.2"
boto3 = "^1.34.162"
botocore = "^1.34.162"
boto3-stubs = { extras = ["ec2"], version = "^1.35.14" }
boto3-stubs = { extras = ["ec2"], version = "^1.35.20" }
githubkit = { extras = ["auth-app"], version = "^0.11.8" }
rq-scheduler = "^0.13.1"
pyvmomi = "^8.0.3.0.1"
Expand All @@ -39,13 +39,13 @@ mkdocs = "^1.6.1"

[tool.poetry.group.dev.dependencies]
connexion = "^3.1.0"
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
hypothesis = "^6.112.0"
pyright = "^1.1.379"
hypothesis = "^6.112.1"
pyright = "^1.1.380"
black = "^24.8.0"
isort = "^5.13.2"
ruff = "^0.6.4"
ruff = "^0.6.5"
yamllint = "^1.35.1"
types-redis = "^4.6.0.20240903"

Expand Down

0 comments on commit 174814a

Please sign in to comment.