Skip to content

Commit daaafb5

Browse files
Bump Pytezos to 3.7.2 (#558)
1 parent 4411b0e commit daaafb5

File tree

6 files changed

+76
-70
lines changed

6 files changed

+76
-70
lines changed

poetry.lock

Lines changed: 60 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sentry-sdk = "^1.4.3"
5050
sqlparse = "^0.4.2"
5151
tabulate = "^0.8.9"
5252

53-
pytezos = {version = "3.7.1", optional = true}
53+
pytezos = {version = "3.7.2", optional = true}
5454

5555
[tool.poetry.group.dev.dependencies]
5656
blue = "*"

requirements.dev.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ attrs==21.4.0 ; python_version >= "3.10" and python_version < "3.11"
1313
babel==2.11.0 ; python_version >= "3.10" and python_version < "3.11"
1414
black==22.1.0 ; python_version >= "3.10" and python_version < "3.11"
1515
blue==0.9.1 ; python_version >= "3.10" and python_version < "3.11"
16-
certifi==2022.9.24 ; python_version >= "3.10" and python_version < "3.11"
16+
certifi==2022.12.7 ; python_version >= "3.10" and python_version < "3.11"
1717
chardet==4.0.0 ; python_version >= "3.10" and python_version < "3.11"
1818
charset-normalizer==2.1.1 ; python_version >= "3.10" and python_version < "3.11"
1919
click==8.0.4 ; python_version >= "3.10" and python_version < "3.11"
@@ -52,11 +52,11 @@ mypy==0.991 ; python_version >= "3.10" and python_version < "3.11"
5252
openapi-schema-validator==0.3.4 ; python_version >= "3.10" and python_version < "3.11"
5353
openapi-spec-validator==0.3.1 ; python_version >= "3.10" and python_version < "3.11"
5454
orjson==3.8.3 ; python_version >= "3.10" and python_version < "3.11"
55-
packaging==21.3 ; python_version >= "3.10" and python_version < "3.11"
55+
packaging==22.0 ; python_version >= "3.10" and python_version < "3.11"
5656
pathspec==0.10.2 ; python_version >= "3.10" and python_version < "3.11"
5757
platformdirs==2.6.0 ; python_version >= "3.10" and python_version < "3.11"
5858
pluggy==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
59-
prance==0.22.11.4.0 ; python_version >= "3.10" and python_version < "3.11"
59+
prance==0.21.8.0 ; python_version >= "3.10" and python_version < "3.11"
6060
prometheus-client==0.14.1 ; python_version >= "3.10" and python_version < "3.11"
6161
pycodestyle==2.8.0 ; python_version >= "3.10" and python_version < "3.11"
6262
pydantic==1.9.2 ; python_version >= "3.10" and python_version < "3.11"
@@ -65,13 +65,12 @@ pydash==5.1.2 ; python_version >= "3.10" and python_version < "3.11"
6565
pyflakes==2.4.0 ; python_version >= "3.10" and python_version < "3.11"
6666
pygments==2.13.0 ; python_version >= "3.10" and python_version < "3.11"
6767
pyhumps==3.8.0 ; python_version >= "3.10" and python_version < "3.11"
68-
pyparsing==3.0.9 ; python_version >= "3.10" and python_version < "3.11"
6968
pypika-tortoise==0.1.6 ; python_version >= "3.10" and python_version < "3.11"
7069
pyrsistent==0.19.2 ; python_version >= "3.10" and python_version < "3.11"
7170
pysignalr==0.1.2 ; python_version >= "3.10" and python_version < "3.11"
7271
pysnooper==1.1.1 ; python_version >= "3.10" and python_version < "3.11"
7372
pytest-aiohttp==1.0.4 ; python_version >= "3.10" and python_version < "3.11"
74-
pytest-asyncio==0.20.2 ; python_version >= "3.10" and python_version < "3.11"
73+
pytest-asyncio==0.20.3 ; python_version >= "3.10" and python_version < "3.11"
7574
pytest-cov==4.0.0 ; python_version >= "3.10" and python_version < "3.11"
7675
pytest-xdist==3.1.0 ; python_version >= "3.10" and python_version < "3.11"
7776
pytest==7.2.0 ; python_version >= "3.10" and python_version < "3.11"

0 commit comments

Comments
 (0)