Skip to content

Commit

Permalink
Bump pyupgrade from 3.19.0 to 3.19.1 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 9945e2d commit 70d7517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"aiofiles==24.1.0",
"autoflake==2.3.1",
"isort==5.13.2",
"pyupgrade==3.19.0",
"pyupgrade==3.19.1",
"reorder-python-imports==3.14.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiofiles==24.1.0
autoflake==2.3.1
isort==5.13.2
pyupgrade==3.19.0
pyupgrade==3.19.1
reorder-python-imports==3.14.0
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ isort==5.13.2
mccabe==0.7.0
pycodestyle==2.12.1
pyflakes==3.2.0
pyupgrade==3.19.0
pyupgrade==3.19.1

0 comments on commit 70d7517

Please sign in to comment.