diff --git a/poetry.lock b/poetry.lock index 2f6adfa8..e1f73584 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1889,18 +1889,17 @@ files = [ [[package]] name = "pytest" -version = "7.2.2" +version = "7.3.0" description = "pytest: simple powerful testing with Python" category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, - {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, + {file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"}, + {file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" @@ -1909,7 +1908,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -2949,4 +2948,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "86c35b3bef089fea697ad25f04ec114965b55138128d25cdfdbfe8d9d64446ec" +content-hash = "2e021e4cad18f7b088befd5b224f8e52e03ecc3ec87ac1aa51cb4cba75fc799f" diff --git a/pyproject.toml b/pyproject.toml index 2715eab0..546903cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ rich = "^13.3.1" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.5", optional = true } Pyrogram = { version = "^2.0.102", optional = true } -pytest = { version = "^7.2.2", optional = true } +pytest = { version = "^7.3.0", optional = true } pytest-asyncio = { version = "^0.21.0", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2"