Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #354 from TezRomacH:deps/pyupgrade2.23.3
Browse files Browse the repository at this point in the history
updated pyupgrade
  • Loading branch information
TezRomacH authored Aug 4, 2021
2 parents eca4776 + b426677 commit 83337db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pre-commit = "^2.13.0"
pydocstyle = "^6.1.1"
pylint = "^2.9.6"
pytest = "^6.2.4"
pyupgrade = "^2.23.2"
pyupgrade = "^2.23.3"
safety = "^1.10.3"

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pre-commit = "^2.13.0"
pydocstyle = "^6.1.1"
pylint = "^2.9.6"
pytest = "^6.2.4"
pyupgrade = "^2.23.2"
pyupgrade = "^2.23.3"
safety = "^1.10.3"

[tool.black]
Expand Down

0 comments on commit 83337db

Please sign in to comment.