Skip to content

Commit 1ce4156

Browse files
committed
SP-994 Update dependencies
1 parent 560d04a commit 1ce4156

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pydantic = "==2.7.4"
1212
black = "==24.4.2"
1313
pytest = "==8.2.2"
1414
pytest-mock = "==3.14.0"
15-
mypy = "==1.10.0"
15+
mypy = "==1.10.1"
1616
pytest-mypy-plugins = "==3.1.2"
1717
pytest-cov = "==5.0.0"
1818

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bitpay"
7-
version = "6.0.4"
7+
version = "6.0.5"
88
authors = [
99
{ name="Antonio Buedo", email="[email protected]" },
1010
]
1111
requires-python = ">=3.8"
1212
dependencies = [
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
]
1717
description = "Accept bitcoin with BitPay"
1818
readme = "README.md"

src/bitpay/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)