Skip to content

Commit

Permalink
Upgrade pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 30, 2020
1 parent 5dc636c commit f64e296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements.txt
Expand Up @@ -9,6 +9,7 @@ automat==0.8.0 # via twisted
certifi==2019.11.28 # via requests
cffi==1.13.2 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via pip-tools
constantly==15.1.0 # via twisted
cryptography==2.8 # via pyopenssl, scrapy, service-identity
cssselect==1.1.0 # via parsel, scrapy
Expand All @@ -18,6 +19,7 @@ ijson==3.0.3
incremental==17.5.0 # via twisted
lxml==4.4.2 # via parsel, scrapy
parsel==1.5.2 # via scrapy
pip-tools==5.1.0
protego==0.1.16 # via scrapy
pyasn1-modules==0.2.7 # via service-identity
pyasn1==0.4.8 # via pyasn1-modules, service-identity
Expand All @@ -31,11 +33,12 @@ requests==2.22.0
scrapy==1.8.0
scrapyd-client==1.1.0
service-identity==18.1.0 # via scrapy
six==1.13.0 # via automat, cryptography, parsel, protego, pyhamcrest, pyopenssl, scrapy, scrapyd-client, w3lib
six==1.13.0 # via automat, cryptography, parsel, pip-tools, protego, pyhamcrest, pyopenssl, scrapy, scrapyd-client, w3lib
twisted==20.3.0 # via scrapy
urllib3==1.25.7 # via requests
w3lib==1.21.0 # via parsel, scrapy
zope.interface==4.7.1 # via scrapy, twisted

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
5 changes: 3 additions & 2 deletions requirements_dev.txt
Expand Up @@ -9,7 +9,7 @@ automat==0.8.0
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
click==7.0 # via pip-tools
click==7.1.2
constantly==15.1.0
coverage==5.0.3 # via coveralls, pytest-cov
coveralls==2.0.0
Expand All @@ -29,7 +29,7 @@ mccabe==0.6.1 # via flake8
more-itertools==8.0.2 # via pytest, zipp
packaging==19.2 # via pytest
parsel==1.5.2
pip-tools==4.3.0
pip-tools==5.1.0
pluggy==0.13.1 # via pytest
protego==0.1.16
py==1.8.0 # via pytest
Expand Down Expand Up @@ -59,4 +59,5 @@ zipp==0.6.0 # via importlib-metadata
zope.interface==4.7.1

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit f64e296

Please sign in to comment.