diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 7fb0ef1..9e8df84 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v6.0.0 + - uses: release-drafter/release-drafter@v6.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 1eda70e..9a238cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pytest-html = "^4.1.1" pytest-cov = "^6.0.0" mkdocs-material = "^9.5.17" mkdocstrings = {extras = ["python"], version = "^0.27.0"} -ruff = "^0.8.0" +ruff = "^0.9.2" [tool.ruff.lint] select = ["D"] diff --git a/requirements.txt b/requirements.txt index 940b9d9..998c456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.12.0" asyncpg==0.29.0 ; python_version >= "3.9" and python_version < "4.0" -attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0" +attrs==25.1.0 ; python_version >= "3.9" and python_version < "4.0" cffi==1.16.0 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" idna==3.7 ; python_version >= "3.9" and python_version < "4.0" -numpy==1.26.4 ; python_version >= "3.9" and python_version < "4.0" +numpy==2.2.2 ; python_version >= "3.9" and python_version < "4.0" outcome==1.3.0.post0 ; python_version >= "3.9" and python_version < "4.0" pandas==2.2.2 ; python_version >= "3.9" and python_version < "4.0" pycparser==2.22 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0" pytz==2024.1 ; python_version >= "3.9" and python_version < "4.0" -scipy==1.13.1 ; python_version >= "3.9" and python_version < "4.0" +scipy==1.15.1 ; python_version >= "3.9" and python_version < "4.0" six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" trio-serial==0.4.0 ; python_version >= "3.9" and python_version < "4.0" trio==0.25.1 ; python_version >= "3.9" and python_version < "4.0" -tzdata==2024.1 ; python_version >= "3.9" and python_version < "4.0" +tzdata==2025.1 ; python_version >= "3.9" and python_version < "4.0"