Skip to content

Commit

Permalink
Update: dependencies update (#106)
Browse files Browse the repository at this point in the history
* Update aioauth-client from 0.25.8 to 0.27.2
* Update aiohttp from 3.7.4.post0 to 3.8.1
* Update anyio from 3.3.2 to 3.4.0
* Update async-timeout from 3.0.1 to 4.0.2
* Update attrs from 21.2.0 to 21.4.0
* Update boto3 from 1.18.52 to 1.20.26
* Update botocore from 1.21.52 to 1.23.26
* Update certifi from 2021.5.30 to 2021.10.8
* Update charset-normalizer from 2.0.6 to 2.0.9
* Update click from 8.0.1 to 8.0.3
* Update docutils from 0.17.1 to 0.18.1
* Update gitdb from 4.0.7 to 4.0.9
* Update httpcore from 0.13.7 to 0.14.3
* Update httpx from 0.19.0 to 0.21.1
* Update idna from 3.2 to 3.3
* Update marshmallow from 3.13.0 to 3.14.1
* Update multidict from 5.1.0 to 5.2.0
* Update pillow from 8.3.2 to 8.4.0
* Update pyyaml from 5.4.1 to 6.0
* Update sentry-sdk from 1.4.3 to 1.5.1
* Update smmap from 4.0.0 to 5.0.0
* Update typing-extensions from 3.10.0.2 to 4.0.1
* Update yarl from 1.6.3 to 1.7.2

Co-authored-by: Patric Stout <truebrain@openttd.org>
  • Loading branch information
pyup-bot and TrueBrain committed Jan 3, 2022
1 parent 4f1fe1e commit 5d93c00
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 33 deletions.
2 changes: 1 addition & 1 deletion bananas_api/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def main(bind, web_port, tusd_port, behind_proxy):
loop.create_task(_run_tusd(host, tusd_port, web_port, "/new-package/tus/", behind_proxy))

# Start aiohttp server
web.run_app(webapp, host=bind, port=web_port, access_log_class=ErrorOnlyAccessLogger)
web.run_app(webapp, host=bind, port=web_port, access_log_class=ErrorOnlyAccessLogger, loop=loop)


if __name__ == "__main__":
Expand Down
18 changes: 9 additions & 9 deletions regression_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==21.2.0
certifi==2021.5.30
aiohttp==3.8.1
async-timeout==4.0.2
attrs==21.4.0
certifi==2021.10.8
chardet==4.0.0
click==8.0.1
click==8.0.3
coloredlogs==15.0.1
future==0.18.2
humanfriendly==10.0
idna==3.2
multidict==5.1.0
PyYAML==5.4.1
idna==3.3
multidict==5.2.0
PyYAML==6.0
requests==2.26.0
six==1.16.0
tinydb==4.5.2
tuspy==0.2.5
urllib3==1.26.7
verboselogs==1.7
yarl==1.6.3
yarl==1.7.2
48 changes: 25 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
aioauth-client==0.25.8
aiohttp==3.7.4.post0
anyio==3.3.2
async-timeout==3.0.1
attrs==21.2.0
boto3==1.18.52
botocore==1.21.52
certifi==2021.5.30
aioauth-client==0.27.2
aiohttp==3.8.1
aiosignal==1.2.0
anyio==3.4.0
async-timeout==4.0.2
attrs==21.4.0
boto3==1.20.26
botocore==1.23.26
certifi==2021.10.8
chardet==4.0.0
charset-normalizer==2.0.6
click==8.0.1
docutils==0.17.1
gitdb==4.0.7
charset-normalizer==2.0.9
click==8.0.3
docutils==0.18.1
frozenlist==1.2.0
gitdb==4.0.9
GitPython==3.1.24
h11==0.12.0
httpcore==0.13.7
httpx==0.19.0
idna==3.2
httpcore==0.14.3
httpx==0.21.1
idna==3.3
jmespath==0.10.0
marshmallow==3.13.0
marshmallow==3.14.1
marshmallow-enum==1.5.1
multidict==5.1.0
multidict==5.2.0
openttd-helpers==1.0.1
Pillow==8.3.2
Pillow==8.4.0
python-dateutil==2.8.2
PyYAML==5.4.1
PyYAML==6.0
rfc3986==1.5.0
s3transfer==0.5.0
sentry-sdk==1.4.3
sentry-sdk==1.5.1
six==1.16.0
smmap==4.0.0
smmap==5.0.0
sniffio==1.2.0
typing-extensions==3.10.0.2
typing_extensions==4.0.1
urllib3==1.26.7
yarl==1.6.3
yarl==1.7.2

0 comments on commit 5d93c00

Please sign in to comment.