-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate (#18)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [GHA] Update requirements.txt on pyproject.toml changed --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
706e19f
commit c132255
Showing
3 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Automatically generated from pyproject.toml by gen_requirements_txt.py script. | ||
# DO NOT EDIT! Only for reference use. | ||
aiohttp<3.11,>=3.10.2 | ||
awsiot-credentialhelper<0.7,>=0.6 | ||
boto3<1.35,>=1.34.35 | ||
botocore<1.35,==1.34.35 | ||
pydantic<3,>=2.6 | ||
pydantic-settings<3,>=2.2.1 | ||
pyyaml<7,>=6.0.1 | ||
aiohttp>=3.10.2,<3.11 | ||
awsiot-credentialhelper>=0.6,<0.7 | ||
boto3>=1.34.35,<1.35 | ||
botocore==1.34.35,<1.35 | ||
pydantic>=2.6,<3 | ||
pydantic-settings>=2.2.1,<3 | ||
pyyaml>=6.0.1,<7 | ||
typing-extensions>=4 |