diff --git a/poetry.lock b/poetry.lock index e110c0c5..cdea69aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -860,7 +860,7 @@ python-versions = "*" [[package]] name = "terra-proto" -version = "2.1.0b1" +version = "2.1.0" description = "The Python Protobuf implementation for Terra" category = "main" optional = false @@ -896,7 +896,7 @@ python-versions = ">=3.6" [[package]] name = "types-python-dateutil" -version = "2.8.18" +version = "2.8.19" description = "Typing stubs for python-dateutil" category = "dev" optional = false @@ -912,7 +912,7 @@ python-versions = ">=3.7" [[package]] name = "urllib3" -version = "1.26.10" +version = "1.26.11" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "dev" optional = false @@ -983,7 +983,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "673297e9d94694e76649e7272ca696cbf47c8b88adebd112e9a8d4ce0363cbb4" +content-hash = "8303a11ddb1c25aeb49d3a2977344b154cafc2eb76d0396d072d8efae447cd6a" [metadata.files] aiohttp = [ diff --git a/pyproject.toml b/pyproject.toml index 1a925ed7..13a65dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = "MIT" packages = [{ include = "terra_sdk" }] readme = "README.md" repository = "https://github.com/terra-money/terra.py" -version = "3.0.0" +version = "3.0.1" [tool.poetry.dependencies] aiohttp = "^3.8.1" @@ -35,7 +35,7 @@ boltons = "^21.0.0" nest-asyncio = "^1.5.4" attrs = "^21.4.0" wrapt = "^1.13.3" -terra-proto = "2.1.0b1" +terra-proto = "2.1.0" [tool.poetry.dev-dependencies] aioresponses = "^0.7.2"