mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-16 23:31:10 -04:00
bump reqs
utils bump, and a bunch of test dependencies can't bump pytest-xdist as it requires pytest>4
This commit is contained in:
@@ -23,5 +23,5 @@ awscli-cwlogs>=1.4,<1.5
|
||||
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
|
||||
itsdangerous==0.24 # pyup: <1.0.0
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@36.0.0#egg=notifications-utils==36.0.0
|
||||
git+https://github.com/alphagov/notifications-utils.git@36.1.2#egg=notifications-utils==36.1.2
|
||||
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.3.0-alpha#egg=govuk-frontend-jinja==0.3.0-alpha
|
||||
|
||||
@@ -25,14 +25,14 @@ awscli-cwlogs>=1.4,<1.5
|
||||
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
|
||||
itsdangerous==0.24 # pyup: <1.0.0
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@36.0.0#egg=notifications-utils==36.0.0
|
||||
git+https://github.com/alphagov/notifications-utils.git@36.1.2#egg=notifications-utils==36.1.2
|
||||
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.3.0-alpha#egg=govuk-frontend-jinja==0.3.0-alpha
|
||||
|
||||
## The following requirements were added by pip freeze:
|
||||
awscli==1.16.278
|
||||
awscli==1.16.283
|
||||
bleach==3.1.0
|
||||
boto3==1.9.221
|
||||
botocore==1.13.14
|
||||
botocore==1.13.19
|
||||
certifi==2019.9.11
|
||||
chardet==3.0.4
|
||||
Click==7.0
|
||||
@@ -56,7 +56,7 @@ monotonic==1.5
|
||||
openpyxl==2.5.14
|
||||
orderedset==2.0.1
|
||||
phonenumbers==8.10.17
|
||||
pyasn1==0.4.7
|
||||
pyasn1==0.4.8
|
||||
pyexcel-ezodf==0.3.4
|
||||
PyJWT==1.7.1
|
||||
PyPDF2==1.26.0
|
||||
@@ -71,7 +71,7 @@ six==1.13.0
|
||||
smartypants==2.0.1
|
||||
statsd==3.3.0
|
||||
texttable==1.6.2
|
||||
urllib3==1.25.6
|
||||
urllib3==1.25.7
|
||||
webencodings==0.5.1
|
||||
Werkzeug==0.16.0
|
||||
WTForms==2.2.1
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
isort==4.3.21
|
||||
pytest==3.10.1 # pyup: <4.0.0
|
||||
pytest-env==0.6.2
|
||||
pytest-cov==2.7.1
|
||||
pytest-mock==1.10.4
|
||||
pytest-xdist==1.27.0
|
||||
coveralls==1.8.1
|
||||
beautifulsoup4==4.7.1
|
||||
pytest-cov==2.8.1
|
||||
pytest-mock==1.11.2
|
||||
pytest-xdist==1.27.0 # pyup: <1.28.0
|
||||
coveralls==1.8.2
|
||||
beautifulsoup4==4.8.1
|
||||
freezegun==0.3.12
|
||||
flake8==3.7.7
|
||||
flake8==3.7.9
|
||||
flake8-bugbear==19.8.0
|
||||
flake8-print==3.1.0
|
||||
requests-mock==1.6.0
|
||||
flake8-print==3.1.4
|
||||
requests-mock==1.7.0
|
||||
# used for creating manifest file locally
|
||||
jinja2-cli[yaml]==0.6.0
|
||||
jinja2-cli[yaml]==0.7.0
|
||||
|
||||
Reference in New Issue
Block a user