diff --git a/poetry.lock b/poetry.lock index e640249..a76043c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1022,23 +1022,23 @@ dev = ["twine (>=3.4.1)"] [[package]] name = "pytest" -version = "8.0.2" +version = "8.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, - {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, + {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, + {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "python-dotenv" @@ -1504,4 +1504,4 @@ cuda = ["nvidia-cublas-cu12", "nvidia-cudnn-cu12"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b1feceddaf8906c2c22cf8ae2a289b1fabcf5272327223971f0340d95c429f84" +content-hash = "2219a10e55e3dc5a102176779530cfeadbdcc49c96be689603b7d6004528977a" diff --git a/pyproject.toml b/pyproject.toml index 7a8e991..42e1af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ uvloop = "^0.19.0" [tool.poetry.group.dev.dependencies] pyright = "^1.1.352" pylint = "^3.1.0" -pytest = "^8.0.2" +pytest = "^8.1.0" ruff = "^0.3.0" httpx = "^0.27.0"