Skip to content

Commit

Permalink
Update: dependencies update (#81)
Browse files Browse the repository at this point in the history
* Update aiohttp from 3.7.4.post0 to 3.8.1
* Update aioredis from 2.0.0 to 2.0.1
* Update async-timeout from 3.0.1 to 4.0.2
* Update attrs from 21.2.0 to 21.4.0
* Update charset-normalizer from 2.0.7 to 2.0.9
* Update honeycomb-beeline from 2.17.1 to 2.18.0
* Update libhoney from 1.11.1 to 1.11.2
* Update sentry-sdk from 1.4.3 to 1.5.1
* Update typing-extensions from 3.10.0.2 to 4.0.1
* Update wrapt from 1.13.2 to 1.13.3
* Update yarl from 1.7.0 to 1.7.2

Co-authored-by: Patric Stout <truebrain@openttd.org>
  • Loading branch information
pyup-bot and TrueBrain authored Jan 3, 2022
1 parent 62617da commit 58c5a4b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
aiohttp==3.7.4.post0
aioredis==2.0.0
async-timeout==3.0.1
attrs==21.2.0
aiohttp==3.8.1
aioredis==2.0.1
aiosignal==1.2.0
async-timeout==4.0.2
attrs==21.4.0
certifi==2021.10.8
chardet==4.0.0
charset-normalizer==2.0.7
charset-normalizer==2.0.9
click==8.0.3
honeycomb-beeline==2.17.1
frozenlist==1.2.0
honeycomb-beeline==2.18.0
idna==3.3
libhoney==1.11.1
libhoney==1.11.2
multidict==5.2.0
openttd-helpers==1.0.1
openttd-protocol==1.4.1
pproxy==2.7.8
requests==2.26.0
sentry-sdk==1.4.3
sentry-sdk==1.5.1
six==1.16.0
statsd==3.3.0
typing-extensions==3.10.0.2
typing_extensions==4.0.1
urllib3==1.26.7
wrapt==1.13.2
yarl==1.7.0
wrapt==1.13.3
yarl==1.7.2

0 comments on commit 58c5a4b

Please sign in to comment.