Skip to content

Commit b510d11

Browse files
Bump pyupgrade from 3.19.0 to 3.19.1
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.19.0 to 3.19.1. - [Commits](asottile/pyupgrade@v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5313510 commit b510d11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"aiofiles==24.1.0",
2626
"autoflake==2.3.1",
2727
"isort==5.13.2",
28-
"pyupgrade==3.19.0",
28+
"pyupgrade==3.19.1",
2929
"reorder-python-imports==3.14.0",
3030
]
3131

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==24.1.0
22
autoflake==2.3.1
33
isort==5.13.2
4-
pyupgrade==3.19.0
4+
pyupgrade==3.19.1
55
reorder-python-imports==3.14.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ isort==5.13.2
33
mccabe==0.7.0
44
pycodestyle==2.12.1
55
pyflakes==3.2.0
6-
pyupgrade==3.19.0
6+
pyupgrade==3.19.1

0 commit comments

Comments
 (0)