Skip to content

Bump the dependencies group in /.config with 10 updates #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2025

Bumps the dependencies group in /.config with 10 updates:

Package From To
coverage 7.6.12 7.7.1
griffe 1.6.0 1.6.2
iniconfig 2.0.0 2.1.0
markdown-exec 1.10.1 1.10.2
mkdocs-material 9.6.8 9.6.9
mkdocstrings-python 1.16.5 1.16.7
platformdirs 4.3.6 4.3.7
pre-commit 4.1.0 4.2.0
pylint 3.3.4 3.3.6
ruff 0.11.0 0.11.2

Updates coverage from 7.6.12 to 7.7.1

Changelog

Sourced from coverage's changelog.

Version 7.7.1 — 2025-03-21

  • A few small tweaks to the sys.monitoring support for Python 3.14. Please test!

.. _changes_7-7-0:

Version 7.7.0 — 2025-03-16

  • The Coverage object has a new method, :meth:.Coverage.branch_stats for getting simple branch information for a module. Closes issue 1888_.

  • The :class:Coverage constructor<.Coverage> now has a plugins parameter for passing in plugin objects directly, thanks to Alex Gaynor <pull 1919_>_.

  • Many constant tests in if statements are now recognized as being optimized away. For example, previously if 13: would have been considered a branch with one path not taken. Now it is understood as always true and no coverage is missing.

  • The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead coverage.py imposes on your test suite. Set the environment variable COVERAGE_CORE=sysmon to try it out.

  • Confirmed support for PyPy 3.11. Thanks Michał Górny.

.. _issue 1888: nedbat/coveragepy#1888 .. _pull 1919: nedbat/coveragepy#1919

.. _changes_7-6-12:

Commits
  • 5e0fd51 docs: sample HTML for 7.7.1
  • 9b82965 docs: prep for 7.7.1
  • 1be53a8 docs: add clarification about missing line numbers in the text report
  • 87bc26b refactor: use f-strings more
  • 7ea1535 refactor: remove some needless checks
  • f503dc5 perf: collect more stats in sysmon
  • 97e68a0 build: bump version to 7.7.1
  • 61dcf71 docs: sample HTML for 7.7.0
  • 35a31c5 docs: prep for 7.7.0
  • 8f6e006 docs: edit the changelog
  • Additional commits viewable in compare view

Updates griffe from 1.6.0 to 1.6.2

Release notes

Sourced from griffe's releases.

1.6.2

1.6.2 - 2025-03-20

Compare with 1.6.1

Code Refactoring

  • Maintain exports order (__all__) (ded36bf by Timothée Mazzucotelli).

1.6.1

1.6.1 - 2025-03-18

Compare with 1.6.0

Bug Fixes

  • Extend exports from already expanded modules (7e708cf by Timothée Mazzucotelli). Issue-746
  • Update imports when merging stubs (5a92379 by Timothée Mazzucotelli). Issue-746
  • Don't alias attributes when inspecting (8063ba9 by Timothée Mazzucotelli). Issue-366
  • Register top-module in collection earlier (2c389b5 by Timothée Mazzucotelli).
  • Prevent recursion errors by not looking into inherited members when resolving base classes (87cbaf8 by Timothée Mazzucotelli).
Changelog

Sourced from griffe's changelog.

1.6.2 - 2025-03-20

Compare with 1.6.1

Code Refactoring

  • Maintain exports order (__all__) (ded36bf by Timothée Mazzucotelli).

1.6.1 - 2025-03-18

Compare with 1.6.0

Bug Fixes

  • Extend exports from already expanded modules (7e708cf by Timothée Mazzucotelli). Issue-746
  • Update imports when merging stubs (5a92379 by Timothée Mazzucotelli). Issue-746
  • Don't alias attributes when inspecting (8063ba9 by Timothée Mazzucotelli). Issue-366
  • Register top-module in collection earlier (2c389b5 by Timothée Mazzucotelli).
  • Prevent recursion errors by not looking into inherited members when resolving base classes (87cbaf8 by Timothée Mazzucotelli).
Commits
  • ed33a82 chore: Prepare release 1.6.2
  • ded36bf refactor: Maintain exports order (__all__)
  • eca9626 chore: Prepare release 1.6.1
  • c6f3366 chore: Unify comment style
  • 7e708cf fix: Extend exports from already expanded modules
  • 5a92379 fix: Update imports when merging stubs
  • c86acd8 tests: Update merger tests to use shorter helper
  • 8ffd9fb chore: Template upgrade
  • f6387ae ci: Increase mkdocstrings lower bound
  • 8063ba9 fix: Don't alias attributes when inspecting
  • Additional commits viewable in compare view

