Skip to content

Bump the development-dependencies group with 9 updates#2549

Merged
JimMadge merged 4 commits into
developfrom
dependabot/pip/development-dependencies-2a75382e08
Feb 10, 2026
Merged

Bump the development-dependencies group with 9 updates#2549
JimMadge merged 4 commits into
developfrom
dependabot/pip/development-dependencies-2a75382e08

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 9 updates:

Package From To
myst-parser 4.0.1 5.0.0
sphinx-togglebutton 0.3.2 0.4.4
ansible-dev-tools 25.12.0 26.1.0
ansible 13.2.0 13.3.0
black 25.12.0 26.1.0
pandas-stubs 2.3.3.251219 2.3.3.260113
ruff 0.14.10 0.14.14
types-requests 2.32.4.20250913 2.32.4.20260107
coverage 7.13.1 7.13.2

Updates myst-parser from 4.0.1 to 5.0.0

Release notes

Sourced from myst-parser's releases.

v5.0.0

MyST-Parser 5.0.0

Release Date: 2026-01-15

This release significantly bumps the supported versions of core dependencies:

‼️ Breaking Changes

This release updates the minimum supported versions:

  • Python: >=3.11 (dropped Python 3.10, tests up to 3.14)
  • Sphinx: >=8,<10 (dropped Sphinx 7, added Sphinx 9)
  • Docutils: >=0.20,<0.23 (dropped docutils 0.19, added docutils 0.22)
  • markdown-it-py: ~=4.0 (upgraded from v3)

⬆️ Dependency Upgrades

👌 Improvements

📚 Documentation

🔧 Internal / Maintenance

Full Changelog: v4.0.1...v5.0.0

Changelog

Sourced from myst-parser's changelog.

5.0.0 - 2026-01-15

This release significantly bumps the supported versions of core dependencies:

‼️ Breaking Changes

This release updates the minimum supported versions:

  • Python: >=3.11 (dropped Python 3.10, tests up to 3.14)
  • Sphinx: >=8,<10 (dropped Sphinx 7, added Sphinx 9)
  • Docutils: >=0.20,<0.23 (dropped docutils 0.19, added docutils 0.22)
  • markdown-it-py: ~=4.0 (upgraded from v3)

⬆️ Dependency Upgrades

  • ⬆️ Upgrade to markdown-it-py v4 by gh-user:chrisjsewell in gh-pr:1060
  • ⬆️ Drop Python 3.10 and Sphinx 7 by gh-user:chrisjsewell in gh-pr:1059
  • ⬆️ Drop docutils 0.19 by gh-user:chrisjsewell in gh-pr:1061
  • ⬆️ Add support for Python 3.14 by gh-user:chrisjsewell in gh-pr:1075
  • ⬆️ Support Sphinx v9 by gh-user:chrisjsewell in gh-pr:1076
  • ⬆️ Allow docutils 0.22 by gh-user:chrisjsewell in gh-pr:1084

👌 Improvements

  • 👌 Improve generation of meta nodes by gh-user:AA-Turner in gh-pr:1080

📚 Documentation

  • 📚 Fix typo in tables.md by gh-user:electricalgorithm in gh-pr:1034
  • 📚 Fix minor typo in cross-referencing.md by gh-user:krassowski in gh-pr:1036

🔧 Internal / Maintenance

  • 🔧 Update pre-commit by gh-user:chrisjsewell in gh-pr:1058
  • 🔧 Add AGENTS.md by gh-user:chrisjsewell in gh-pr:1083

Full Changelog: v4.0.1...v5.0.0

Commits

Updates sphinx-togglebutton from 0.3.2 to 0.4.4

Release notes

Sourced from sphinx-togglebutton's releases.

Version 0.4.4

What's Changed

Full Changelog: executablebooks/sphinx-togglebutton@v0.4.3...v0.4.4

Version 0.4.3

0.4.3 - 2026-01-14

Fixed

  • Added missing information in tests.yml.

