Skip to content

Commit

Permalink
Bump packages, bump version to 1.11.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod authored Feb 6, 2023
1 parent 0b1cbee commit 2949f72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
attrs==22.2.0
black==22.12.0
black==23.1.0
click==8.1.3
colorama==0.4.6
coverage==7.0.5
coverage==7.1.0
exceptiongroup==1.1.0
flake8==6.0.0
iniconfig==2.0.0
isort==5.11.4
isort==5.12.0
mccabe==0.7.0
mypy-extensions==1.0.0
mypy==0.991
packaging==23.0
pathspec==0.10.3
pathspec==0.11.0
platformdirs==2.6.2
pluggy==1.0.0
py==1.11.0
pycodestyle==2.10.0
pyflakes==3.0.1
pyparsing==3.0.9
pytest-cov==4.0.0
pytest==7.2.0
pytest==7.2.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "refurb"
version = "1.10.0"
version = "1.11.0"
description = "A tool for refurbish and modernize Python codebases"
authors = ["dosisod"]
license = "GPL-3.0-only"
Expand Down
1 change: 0 additions & 1 deletion refurb/checks/pathlib/getsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class ErrorInfo(Error):


def check(node: CallExpr, errors: list[Error]) -> None:

match node:
case CallExpr(callee=MemberExpr(fullname=fullname), args=[arg]):
normalized_name = normalize_os_path(fullname or "")
Expand Down

0 comments on commit 2949f72

Please sign in to comment.