Skip to content

Commit

Permalink
Bump py from 1.4.31 to 1.10.0 in /taas
Browse files Browse the repository at this point in the history
Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/py@1.4.31...1.10.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2021
1 parent 1718db1 commit 8211754
Showing 1 changed file with 90 additions and 26 deletions.
116 changes: 90 additions & 26 deletions taas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,101 @@
# pip-compile --output-file taas_requirements.txt taas_requirements.in
#
behave==1.2.5
# via -r requirements.in
boto3==1.4.6
botocore==1.6.6 # via boto3, s3transfer
certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
click==7.0 # via clickclick, flask
clickclick==1.2.2 # via connexion
# via -r requirements.in
botocore==1.6.6
# via
# boto3
# s3transfer
certifi==2019.11.28
# via requests
chardet==3.0.4
# via requests
click==7.0
# via
# clickclick
# flask
clickclick==1.2.2
# via connexion
connexion==1.1.15
# via -r requirements.in
docker-py==1.10.6
docker-pycreds==0.2.1 # via docker-py
docutils==0.14 # via botocore
flask==1.1.1 # via connexion
idna==2.7 # via requests
inflection==0.3.1 # via connexion
itsdangerous==1.1.0 # via flask
jinja2==2.10.3 # via flask
jmespath==0.9.3 # via boto3, botocore
# via -r requirements.in
docker-pycreds==0.2.1
# via docker-py
docutils==0.14
# via botocore
flask==1.1.1
# via connexion
idna==2.7
# via requests
inflection==0.3.1
# via connexion
itsdangerous==1.1.0
# via flask
jinja2==2.10.3
# via flask
jmespath==0.9.3
# via
# boto3
# botocore
jsonschema==2.5.1
markupsafe==1.1.1 # via jinja2
parse-type==0.3.4 # via behave
parse==1.6.6 # via behave, parse-type
py==1.4.31 # via pytest
pytest-voluptuous==1.0.2
# via
# -r requirements.in
# connexion
# swagger-spec-validator
markupsafe==1.1.1
# via jinja2
parse==1.6.6
# via
# behave
# parse-type
parse-type==0.3.4
# via behave
py==1.10.0
# via pytest
pytest==3.0.3
python-dateutil==2.6.1 # via botocore
pyyaml==5.2 # via clickclick, connexion, swagger-spec-validator
# via
# -r requirements.in
# pytest-voluptuous
pytest-voluptuous==1.0.2
# via -r requirements.in
python-dateutil==2.6.1
# via botocore
pyyaml==5.2
# via
# clickclick
# connexion
# swagger-spec-validator
requests==2.20.0
s3transfer==0.1.10 # via boto3
# via
# -r requirements.in
# connexion
# docker-py
s3transfer==0.1.10
# via boto3
semantic-version==2.6.0
six==1.10.0 # via behave, connexion, docker-py, docker-pycreds, parse-type, python-dateutil, swagger-spec-validator, websocket-client
swagger-spec-validator==2.4.3 # via connexion
urllib3==1.24.3 # via requests
# via -r requirements.in
six==1.10.0
# via
# behave
# connexion
# docker-py
# docker-pycreds
# parse-type
# python-dateutil
# swagger-spec-validator
# websocket-client
swagger-spec-validator==2.4.3
# via connexion
urllib3==1.24.3
# via requests
voluptuous==0.11.1
websocket-client==0.37.0 # via docker-py
werkzeug==0.16.0 # via flask
# via
# -r requirements.in
# pytest-voluptuous
websocket-client==0.37.0
# via docker-py
werkzeug==0.16.0
# via flask

0 comments on commit 8211754

Please sign in to comment.