diff --git a/poetry.lock b/poetry.lock index 836b274..5086f43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1436,13 +1436,12 @@ pysocks = "1.7.1" [[package]] name = "pyromod" -version = "2.1.0" +version = "3.1.6" description = "A monkeypatcher add-on for Pyrogram that does conversation handling" optional = false -python-versions = ">=3.8,<4.0" +python-versions = ">=3.8" files = [ - {file = "pyromod-2.1.0-py3-none-any.whl", hash = "sha256:91aea98cd332bca6dd32f13f178c3b1c21028f06f4ff002332be641ee94561b2"}, - {file = "pyromod-2.1.0.tar.gz", hash = "sha256:9d71e58238f0df0c00d641ed6869ce2ef3ac3e0d65ae59759913f3c29771fc29"}, + {file = "pyromod-3.1.6.tar.gz", hash = "sha256:e49bb65c1f77c1505b20aa463caa82546f6b3a01e6194a1b2d6f74de2005b197"}, ] [package.dependencies] @@ -1811,4 +1810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e1ac94b2d5474b70805de91034057e3f93a56f02ca28600630602c8b43cc3e42" +content-hash = "6048f27b8ab4d77be00a46387b5efb7b7c67f9a315002e4bd92f8a16789c5421" diff --git a/pyproject.toml b/pyproject.toml index 41f1bab..321da9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pymongo = "^4.6.1" dnspython = "^2.4.2" aiofiles = "^23.2.1" prettyconf = "^2.2.1" -pyromod = "^2.1.0" +pyromod = "^3.1.6" [tool.poetry.dev-dependencies] black = "^23.11.0"