Full Changelog: executablebooks/sphinx-togglebutton@v0.4.2...v0.4.3

Version 0.4.2

0.4.2 - 2026-01-14

Fixed

  • Enhanced setup.cfg with complete metadata.
  • Simplified setup.py to just call setup().

Full Changelog: executablebooks/sphinx-togglebutton@v0.4.1...v0.4.2

Version 0.4.1

0.4.1 - 2026-01-14

Fixed

  • Updated the release workflow to use a recent Python version.

Full Changelog: executablebooks/sphinx-togglebutton@v0.4.0...v0.4.1

Version 0.4.0

0.4.0 - 2026-01-14

Full Changelog: executablebooks/sphinx-togglebutton@v0.3.2...v0.4.0

Added

  • Support for more languages in toggle button text (see README for full list) #66.
  • Added new functions (syncToggleHint, syncAllToggleHints) to dynamically update toggle button hints based on the current state #66. This allows developers to change the open or closed state of an element and have the button hint text update accordingly automatically.

Fixed

  • Update togglebutton.js to use an admonition's existing ID if present, instead of always generating a new one #66.

New Contributors

... (truncated)

Changelog

Sourced from sphinx-togglebutton's changelog.

0.4.4 - 2026-01-14

Fixed

  • Upgrade used version in release workflow to the latest available.
  • Correct build command in tests.yml.

0.4.3 - 2026-01-14

Fixed

  • Added missing information in tests.yml.

0.4.2 - 2026-01-14

Fixed

  • Enhanced setup.cfg with complete metadata.
  • Simplified setup.py to just call setup().

0.4.1 - 2026-01-14

Fixed

  • Updated the release workflow to use a recent Python version.

0.4.0 - 2026-01-14

Added

  • Support for more languages in toggle button text (see README for full list) #66.
  • Added new functions (syncToggleHint, syncAllToggleHints) to dynamically update toggle button hints based on the current state #66. This allows developers to change the open or closed state of an element and have the button hint text update accordingly automatically.

Fixed

  • Update togglebutton.js to use an admonition's existing ID if present, instead of always generating a new one #66.
