Skip to content

Commit

Permalink
Update: dependencies update
Browse files Browse the repository at this point in the history
* Update aioauth-client from 0.25.4 to 0.25.8
* Update attrs from 20.3.0 to 21.2.0
* Update boto3 from 1.17.62 to 1.17.103
* Update botocore from 1.20.62 to 1.20.103
* Update certifi from 2020.12.5 to 2021.5.30
* Update click from 7.1.2 to 8.0.1
* Update coloredlogs from 15.0 to 15.0.1
* Update gitpython from 3.1.15 to 3.1.18
* Update httpcore from 0.13.2 to 0.13.6
* Update httpx from 0.18.1 to 0.18.2
* Update humanfriendly from 9.1 to 9.2
* Update marshmallow from 3.11.1 to 3.12.1
* Update pillow from 8.2.0 to 8.3.0
* Update rfc3986 from 1.4.0 to 1.5.0
* Update sentry-sdk from 1.0.0 to 1.1.0
* Update six from 1.15.0 to 1.16.0
* Update tinydb from 4.4.0 to 4.5.0
* Update tuspy from 0.2.4 to 0.2.5
* Update typing-extensions from 3.7.4.3 to 3.10.0.0
* Update urllib3 from 1.26.4 to 1.26.6
  • Loading branch information
TrueBrain committed Jul 2, 2021
1 parent 3181c78 commit a79bce4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
18 changes: 9 additions & 9 deletions regression_runner/requirements.txt
@@ -1,19 +1,19 @@
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==20.3.0
certifi==2020.12.5
attrs==21.2.0
certifi==2021.5.30
chardet==4.0.0
click==7.1.2
coloredlogs==15.0
click==8.0.1
coloredlogs==15.0.1
future==0.18.2
humanfriendly==9.1
humanfriendly==9.2
idna==2.10
multidict==5.1.0
PyYAML==5.4.1
requests==2.25.1
six==1.15.0
tinydb==4.4.0
tuspy==0.2.4
urllib3==1.26.4
six==1.16.0
tinydb==4.5.0
tuspy==0.2.5
urllib3==1.26.6
verboselogs==1.7
yarl==1.6.3
33 changes: 17 additions & 16 deletions requirements.txt
@@ -1,33 +1,34 @@
aioauth-client==0.25.4
aioauth-client==0.25.8
aiohttp==3.7.4.post0
anyio==3.2.1
async-timeout==3.0.1
attrs==20.3.0
boto3==1.17.62
botocore==1.20.62
certifi==2020.12.5
attrs==21.2.0
boto3==1.17.103
botocore==1.20.103
certifi==2021.5.30
chardet==4.0.0
click==7.1.2
click==8.0.1
docutils==0.17.1
gitdb==4.0.7
GitPython==3.1.15
GitPython==3.1.18
h11==0.12.0
httpcore==0.13.2
httpx==0.18.1
httpcore==0.13.6
httpx==0.18.2
idna==2.10
jmespath==0.10.0
marshmallow==3.11.1
marshmallow==3.12.1
marshmallow-enum==1.5.1
multidict==5.1.0
openttd-helpers==1.0.1
Pillow==8.2.0
Pillow==8.3.0
python-dateutil==2.8.1
PyYAML==5.4.1
rfc3986==1.4.0
rfc3986==1.5.0
s3transfer==0.4.2
sentry-sdk==1.0.0
six==1.15.0
sentry-sdk==1.1.0
six==1.16.0
smmap==4.0.0
sniffio==1.2.0
typing-extensions==3.7.4.3
urllib3==1.26.4
typing-extensions==3.10.0.0
urllib3==1.26.6
yarl==1.6.3

0 comments on commit a79bce4

Please sign in to comment.