diff --git a/poetry.lock b/poetry.lock index b12cc3d..2fe5591 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1190,13 +1190,13 @@ pysocks = "1.7.1" [[package]] name = "pyromod" -version = "2.1.0" +version = "3.0.2" description = "A monkeypatcher add-on for Pyrogram that does conversation handling" optional = false python-versions = ">=3.8,<4.0" 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.0.2-py3-none-any.whl", hash = "sha256:130836e125b3a91a7bb4a21c04dfed8a0ef98f3ea8ab762cd86e015b16c85398"}, + {file = "pyromod-3.0.2.tar.gz", hash = "sha256:78a078fa806f14991ee3ed8639853a6e82577251952ab99981848ae52ebb2fad"}, ] [package.dependencies] @@ -1487,4 +1487,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fe9d3045d9dc4abb17ccb94354a249c267cd5acb422ff2773236cbd69c367dde" +content-hash = "e1e49878cd0bd433f242badcf654ce842428e955f0a3dfd8a996a7afe881b52b" diff --git a/pyproject.toml b/pyproject.toml index 6a2c948..0017709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pymongo = "^4.5.0" dnspython = "^2.4.2" aiofiles = "^23.2.1" prettyconf = "^2.2.1" -pyromod = "^2.1.0" +pyromod = "^3.0.2" [tool.poetry.dev-dependencies] black = "^23.10.1"