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 |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.28.45` | `1.28.50` |
| [botocore](https://github.com/boto/botocore) | `1.31.50` | `1.31.54` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.28.50` | `1.28.54` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.3.1` | `9.4.2` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.86.2` | `6.87.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.290` | `0.0.291` |


Updates `boto3` from 1.28.45 to 1.28.50
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.45...1.28.50)

Updates `botocore` from 1.31.50 to 1.31.54
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.31.50...1.31.54)

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

Updates `mkdocs-material` from 9.3.1 to 9.4.2
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.3.1...9.4.2)

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

Updates `ruff` from 0.0.290 to 0.0.291
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.290...v0.0.291)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  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-minor
  dependency-group: pip
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Sep 26, 2023
1 parent 2b14537 commit ae2ed8a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 54 deletions.
101 changes: 53 additions & 48 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 @@ -19,9 +19,9 @@ pyyaml = "^6.0.1"
redis = "^4.6.0"
docker = "^6.1.3"
google-cloud-compute = "^1.14.1"
boto3 = "^1.28.45"
botocore = "^1.31.50"
boto3-stubs = { extras = ["ec2"], version = "^1.28.50" }
boto3 = "^1.28.50"
botocore = "^1.31.54"
boto3-stubs = { extras = ["ec2"], version = "^1.28.54" }
githubkit = { git = "https://github.com/yanyongyu/githubkit", rev = "a4275ac3d3babd64061f3693353db740e6a8e892" }
rq-scheduler = "^0.13.1"

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

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.3.1"
mkdocs-material = "^9.4.2"
mkdocs = "^1.5.3"

[tool.poetry.group.dev.dependencies]
connexion = "^2.14.2"
pytest = "^7.4.2"
pytest-cov = "^4.0.0"
hypothesis = "^6.86.2"
hypothesis = "^6.87.0"
pyright = "^1.1.327"
black = "^23.9.1"
isort = "^5.12.0"
ruff = "^0.0.290"
ruff = "^0.0.291"
yamllint = "^1.32.0"
types-redis = "^4.6.0.6"

Expand Down

0 comments on commit ae2ed8a

Please sign in to comment.