Skip to content

Commit

Permalink
build(deps): bump gevent from 21.1.2 to 21.8.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [gevent](https://github.com/gevent/gevent) from 21.1.2 to 21.8.0.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@21.1.2...21.8.0)

---
updated-dependencies:
- dependency-name: gevent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and palango committed Dec 3, 2021
1 parent c770163 commit 41735c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ frozendict==1.2
# -r requirements-dev.txt
# canonicaljson
# matrix-synapse
gevent==21.1.2
gevent==21.8.0
# via
# -r requirements-dev.txt
# grequests
Expand All @@ -275,7 +275,7 @@ graphviz==0.13.2
# via
# -r requirements-dev.txt
# objgraph
greenlet==0.4.17
greenlet==1.1.2
# via
# -r requirements-dev.txt
# gevent
Expand Down Expand Up @@ -817,7 +817,7 @@ wcwidth==0.1.9
# via
# -r requirements-dev.txt
# prompt-toolkit
web3==5.24.0
web3==5.24
# via
# -r requirements-dev.txt
# raiden-contracts
Expand Down
12 changes: 7 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ frozendict==1.2
# -r requirements.txt
# canonicaljson
# matrix-synapse
gevent==21.1.2
gevent==21.8.0
# via
# -r requirements.txt
# grequests
Expand All @@ -249,7 +249,7 @@ graphviz==0.13.2
# via
# -r requirements.txt
# objgraph
greenlet==0.4.17
greenlet==1.1.2
# via
# -r requirements.txt
# gevent
Expand Down Expand Up @@ -277,8 +277,10 @@ idna==2.8
# requests
# twisted
# yarl
importlib-metadata==4.8.1
# via pluggy
importlib-metadata==4.2.0
# via
# -r requirements-dev.in
# pluggy
incremental==17.5.0
# via
# treq
Expand Down Expand Up @@ -699,7 +701,7 @@ varint==1.0.2
# multiaddr
wcwidth==0.1.9
# via prompt-toolkit
web3==5.24.0
web3==5.24
# via
# -r requirements.txt
# raiden-contracts
Expand Down
7 changes: 3 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# 'requirements/deps compile' (for details see requirements/README)
#
#

aiohttp==3.7.4.post0
# via web3
aioice==0.7.5
Expand Down Expand Up @@ -132,13 +131,13 @@ flask-restful==0.3.9
# via -r requirements.in
frozendict==1.2
# via canonicaljson
gevent==21.1.2
gevent==21.8.0
# via -r requirements.in
google-crc32c==1.1.2
# via aiortc
graphviz==0.13.2
# via objgraph
greenlet==0.4.17
greenlet==1.1.2
# via gevent
guppy3==3.1.2
# via -r requirements.in
Expand Down Expand Up @@ -301,7 +300,7 @@ urllib3==1.26.5
# via requests
varint==1.0.2
# via multiaddr
web3==5.24.0
web3==5.24
# via
# -r requirements.in
# raiden-contracts
Expand Down

0 comments on commit 41735c5

Please sign in to comment.