Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
upgrade dev dependencies and add --upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Allie Crevier <allie@freedom.press>
  • Loading branch information
Allie Crevier committed May 7, 2021
1 parent e1e6c19 commit 139281c
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 204 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ isort: ## Run isort for file formatting

.PHONY: update-pip-requirements
update-pip-requirements: ## Updates all Python requirements files via pip-compile.
pip-compile --allow-unsafe --generate-hashes --output-file dev-requirements.txt dev-requirements.in requirements.in
pip-compile --generate-hashes --allow-unsafe --upgrade --output-file dev-requirements.txt dev-requirements.in requirements.in
pip-compile --generate-hashes --output-file requirements.txt requirements.in

.PHONY: test
Expand Down
30 changes: 15 additions & 15 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
black==19.10b0
coverage==5.0
flake8==3.6.0
isort==4.3.21
mccabe==0.6.1
multidict==4.4.2
mypy==0.761
mypy-extensions==0.4.3
pip-tools>=5.0.0
pycodestyle==2.4.0
pyflakes==2.0.0
six==1.11.0
vcrpy==2.0.1
wrapt==1.10.11
yarl==1.2.6
black
coverage
flake8
isort
mccabe
multidict
mypy
mypy-extensions
pip-tools
pycodestyle
pyflakes
six
vcrpy
wrapt
yarl

0 comments on commit 139281c

Please sign in to comment.