File tree 1 file changed +30
-30
lines changed
1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -22,43 +22,43 @@ repository = "https://github.com/terra-money/terra.py"
22
22
version = " 2.1.3"
23
23
24
24
[tool .poetry .dependencies ]
25
- aiohttp = " ^3.8 .1"
25
+ aiohttp = " ^3.9 .1"
26
26
bech32 = " ^1.2.0"
27
27
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"
32
32
betterproto = " 2.0.0b4"
33
33
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 "
39
39
40
40
[tool .poetry .dev-dependencies ]
41
- aioresponses = " ^0.7.2 "
41
+ aioresponses = " ^0.7.6 "
42
42
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 "
47
47
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 "
62
62
63
63
[tool .pytest .ini_options ]
64
64
addopts = " -ra -q"
@@ -70,4 +70,4 @@ extend-ignore = "E203"
70
70
71
71
[build-system ]
72
72
build-backend = " poetry.core.masonry.api"
73
- requires = [" poetry-core>=1.0.0 " ]
73
+ requires = [" poetry-core>=1.8.1 " ]
You can’t perform that action at this time.
0 commit comments