Skip to content

Commit

Permalink
Bump packages (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod authored Mar 13, 2023
1 parent dd7e2d2 commit 467b133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ black==23.1.0
click==8.1.3
colorama==0.4.6
coverage==7.2.1
exceptiongroup==1.1.0
exceptiongroup==1.1.1
iniconfig==2.0.0
isort==5.12.0
mypy-extensions==1.0.0
mypy==1.0.1
mypy==1.1.1
packaging==23.0
pathspec==0.11.0
platformdirs==3.1.0
platformdirs==3.1.1
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.9
pytest-cov==4.0.0
pytest==7.2.2
ruff==0.0.253
ruff==0.0.254
2 changes: 1 addition & 1 deletion test/data/err_151.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# these should not

open("file.txt", "r").close()
open("file.txt", "r").close() # noqa: FURB120
open("file.txt", "w", encoding="utf8").close()
open("file.txt", encoding="w").close()
open("file.txt").close()

0 comments on commit 467b133

Please sign in to comment.