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:
Leo Hemsted
2019-11-18 14:56:56 +00:00
parent 3d9d841eae
commit f85bd3a8dd
3 changed files with 15 additions and 15 deletions

View File

@@ -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 # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0 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 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.3.0-alpha#egg=govuk-frontend-jinja==0.3.0-alpha

View File

@@ -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 # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0 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 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: ## The following requirements were added by pip freeze:
awscli==1.16.278 awscli==1.16.283
bleach==3.1.0 bleach==3.1.0
boto3==1.9.221 boto3==1.9.221
botocore==1.13.14 botocore==1.13.19
certifi==2019.9.11 certifi==2019.9.11
chardet==3.0.4 chardet==3.0.4
Click==7.0 Click==7.0
@@ -56,7 +56,7 @@ monotonic==1.5
openpyxl==2.5.14 openpyxl==2.5.14
orderedset==2.0.1 orderedset==2.0.1
phonenumbers==8.10.17 phonenumbers==8.10.17
pyasn1==0.4.7 pyasn1==0.4.8
pyexcel-ezodf==0.3.4 pyexcel-ezodf==0.3.4
PyJWT==1.7.1 PyJWT==1.7.1
PyPDF2==1.26.0 PyPDF2==1.26.0
@@ -71,7 +71,7 @@ six==1.13.0
smartypants==2.0.1 smartypants==2.0.1
statsd==3.3.0 statsd==3.3.0
texttable==1.6.2 texttable==1.6.2
urllib3==1.25.6 urllib3==1.25.7
webencodings==0.5.1 webencodings==0.5.1
Werkzeug==0.16.0 Werkzeug==0.16.0
WTForms==2.2.1 WTForms==2.2.1

View File

@@ -2,15 +2,15 @@
isort==4.3.21 isort==4.3.21
pytest==3.10.1 # pyup: <4.0.0 pytest==3.10.1 # pyup: <4.0.0
pytest-env==0.6.2 pytest-env==0.6.2
pytest-cov==2.7.1 pytest-cov==2.8.1
pytest-mock==1.10.4 pytest-mock==1.11.2
pytest-xdist==1.27.0 pytest-xdist==1.27.0 # pyup: <1.28.0
coveralls==1.8.1 coveralls==1.8.2
beautifulsoup4==4.7.1 beautifulsoup4==4.8.1
freezegun==0.3.12 freezegun==0.3.12
flake8==3.7.7 flake8==3.7.9
flake8-bugbear==19.8.0 flake8-bugbear==19.8.0
flake8-print==3.1.0 flake8-print==3.1.4
requests-mock==1.6.0 requests-mock==1.7.0
# used for creating manifest file locally # used for creating manifest file locally
jinja2-cli[yaml]==0.6.0 jinja2-cli[yaml]==0.7.0