Skip to content

Commit

Permalink
Update to pip-tools 4.0.0 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Aug 21, 2019
1 parent 2d3cf5b commit 53d0e7b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion admin/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ wrapt==1.10.11 \

# WARNING: The following packages were not pinned, but pip requires them to be
# pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag.
# setuptools==41.0.1 # via d2to1, pytest
# setuptools==41.2.0 # via d2to1, pytest
2 changes: 1 addition & 1 deletion admin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ wcwidth==0.1.7 \

# WARNING: The following packages were not pinned, but pip requires them to be
# pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag.
# setuptools==41.0.1 # via ansible
# setuptools==41.2.0 # via ansible
2 changes: 1 addition & 1 deletion securedrop/requirements/python2/develop-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ molecule>=2.20.1
# Needed for ansible network filter
# http://docs.ansible.com/ansible/latest/playbooks_filters_ipaddr.html
netaddr
pip-tools>=3.8.0,<4
pip-tools>=4.0.0
pyenchant
pylint
pytest-xdist
Expand Down
6 changes: 3 additions & 3 deletions securedrop/requirements/python2/develop-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pathspec==0.5.5 # via yamllint
pathtools==0.1.2 # via sphinx-autobuild, watchdog
pbr==5.1.1 # via git-url-parse, molecule, python-gilt, stevedore
pexpect==4.6.0 # via molecule
pip-tools==3.9.0
pip-tools==4.0.0
port-for==0.3.1 # via sphinx-autobuild
poyo==0.4.1 # via cookiecutter
psutil==5.4.6 # via molecule
Expand Down Expand Up @@ -122,5 +122,5 @@ wrapt==1.10.11 # via astroid
yamllint==1.11.1

# The following packages are considered to be unsafe in a requirements file:
# pip==19.2.1 # via safety
# setuptools==41.0.1 # via ansible, pytest, sphinx
# pip==19.2.2 # via safety
# setuptools==41.2.0 # via ansible, pytest, sphinx
2 changes: 1 addition & 1 deletion securedrop/requirements/python2/test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ blinker
Flask-Testing
flaky
mock
pip-tools>=3.8.0,<4
pip-tools>=4.0.0
py
pytest
pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions securedrop/requirements/python2/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jinja2==2.10.1 # via flask
markupsafe==1.0 # via jinja2
mock==2.0.0
pbr==3.1.1 # via mock
pip-tools==3.8.0
pip-tools==4.0.0
pluggy==0.6.0 # via pytest
py==1.5.2
pysocks==1.6.8 # via requests
Expand All @@ -40,4 +40,4 @@ urllib3==1.25.3
werkzeug==0.14.1 # via flask

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via pytest
# setuptools==41.2.0 # via pytest
2 changes: 1 addition & 1 deletion securedrop/requirements/python3/develop-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mypy
# Needed for ansible network filter
# http://docs.ansible.com/ansible/latest/playbooks_filters_ipaddr.html
netaddr
pip-tools>=3.8.0,<4
pip-tools>=4.0.0
pyenchant
pylint
pytest-xdist
Expand Down
6 changes: 3 additions & 3 deletions securedrop/requirements/python3/develop-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pathspec==0.5.5 # via yamllint
pathtools==0.1.2 # via sphinx-autobuild, watchdog
pbr==5.1.1 # via git-url-parse, molecule, python-gilt, stevedore
pexpect==4.6.0 # via molecule
pip-tools==3.8.0
pip-tools==4.0.0
port_for==0.3.1 # via sphinx-autobuild
poyo==0.4.1 # via cookiecutter
psutil==5.4.6 # via molecule
Expand Down Expand Up @@ -114,5 +114,5 @@ wrapt==1.10.11 # via astroid
yamllint==1.11.1

# The following packages are considered to be unsafe in a requirements file:
# pip==19.2.1 # via safety
# setuptools==41.0.1 # via ansible, pytest, sphinx
# pip==19.2.2 # via safety
# setuptools==41.2.0 # via ansible, pytest, sphinx
2 changes: 1 addition & 1 deletion securedrop/requirements/python3/test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ blinker
Flask-Testing
flaky
mock
pip-tools>=3.8.0,<4
pip-tools>=4.0.0
py
pytest
pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions securedrop/requirements/python3/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mock==2.0.0
more-itertools==7.1.0 # via pytest
pathlib2==2.3.4 # via pytest
pbr==3.1.1 # via mock
pip-tools==3.8.0
pip-tools==4.0.0
pluggy==0.12.0 # via pytest
py==1.5.2
pysocks==1.6.8 # via requests
Expand All @@ -43,4 +43,4 @@ werkzeug==0.14.1 # via flask
zipp==0.5.1 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via pytest
# setuptools==41.2.0 # via pytest

0 comments on commit 53d0e7b

Please sign in to comment.