Skip to content

Commit

Permalink
Update package versions in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anzoman authored and sstanovnik committed May 13, 2021
1 parent a43dd30 commit 9091f6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ verify_ssl = true

[dev-packages]
bandit = "==1.7.0"
docutils = "==0.16"
flake8 = "==3.8.4"
docutils = "==0.17.1"
flake8 = "==3.9.2"
flake8-import-order = "==0.18.1"
mypy = "==0.790"
pydocstyle = "==5.1.1"
pylint = "==2.6.0"
mypy = "==0.812"
pydocstyle = "==6.0.0"
pylint = "==2.8.2"
pytest = "==6.2.1"
pytest-cov = "==2.11.1"
selinux = "==0.2.1"
Expand Down

0 comments on commit 9091f6d

Please sign in to comment.