Skip to content

Commit

Permalink
Bump the python group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [black[jupyter]](https://github.com/psf/black) | `24.10.0` | `25.1.0` |
| [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.30.0` | `0.31.1` |
| [codespell](https://github.com/codespell-project/codespell) | `2.4.0` | `2.4.1` |
| [isort](https://github.com/pycqa/isort) | `5.13.2` | `6.0.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` |


Updates `black[jupyter]` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `bump-my-version` from 0.30.0 to 0.31.1
- [Release notes](https://github.com/callowayproject/bump-my-version/releases)
- [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](callowayproject/bump-my-version@0.30.0...0.31.1)

Updates `codespell` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.4.0...v2.4.1)

Updates `isort` from 5.13.2 to 6.0.0
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.2...6.0.0)

Updates `pylint` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: black[jupyter]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: bump-my-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: pylint
  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 Feb 3, 2025
1 parent 3152070 commit 6870f5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CI/requirements_ci.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bump-my-version==0.30.0
bump-my-version==0.31.1
deptry==0.23.0
flit==3.10.1
pip==25.0
pylint==3.3.3
pylint==3.3.4
tox==4.24.1
tox-gh==1.5.0
12 changes: 6 additions & 6 deletions CI/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bracex==2.4 \
--hash=sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb \
--hash=sha256:efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418
# via wcmatch
bump-my-version==0.30.0 \
--hash=sha256:b0d683a1cb97fbc2f46adf8eb39ff1f0bdd72866c3583fe01f9837d6f031e5e3 \
--hash=sha256:d53e784c73abc4bb5759e296f510bc71878e1df078eb525542ec9291b5ceb195
bump-my-version==0.31.1 \
--hash=sha256:3b9f496eb5554208d91f84fcb781628bdd4549e055fd3282804959453ebd1857 \
--hash=sha256:83962dbd593b3edb426661a4c2276a0842a7eaa5dee896543b771c358ac78915
# via -r CI/requirements_ci.in
cachetools==5.5.0 \
--hash=sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292 \
Expand Down Expand Up @@ -327,9 +327,9 @@ pygments==2.18.0 \
--hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \
--hash=sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a
# via rich
pylint==3.3.3 \
--hash=sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a \
--hash=sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183
pylint==3.3.4 \
--hash=sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018 \
--hash=sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce
# via -r CI/requirements_ci.in
pyproject-api==1.8.0 \
--hash=sha256:3d7d347a047afe796fd5d1885b1e391ba29be7169bd2f102fcd378f04273d228 \
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ dependencies = [
[project.optional-dependencies]
dev = [
# Dev tools and testing
"black[jupyter] ==24.10.0",
"black[jupyter] ==25.1.0",
"blackdoc ==0.3.9",
"bump-my-version ==0.30.0",
"codespell ==2.4.0",
"bump-my-version ==0.31.1",
"codespell ==2.4.1",
"coverage[toml] >=7.5.0",
"coveralls >=4.0.1", # coveralls is not yet compatible with Python 3.13
"deptry ==0.23.0",
"flake8 >=7.1.1",
"flake8-rst-docstrings >=0.3.0",
"h5netcdf>=1.3.0",
"ipython >=8.5.0",
"isort ==5.13.2",
"isort ==6.0.0",
"mypy >=1.10.0",
"nbconvert >=7.16.4",
"nbqa >=1.8.2",
Expand Down

0 comments on commit 6870f5d

Please sign in to comment.