From cf1058f287d4c159f77a75d8500f5e2f9eb0af89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:51:33 +0000 Subject: [PATCH 1/6] :arrow_up: Bump scipy from 1.13.1 to 1.15.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.13.1 to 1.15.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.15.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 940b9d9..139cc14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ 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" From b0f1f78ccb72c3c84571e573123cb8f82a22e32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:45:40 +0000 Subject: [PATCH 2/6] :arrow_up: Update ruff requirement from ^0.8.0 to ^0.9.2 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.0...0.9.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] From c7c81c7b1d67b57a87cc445142e346db6b9da076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:29:00 +0000 Subject: [PATCH 3/6] :arrow_up: Bump numpy from 1.26.4 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 940b9d9..930dcc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==23.2.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" From 7c6e0ed04a6caf287bf52e61034886de1302391a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:36:57 +0000 Subject: [PATCH 4/6] :arrow_up: Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From dc57408330c23989ab49eba9a14f56c5a61be9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:07:04 +0000 Subject: [PATCH 5/6] :arrow_up: Bump tzdata from 2024.1 to 2025.1 Bumps [tzdata](https://github.com/python/tzdata) from 2024.1 to 2025.1. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2024.1...2025.1) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 940b9d9..30559bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ 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" From 0caff5f338339e05a11227734ab845803bd72e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:04:30 +0000 Subject: [PATCH 6/6] :arrow_up: Bump attrs from 23.2.0 to 25.1.0 Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 25.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 940b9d9..637d51c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ 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"