Skip to content

Commit

Permalink
upgrade version of greenlet and gevent
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahabro committed Feb 1, 2024
1 parent 198183b commit 5be0593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bluefin_v2_client"
version = "4.2.9"
version = "4.2.10"
description = "Library to interact with Bluefin exchange protocol including its off-chain api-gateway and on-chain contracts"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -22,8 +22,8 @@ dependencies = [
'ecdsa ~= 0.18.0',
'ed25519-blake2b ~= 1.4',
'frozenlist ~= 1.4.0',
'gevent ~= 23.7.0',
'greenlet ~= 2.0.2',
'gevent ~= 23.9.1',
'greenlet ~= 3.0.3',
'idna ~= 3.4',
'multidict ~= 6.0.4',
'netifaces ~= 0.10.6',
Expand Down
5 changes: 2 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ bip-utils==2.7.1
cbor2==5.4.6
cffi==1.15.1
charset-normalizer==3.2.0
coincurve==17.0.0
crcmod==1.7
ecdsa==0.18.0
ed25519-blake2b==1.4
frozenlist==1.4.0
gevent==23.7.0
greenlet==2.0.2
gevent>=23.9.1
greenlet>=3.0.3
idna==3.4
multidict==6.0.4
netifaces==0.10.6
Expand Down

0 comments on commit 5be0593

Please sign in to comment.