Skip to content

Commit 7b17869

Browse files
Bump pyupgrade from 2.11.0 to 2.12.0 (#22)
* Bump pyupgrade from 2.11.0 to 2.12.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](asottile/pyupgrade@v2.11.0...v2.12.0) Signed-off-by: dependabot[bot] <[email protected]> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 258f4fe commit 7b17869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.11.0
3+
rev: v2.12.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==0.6.0
22
autoflake==1.4
33
isort==5.8.0
4-
pyupgrade==2.11.0
4+
pyupgrade==2.12.0
55
reorder-python-imports==2.4.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flake8==3.9.0
22
isort==5.8.0
3-
pyupgrade==2.11.0
3+
pyupgrade==2.12.0

0 commit comments

Comments
 (0)