Skip to content

Commit 2bf32db

Browse files
committed
Upgrade dependency library
1 parent 24a7e3e commit 2bf32db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
eth-keyfile~=0.5.1
2-
coincurve~=13.0.0
1+
eth-keyfile~=0.6.0
2+
coincurve~=18.0.0
33
multimethod~=1.9.1
4-
requests>=2.20.0
5-
requests-mock~=1.8.0
4+
requests~=2.28.2
5+
requests-mock~=1.10.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
requires = list(requirements)
1212

1313
extras_requires = {
14-
'tests': ['pytest~=6.2.5']
14+
'tests': ['pytest~=7.2.1']
1515
}
1616

1717
setup(

0 commit comments

Comments
 (0)