Updates iniconfig from 2.0.0 to 2.1.0

Changelog

Sourced from iniconfig's changelog.

2.1.0

  • fix artifact building - pin minimal version of hatch
  • drop eol python 3.8
  • add python 3.12 and 3.13
Commits
  • 34793a6 pre-commit
  • 136435d update changelog
  • 0bb99ad fix #62: require a minimal hatch version with correct metadata
  • 16793ea Merge pull request #56 from hugovk/add-3.12
  • 3dc2b2d Add support for Python 3.13
  • 2eb8abf Bump GitHub Actions
  • 8c4bb5b Set python-version for pre-commit to remove CI warning
  • 58b22b2 Drop support for EOL Python 3.7
  • 4a53042 Add support for Python 3.12
  • 9cae431 Merge pull request #54 from webknjaz/patch-1
  • Additional commits viewable in compare view

Updates markdown-exec from 1.10.1 to 1.10.2

Release notes

Sourced from markdown-exec's releases.

1.10.2

1.10.2 - 2025-03-18

Compare with 1.10.1

Bug Fixes

  • Escape Pyodide output, improve error handling (ec83f48 by Timothée Mazzucotelli). Issue-87

Code Refactoring

  • Sync API and docs (1245ed9 by Timothée Mazzucotelli).
  • Move code under internal folder (b132e78 by Timothée Mazzucotelli).
Changelog

Sourced from markdown-exec's changelog.

1.10.2 - 2025-03-18

Compare with 1.10.1

Deprecations

Expose public API under top-level module markdown_exec. Importing from submodules is now deprecated.

Bug Fixes

  • Escape Pyodide output, improve error handling (ec83f48 by Timothée Mazzucotelli). Issue-87

Code Refactoring

  • Sync API and docs (1245ed9 by Timothée Mazzucotelli).
  • Move code under internal folder (b132e78 by Timothée Mazzucotelli).
Commits
  • a125657 chore: Prepare release 1.10.2
  • 1245ed9 refactor: Sync API and docs
  • b132e78 refactor: Move code under internal folder
  • ec83f48 fix: Escape Pyodide output, improve error handling
  • 70609c1 docs: Remove pytermgui again from gallery as it causes issues
  • 2c757cd chore: Template upgrade
  • See full diff in compare view

Updates mkdocs-material from 9.6.8 to 9.6.9

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.9

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.9 (2025-03-17)

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs

mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)

  • Fixed #8019: Tooltips have precedence over instant previews

mkdocs-material-9.6.8 (2025-03-13)

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.7 (2025-03-03)

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin

mkdocs-material-9.6.5 (2025-02-20)

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4 (2025-02-12)

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

mkdocs-material-9.6.3 (2025-02-07)

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #7960: Tags plugin crashes on numeric metadata titles

mkdocs-material-9.6.2 (2025-02-03)

  • Fixed #7955: Excessively long words don't break on narrow screens
  • Fixed #7947: Scope setting interferes with outdated version banner

mkdocs-material-9.6.1 (2025-01-31)

  • Fixed #7943: Tags plugin crashing due to merge error

mkdocs-material-9.6.0 (2025-01-31)

... (truncated)

Commits

Updates mkdocstrings-python from 1.16.5 to 1.16.7

Release notes

Sourced from mkdocstrings-python's releases.

1.16.7

1.16.7 - 2025-03-20

Compare with 1.16.6

Code Refactoring

  • Prepare public filtering method feature (fde2019 by Timothée Mazzucotelli). Issue-78

1.16.6

1.16.6 - 2025-03-18

Compare with 1.16.5

Deprecations

Importing from submodules is now deprecated: the public API is fully exposed under the top-level mkdocstrings_handler.python module.

Bug Fixes

  • Add back default compiled filters (regression) (2d83900 by Timothée Mazzucotelli). Issue-264

