Skip to content

Commit d7f299e

Browse files
Bump pyupgrade from 2.14.0 to 2.15.0 (#40)
* Bump pyupgrade from 2.14.0 to 2.15.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](asottile/pyupgrade@v2.14.0...v2.15.0) Signed-off-by: dependabot[bot] <support@github.com> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent 1f36fe8 commit d7f299e

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.14.0
3+
rev: v2.15.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.14.0
4+
pyupgrade==2.15.0
55
reorder-python-imports==2.5.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.2
22
isort==5.8.0
3-
pyupgrade==2.14.0
3+
pyupgrade==2.15.0

0 commit comments

Comments
 (0)