Skip to content

Commit

Permalink
Merge pull request #442 from NeonGraal/pyup-update-radon-4.2.0-to-4.3.2
Browse files Browse the repository at this point in the history
Update radon to 4.3.2
  • Loading branch information
NeonGraal authored Dec 21, 2020
2 parents bb031e3 + b1c4d06 commit af4dca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest codecov coverage
pip install -r requirements_dev.txt
- name: Lint with flake8
run: |
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Click==7.1.2
codecov==2.1.11
coverage==5.3.1
flake8==3.8.4
flake8-polyfill==1.0.2
mypy==0.790
pathlib2==2.3.5
pip==20.3.3
Expand All @@ -11,7 +12,7 @@ pytest-cov==2.10.1
pytest-flake8==1.0.7
pytest-mypy==0.8.0
# pytest-annotate==1.0.2
radon==4.2.0
radon==4.3.2
setuptools==51.0.0
setuptools_scm==5.0.1
Sphinx==3.4.0
Expand Down

0 comments on commit af4dca0

Please sign in to comment.