Skip to content

Commit

Permalink
pip(deps): bump the pip group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 4 updates: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff).


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

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

Updates `pyright` from 1.1.344 to 1.1.345
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.344...v1.1.345)

Updates `ruff` from 0.1.9 to 0.1.11
- [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.9...v0.1.11)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-type: direct:production
  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: 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-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 6494694 commit 132360f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
64 changes: 32 additions & 32 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker = "^7.0.0"
google-cloud-compute = "^1.15.0"
boto3 = "^1.28.85"
botocore = "^1.31.85"
boto3-stubs = { extras = ["ec2"], version = "^1.34.11" }
boto3-stubs = { extras = ["ec2"], version = "^1.34.14" }
githubkit = { git = "https://github.com/yanyongyu/githubkit", rev = "a4275ac3d3babd64061f3693353db740e6a8e892" }
rq-scheduler = "^0.13.1"

Expand All @@ -37,11 +37,11 @@ mkdocs = "^1.5.3"
connexion = "^3.0.5"
pytest = "^7.4.4"
pytest-cov = "^4.0.0"
hypothesis = "^6.92.2"
pyright = "^1.1.344"
hypothesis = "^6.92.5"
pyright = "^1.1.345"
black = "^23.12.1"
isort = "^5.13.2"
ruff = "^0.1.9"
ruff = "^0.1.11"
yamllint = "^1.33.0"
types-redis = "^4.6.0.11"

Expand Down

0 comments on commit 132360f

Please sign in to comment.