Commits
  • ec20337 Update release workflow and bump version to 0.4.4 (#73)
  • 9465032 Prep rls 0.4.3 (#72)
  • 20245cb Update to v0.4.2 and improve packaging metadata (#71)
  • b869f69 Bump version to 0.4.1 and update release workflow (#70)
  • aa94ac0 🚀 RELEASE: version 0.4.0 (#69)
  • 5f4c8f7 👌 IMPROVE: Add i18n support & general improvements (#66)
  • f301181 Fix dropdown under a code cell in dark mode (#64)
  • 9a8272d A11y: set aria-expanded to the toggle button. (#61)
  • f468ca6 Display hide hint text when admonition is expanded (#59)
  • 0a356c2 FIX: dropdown toggle height when closed (#57)
  • Additional commits viewable in compare view

Updates ansible-dev-tools from 25.12.0 to 26.1.0

Release notes

Sourced from ansible-dev-tools's releases.

v26.1.0

Fixes

Maintenance

Commits
  • 8c0c1d8 Add full exclusion path (#663)
  • d83377f chore: Upgrade navigator version to 26.1.1 (#662)
  • 7e2ebcf fix: Exclude tests from coverage (#661)
  • 37535d9 chore: Change upper django bound to <6.0 (AAP-61733) (#659)
  • fd3bc8d fix: Remove sonar.tests from config (#658)
  • 7026f66 Update dependencies after Devtools releases (#657)
  • d6e63ad fix: Add [tests] extra into options and include tests/ dir in package (AAP-52...
  • 9ac63a2 chore(deps): update all dependencies (#655)
  • e1ca92f chore(deps): update all dependencies (#654)
  • f835644 chore(deps): update all dependencies (#653)
  • Additional commits viewable in compare view

Updates ansible from 13.2.0 to 13.3.0

Commits
  • 9b9935d Ansible 13.3.0: Dependencies, changelog and porting guide (#647)
  • d9b3948 community.clickhouse: include the collection in Ansible 13 and 14 (#646)
  • d692370 Deprecate netapp.cloudmanager (#644)
  • 06e95d4 Add pcg.alpaca_operator (#643)
  • f92d7d0 CI: use Python 3.14; remove EOL Ansible versions (#642)
  • 0968c65 ci: enable zizmor Github Actions security linter (#641)
  • See full diff in compare view

Updates black from 25.12.0 to 26.1.0

Release notes

Sourced from black's releases.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore matching subdirectories (like the previous behavior did), and not just matching root

... (truncated)

Changelog

Sourced from black's changelog.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore

... (truncated)

Commits

Updates pandas-stubs from 2.3.3.251219 to 2.3.3.260113

Commits

Updates ruff from 0.14.10 to 0.14.14

Release notes

Sourced from ruff's releases.

0.14.14

Release Notes

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.14

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Commits
  • 8b2e7b3 Prepare release v0.14.14 (#22813)
  • 4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
  • b7de434 add CCfW hooks (#22803)
  • b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • 1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
  • 7e408a5 Update dependency wrangler to v4.59.1 (#22793)
  • ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
  • c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
  • b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
  • f516d47 Update contributing guide for adding a new rule (#22779)
  • Additional commits viewable in compare view

Updates types-requests from 2.32.4.20250913 to 2.32.4.20260107

Commits

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner February 1, 2026 03:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2026
@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@craddm craddm closed this Feb 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@craddm craddm reopened this Feb 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/development-dependencies-2a75382e08 branch from c9c6b44 to ad6d56a Compare February 2, 2026 11:29
Bumps the development-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [myst-parser](https://github.com/executablebooks/MyST-Parser) | `4.0.1` | `5.0.0` |
| [sphinx-togglebutton](https://github.com/executablebooks/sphinx-togglebutton) | `0.3.2` | `0.4.4` |
| [ansible-dev-tools](https://github.com/ansible/ansible-dev-tools) | `25.12.0` | `26.1.0` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `13.2.0` | `13.3.0` |
| [black](https://github.com/psf/black) | `25.12.0` | `26.1.0` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.3.251219` | `2.3.3.260113` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.14.14` |
| [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.4.20250913` | `2.32.4.20260107` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.1` | `7.13.2` |


Updates `myst-parser` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v4.0.1...v5.0.0)

Updates `sphinx-togglebutton` from 0.3.2 to 0.4.4
- [Release notes](https://github.com/executablebooks/sphinx-togglebutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-togglebutton/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-togglebutton@v0.3.2...v0.4.4)

Updates `ansible-dev-tools` from 25.12.0 to 26.1.0
- [Release notes](https://github.com/ansible/ansible-dev-tools/releases)
- [Commits](ansible/ansible-dev-tools@v25.12.0...v26.1.0)

Updates `ansible` from 13.2.0 to 13.3.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@13.2.0...13.3.0)

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

Updates `pandas-stubs` from 2.3.3.251219 to 2.3.3.260113
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.3.3.251219...v2.3.3.260113)

Updates `ruff` from 0.14.10 to 0.14.14
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.10...0.14.14)

Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: sphinx-togglebutton
  dependency-version: 0.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ansible-dev-tools
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: ansible
  dependency-version: 13.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: black
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: pandas-stubs
  dependency-version: 2.3.3.260113
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-version: 0.14.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-requests
  dependency-version: 2.32.4.20260107
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/development-dependencies-2a75382e08 branch from ad6d56a to 2dfd8ad Compare February 2, 2026 11:31
@craddm craddm closed this Feb 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@craddm craddm reopened this Feb 2, 2026
@JimMadge
JimMadge merged commit d4b7d76 into develop Feb 10, 2026
1 check passed
@JimMadge
JimMadge deleted the dependabot/pip/development-dependencies-2a75382e08 branch February 10, 2026 15:54
@cptanalatriste cptanalatriste mentioned this pull request Feb 13, 2026
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants