File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pydantic = "==2.7.4"
1212black = " ==24.4.2"
1313pytest = " ==8.2.2"
1414pytest-mock = " ==3.14.0"
15- mypy = " ==1.10.0 "
15+ mypy = " ==1.10.1 "
1616pytest-mypy-plugins = " ==3.1.2"
1717pytest-cov = " ==5.0.0"
1818
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bitpay"
7- version = " 6.0.4 "
7+ version = " 6.0.5 "
88authors = [
99 {
name =
" Antonio Buedo" ,
email =
" [email protected] " },
1010]
1111requires-python = " >=3.8"
1212dependencies = [
13- " ecdsa >= 0.18 .0" ,
14- " requests >= 2.31.0 " ,
15- " pydantic == 2.3.0 "
13+ " ecdsa >= 0.19 .0" ,
14+ " requests >= 2.32.3 " ,
15+ " pydantic == 2.7.4 "
1616]
1717description = " Accept bitcoin with BitPay"
1818readme = " README.md"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ class Config(Enum):
55 TEST_URL = "https://test.bitpay.com/"
66 PROD_URL = "https://bitpay.com/"
77 BITPAY_API_VERSION = "2.0.0"
8- BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.4 "
8+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.5 "
99 BITPAY_API_FRAME = "std"
1010 BITPAY_API_FRAME_VERSION = "1.0.0"
You can’t perform that action at this time.
0 commit comments