Code Refactoring

  • Start logging warnings instead of info messages about deprecated use of templates (7606f33 by Timothée Mazzucotelli).
  • Move modules into internal folder, expose API in top-level module (93a68d0 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.16.7 - 2025-03-20

Compare with 1.16.6

Code Refactoring

  • Prepare public filtering method feature (fde2019 by Timothée Mazzucotelli). Issue-78

1.16.6 - 2025-03-18

Compare with 1.16.5

Deprecations

Importing from submodules is now deprecated: the public API is fully exposed under the top-level mkdocstrings_handler.python module.

Bug Fixes

  • Add back default compiled filters (regression) (2d83900 by Timothée Mazzucotelli). Issue-264

Code Refactoring

  • Start logging warnings instead of info messages about deprecated use of templates (7606f33 by Timothée Mazzucotelli).
  • Move modules into internal folder, expose API in top-level module (93a68d0 by Timothée Mazzucotelli).
Commits
  • 148f245 chore: Prepare release 1.16.7
  • fde2019 refactor: Prepare public filtering method feature
  • 9f43ed9 chore: Fix invalid Yore comments
  • ff15061 chore: Prepare release 1.16.6
  • 7beb105 docs: Increase API code blocks line length from 60 to 88
  • dedbf39 tests: Clean up test
  • 7606f33 refactor: Start logging warnings instead of info messages about deprecated us...
  • 1468cac ci: Fix return type of do_get_template filter
  • a38f9cd ci: Ignore unsafe markup warning
  • 82c63a2 style: Format
  • Additional commits viewable in compare view

Updates platformdirs from 4.3.6 to 4.3.7

Release notes

Sourced from platformdirs's releases.

4.3.7

What's Changed

Full Changelog: tox-dev/platformdirs@4.3.6...4.3.7

Commits

Updates pre-commit from 4.1.0 to 4.2.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.2.0

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.2.0 - 2025-03-18

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Commits
  • aa48766 v4.2.0
  • bf6f11d Merge pull request #3430 from pre-commit/preferential-sys-impl
  • 3e8d0f5 adjust python default_language_version to prefer versioned exe
  • ff7256c Merge pull request #3425 from tusharsadhwani/ambiguous-ref
  • b7eb412 fix: crash on ambiguous ref 'HEAD'
  • 7b88c63 Merge pull request #3404 from pre-commit/pre-commit-ci-update-config
  • 94b97e2 [pre-commit.ci] pre-commit autoupdate
  • 2f93b80 Merge pull request #3401 from pre-commit/pre-commit-ci-update-config
  • 4f90a1e [pre-commit.ci] pre-commit autoupdate
  • aba1ce0 Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sed
  • Additional commits viewable in compare view

Updates pylint from 3.3.4 to 3.3.6

Commits

Updates ruff from 0.11.0 to 0.11.2

Release notes

Sourced from ruff's releases.

0.11.2

Release Notes

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

Contributors

Install ruff 0.11.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.ps1 | iex"

Download ruff 0.11.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.2

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

0.11.1

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Python 3.9 (#16523)
  • [syntax-errors] Star annotations before Python 3.11 (#16545)
  • [syntax-errors] Star expression in index before Python 3.11 (#16544)
  • [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)

Bug fixes

  • Server: Allow FixAll action in presence of version-specific syntax errors (#16848)
  • [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) #16702 (#16770)
  • [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) (#16777)
  • [refurb] Fix starred expressions fix (FURB161) (#16550)
  • Fix --statistics reporting for unsafe fixes (#16756)

Rule changes

  • [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849,#16855)

CLI

  • Add --exit-non-zero-on-format (#16009)

Documentation

  • Update Ruff tutorial to avoid non-existent fix in __init__.py (#16818)
  • [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) (#16769)
Commits

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

Bumps the dependencies group in /.config with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.7.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.6.0` | `1.6.2` |
| [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` |
| [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.10.1` | `1.10.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.8` | `9.6.9` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.5` | `1.16.7` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.3.7` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.0` | `0.11.2` |


Updates `coverage` from 7.6.12 to 7.7.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.12...7.7.1)

Updates `griffe` from 1.6.0 to 1.6.2
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.6.0...1.6.2)

Updates `iniconfig` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/pytest-dev/iniconfig/releases)
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG)
- [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0)

Updates `markdown-exec` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/pawamoy/markdown-exec/releases)
- [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md)
- [Commits](pawamoy/markdown-exec@1.10.1...1.10.2)

Updates `mkdocs-material` from 9.6.8 to 9.6.9
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.8...9.6.9)

Updates `mkdocstrings-python` from 1.16.5 to 1.16.7
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.16.5...1.16.7)

Updates `platformdirs` from 4.3.6 to 4.3.7
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.6...4.3.7)

Updates `pre-commit` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0)

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

Updates `ruff` from 0.11.0 to 0.11.2
- [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.11.0...0.11.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: iniconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdown-exec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot-deps-updates Pull requests that update a dependency file skip-changelog Can be missed from the changelog. labels Mar 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 23, 2025 02:59
@ansibuddy ansibuddy enabled auto-merge (squash) March 23, 2025 02:59
@ansibuddy ansibuddy merged commit 7d183d8 into main Mar 23, 2025
22 of 23 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-f856e40b38 branch March 23, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot-deps-updates Pull requests that update a dependency file skip-changelog Can be missed from the changelog.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants