From 5767b51185a052365c5edbeeee09d669820453d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:52:39 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [black[jupyter]](https://github.com/psf/black) and [tox-gh](https://github.com/tox-dev/tox-gh). Updates `black[jupyter]` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `tox-gh` from 1.4.1 to 1.4.4 - [Release notes](https://github.com/tox-dev/tox-gh/releases) - [Commits](https://github.com/tox-dev/tox-gh/compare/1.4.1...1.4.4) --- updated-dependencies: - dependency-name: black[jupyter] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tox-gh dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- CI/requirements_ci.in | 2 +- CI/requirements_ci.txt | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CI/requirements_ci.in b/CI/requirements_ci.in index 8fe2b44e2..b7acef217 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -4,4 +4,4 @@ flit==3.9.0 pip==24.2.0 pylint==3.3.1 tox==4.21.2 -tox-gh==1.4.1 +tox-gh==1.4.4 diff --git a/CI/requirements_ci.txt b/CI/requirements_ci.txt index 4762d5005..ca7d1aac4 100644 --- a/CI/requirements_ci.txt +++ b/CI/requirements_ci.txt @@ -375,9 +375,9 @@ tox==4.21.2 \ # via # -r CI/requirements_ci.in # tox-gh -tox-gh==1.4.1 \ - --hash=sha256:005b33d16eef1bd1dae9f7d8b3cef53374af7d475f9c9c33ef098247741fb694 \ - --hash=sha256:da422beccbdc5ad5994fe8faf6c193f2d794e957628b052ba23e7fcf9e2e340f +tox-gh==1.4.4 \ + --hash=sha256:4ea585f66585b90f5826b1677cfc9453747792a0f9ff83d468603bc17556e07b \ + --hash=sha256:b962e0f8c4619e98d11c2a135939876691e148b843b7dac4cff7de1dc4f7c215 # via -r CI/requirements_ci.in typing-extensions==4.12.2 \ --hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \ diff --git a/pyproject.toml b/pyproject.toml index 4c8615c7e..83db8ad47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ [project.optional-dependencies] dev = [ # Dev tools and testing - "black[jupyter] ==24.8.0", + "black[jupyter] ==24.10.0", "blackdoc ==0.3.9", "bump-my-version ==0.27.0", "codespell ==2.3.0",