Skip to content

Commit 477aeb4

Browse files
author
Geoff Munn
committed
2 parents 25f53f0 + db9a047 commit 477aeb4

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Diff for: pyproject.toml

+30-30
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,43 @@ repository = "https://github.com/terra-money/terra.py"
2222
version = "2.1.3"
2323

2424
[tool.poetry.dependencies]
25-
aiohttp = "^3.8.1"
25+
aiohttp = "^3.9.1"
2626
bech32 = "^1.2.0"
2727
bip32utils = "^0.3.post4"
28-
ecdsa = "^0.16.1"
29-
mnemonic = "^0.19"
30-
python = "^3.7"
31-
protobuf = "^3.19.1"
28+
ecdsa = "^0.18.0"
29+
mnemonic = "^0.20"
30+
python = "^3.10"
31+
protobuf = "^4.25.1"
3232
betterproto = "2.0.0b4"
3333
furl = "^2.1.3"
34-
boltons = "^21.0.0"
35-
terra-classic-proto = "^3.0.1"
36-
nest-asyncio = "^1.5.4"
37-
attrs = "^20.3.0"
38-
wrapt = "^1.13.3"
34+
boltons = "^23.1.1"
35+
terra-classic-proto = "^3.1.0"
36+
nest-asyncio = "^1.5.8"
37+
attrs = "^23.1.0"
38+
wrapt = "^1.16.0"
3939

4040
[tool.poetry.dev-dependencies]
41-
aioresponses = "^0.7.2"
41+
aioresponses = "^0.7.6"
4242
asynctest = "^0.13.0"
43-
pytest-cov = "^3.0.0"
44-
pytest = "^7.0.1"
45-
pip = "^22.0.3"
46-
Sphinx = "^4.4.0"
43+
pytest-cov = "^4.1.0"
44+
pytest = "^7.4.3"
45+
pip = "^23.3.1"
46+
Sphinx = "^7.2.6"
4747
sphinx-autobuild = "^2021.3.14"
48-
black = "^22.1.0"
49-
coverage = "^6.3.2"
50-
isort = "^5.10.1"
51-
mypy = "^0.931"
52-
pytest-mock = "^3.7.0"
53-
pytest-runner = "^5.3.1"
54-
pytest-sugar = "^0.9.4"
55-
sphinx-autodoc-typehints = "^1.17.0"
56-
uvloop = "^0.16.0"
57-
watchdog = "^2.1.6"
58-
wheel = "^0.37.1"
59-
flake8 = "^3.9.2"
60-
sphinx-rtd-theme = "^1.0.0"
61-
types-python-dateutil = "^2.8.9"
48+
black = "^23.11.0"
49+
coverage = "^7.3.2"
50+
isort = "^5.12.0"
51+
mypy = "^1.7.1"
52+
pytest-mock = "^3.12.0"
53+
pytest-runner = "^6.0.0"
54+
pytest-sugar = "^0.9.7"
55+
sphinx-autodoc-typehints = "^1.25.2"
56+
uvloop = "^0.19.0"
57+
watchdog = "^3.0.0"
58+
wheel = "^0.42.0"
59+
flake8 = "^6.1.0"
60+
sphinx-rtd-theme = "^2.0.0"
61+
types-python-dateutil = "^2.8.19.14"
6262

6363
[tool.pytest.ini_options]
6464
addopts = "-ra -q"
@@ -70,4 +70,4 @@ extend-ignore = "E203"
7070

7171
[build-system]
7272
build-backend = "poetry.core.masonry.api"
73-
requires = ["poetry-core>=1.0.0"]
73+
requires = ["poetry-core>=1.8.1"]

0 commit comments

Comments
 (0)