Skip to content

Commit

Permalink
Bump the python group with 2 updates
Browse files Browse the repository at this point in the history
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](psf/black@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](tox-dev/tox-gh@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 8fddb05 commit 5767b51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CI/requirements_ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions CI/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5767b51

Please sign in to comment.