diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04d18ab..1f44ab9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,6 @@ jobs: with: lint: true # renovate: datasource=conda depName=conda-forge/python - python-version: "3.12.1" + python-version: "3.12.2" # renovate: datasource=pypi depName=ruff - ruff-version: "0.1.15" + ruff-version: "0.2.2" diff --git a/poetry.lock b/poetry.lock index 363de8c..48410a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,4 +1194,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6fd25f3f42589211fd529f3dccef92494504582f241eca055e3c200b642865ee" +content-hash = "5efc582c0219cb15e970a4c5aa0777cba5ff1bdb2e2d6b86963d84f8b8d2e5ef" diff --git a/pyproject.toml b/pyproject.toml index f540e60..bc256da 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.0.0" +pytest = "^8.0.2" pytest-cov = "^4.1.0" pytest-mock = "^3.12.0" mongomock = "^4.1.2"