forked from aio-libs/aiobotocore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support up-to-date
botocore
(aio-libs#1063)
* bump botocore dependency specification
- Loading branch information
1 parent
1ce6853
commit 110b0a2
Showing
8 changed files
with
177 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
repos: | ||
- repo: 'https://github.com/pre-commit/pre-commit-hooks' | ||
rev: v4.4.0 | ||
rev: v4.5.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: 'https://github.com/PyCQA/isort' | ||
rev: 5.12.0 | ||
hooks: | ||
- id: isort | ||
- repo: 'https://github.com/pycqa/flake8' | ||
rev: 6.0.0 | ||
hooks: | ||
- id: flake8 | ||
- repo: 'https://github.com/asottile/pyupgrade' | ||
rev: v3.3.2 | ||
rev: v3.15.0 | ||
hooks: | ||
- id: pyupgrade | ||
args: | ||
- '--py36-plus' | ||
- repo: 'https://github.com/PyCQA/isort' | ||
rev: 5.12.0 | ||
hooks: | ||
- id: isort | ||
- repo: 'https://github.com/psf/black' | ||
rev: 23.3.0 | ||
rev: 23.11.0 | ||
hooks: | ||
- id: black | ||
- repo: 'https://github.com/pycqa/flake8' | ||
rev: 6.1.0 | ||
hooks: | ||
- id: flake8 |
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 +1 @@ | ||
__version__ = '2.8.0' | ||
__version__ = '2.9.0' |
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
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
Oops, something went wrong.