Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all requirements to latest versions #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,7 @@ Uses `actions/setup-python@v5`. Only python `3.8` - `3.12` versions are tested.
Python `3.x` versions prior to `3.8` are not tested since they are EOL now.
Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.

The lintner versions are:

```bash
pycodestyle==2.8.0
pydocstyle==6.1.1
pylint==3.1.0
mypy==0.910
black==21.11b1
flake8==4.0.1
vulture==2.3
isort==5.10.1
```
The linter versions are defined in [requirements.txt](requirements.txt).

## IMPORTANT - test environment

Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
black==21.11b1
flake8==4.0.1
isort==5.10.1
mypy~=0.961
pycodestyle==2.8.0
pydocstyle==6.1.1
black==24.3.0
flake8==7.0.0
isort==5.13.2
mypy~=1.9.0
pycodestyle==2.11.1
pydocstyle==6.3.0
pylint==3.1.0
vulture==2.3
vulture==2.11
Loading