diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53408c3..60dc622 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,4 +23,4 @@ jobs: # renovate: datasource=conda depName=conda-forge/python python-version: "3.12.3" # renovate: datasource=pypi depName=ruff - ruff-version: "0.4.1" + ruff-version: "0.4.4" diff --git a/poetry.lock b/poetry.lock index 8c9e64e..c546dc3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -699,13 +699,13 @@ zstd = ["zstandard"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, + {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, ] [package.dependencies] @@ -713,11 +713,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -1171,4 +1171,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "154d2f3c11009f9f445d3f7c2618850ec1b8f392b8ec2cd1709473414896bf28" +content-hash = "a2e60a634a2cfa3c1aaebaa141d3da333c62c568acb43cd66125595370dbae2f" diff --git a/pyproject.toml b/pyproject.toml index f5842e0..c402d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python = "^3.10" ampel-core = {version = ">=0.10.0a0,<0.11"} [tool.poetry.dev-dependencies] -pytest = "^8.1.1" +pytest = "^8.2.1" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0" mongomock = "^4.1.2"