Skip to content

Commit

Permalink
Update dependency pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Oct 20, 2019
1 parent 60807c7 commit 630c4e1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 45 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
django = "~=2.2"
django = "~=2.2.0"
django-crispy-forms = "~=1.7.2"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
Expand All @@ -26,8 +26,8 @@ django-allauth = "~=0.40"
[dev-packages]
coverage = "~=4.5.3"
flake8 = "~=3.7"
flake8-annotations = "~=1.0"
flake8-bandit = "==1.0.2"
flake8-annotations = "~=1.1"
flake8-bandit = "~=2.1"
flake8-bugbear = "~=19.8"
flake8-docstrings = "~=1.4"
flake8-import-order = "~=0.18"
Expand Down
93 changes: 51 additions & 42 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 630c4e1

Please sign in to comment.