Skip to content

Commit

Permalink
Bump the dev-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.28.34` | `1.28.35` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.2.3` | `9.2.5` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `5.13.0` | `5.13.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.35.0` | `0.35.2` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.5.1` | `1.6.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.2.0` | `1.3.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.1` | `4.24.2` |


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

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

Updates `pyinstaller` from 5.13.0 to 5.13.1
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v5.13.1/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.13.0...v5.13.1)

Updates `griffe` from 0.35.0 to 0.35.2
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.35.0...0.35.2)

Updates `mkdocstrings-python` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.5.1...1.6.0)

Updates `pluggy` from 1.2.0 to 1.3.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.2.0...1.3.0)

Updates `protobuf` from 4.24.1 to 4.24.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.24.1...v4.24.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: griffe
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocstrings-python
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pluggy
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent f9607cb commit 8529366
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
100 changes: 50 additions & 50 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ croniter = "^1.3.7"
google-cloud-storage = "^2.6.0"
pydantic = "^2.2.1"
python = "^3.11"
boto3 = "^1.28.34"
boto3 = "^1.28.35"
pydantic-settings = "^2.0.3"
azure-storage-blob = "^12.17.0"
azure-identity = "^1.14.0"
Expand All @@ -24,10 +24,10 @@ freezegun = "^1.2.2"
isort = "^5.12.0"
markdown-include = "^0.8.1"
mkdocs = "^1.4.2"
mkdocs-material = "^9.2.3"
mkdocs-material = "^9.2.5"
mkdocstrings = { extras = ["python"], version = "^0.22.0" }
pre-commit = "^3.2.2"
pyinstaller = { version = "^5.10.1", python = ">=3.11,<3.12" }
pyinstaller = { version = "^5.13.1", python = ">=3.11,<3.12" }
pymdown-extensions = "^10.1"
pytest = "^7.3.1"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 8529366

Please sign in to comment.