Skip to content

deps(python)(deps): bump the python-minor-patch group with 9 updates#5

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-minor-patch-aa93ef4812
Open

deps(python)(deps): bump the python-minor-patch group with 9 updates#5
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-minor-patch-aa93ef4812

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the python-minor-patch group with 9 updates:

Package From To
fastapi 0.115.0 0.136.0
uvicorn 0.30.6 0.44.0
requests 2.33.0 2.33.1
dnspython 2.7.0 2.8.0
pydantic 2.10.0 2.13.2
beautifulsoup4 4.12.3 4.14.3
supabase 2.9.1 2.28.3
psycopg 3.2.3 3.3.3
fpdf2 2.8.1 2.8.7

Updates fastapi from 0.115.0 to 0.136.0

Release notes

Sourced from fastapi's releases.

0.136.0

Upgrades

0.135.4

Refactors

Internal

0.135.3

Features

Docs

  • ✏️ Fix typo for client_secret in OAuth2 form docstrings. PR #14946 by @​bysiber.

Internal

0.135.2

Upgrades

  • ⬆️ Increase lower bound to pydantic >=2.9.0. and fix the test suite. PR #15139 by @​svlandeg.

Docs

... (truncated)

Commits

Updates uvicorn from 0.30.6 to 0.44.0

Release notes

Sourced from uvicorn's releases.

Version 0.44.0

What's Changed

Full Changelog: Kludex/uvicorn@0.43.0...0.44.0

Version 0.43.0

Changed

  • Emit http.disconnect ASGI receive() event on server shutting down for streaming responses (#2829)
  • Use native context parameter for create_task on Python 3.11+ (#2859)
  • Drop cast in ASGI types (#2875)

Full Changelog: Kludex/uvicorn@0.42.0...0.43.0

Version 0.42.0

Changed

  • Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies (#2845)

Fixed

  • Escape brackets and backslash in httptools HEADER_RE regex (#2824)
  • Fix multiple issues in websockets sans-io implementation (#2825)

New Contributors


Full Changelog: Kludex/uvicorn@0.41.0...0.42.0

Version 0.41.0

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)

... (truncated)

Changelog

Sourced from uvicorn's changelog.

0.44.0 (April 6, 2026)

Added

  • Implement websocket keepalive pings for websockets-sansio (#2888)

0.43.0 (April 3, 2026)

You can quit Uvicorn now. We heard you, @​pamelafox - all 47 of your Ctrl+C's (thanks for flagging it, and thanks to @​tiangolo for the fix 🙏). See the tweet.

Changed

  • Emit http.disconnect ASGI receive() event on server shutting down for streaming responses (#2829)
  • Use native context parameter for create_task on Python 3.11+ (#2859)
  • Drop cast in ASGI types (#2875)

0.42.0 (March 16, 2026)

Changed

  • Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies (#2845)

Fixed

  • Escape brackets and backslash in httptools HEADER_RE regex (#2824)
  • Fix multiple issues in websockets sans-io implementation (#2825)

0.41.0 (February 16, 2026)

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)

0.40.0 (December 21, 2025)

Remove

  • Drop support for Python 3.9 (#2772)

... (truncated)

Commits
  • edb54c4 Version 0.44.0 (#2890)
  • 029be08 Implement websocket keepalive pings for websockets-sansio (#2888)
  • 8d397c7 Version 0.43.0 (#2885)
  • 587042d 🐛 Emit http.disconnect ASGI receive() event on server shutting down for s...
  • c9a75fb chore(deps): bump the github-actions group with 3 updates (#2878)
  • 84fd578 chore(deps): bump pygments from 2.19.2 to 2.20.0 (#2877)
  • cd52d34 Use native context parameter for create_task on Python 3.11+ (#2859)
  • 5211880 Drop cast in ASGI types (#2875)
  • 1cb8e74 Add websocket 500 fallback header test (#2874)
  • 28efbb2 chore(deps-dev): bump cryptography from 46.0.5 to 46.0.6 (#2873)
  • Additional commits viewable in compare view

Updates requests from 2.33.0 to 2.33.1

Release notes

Sourced from requests's releases.

v2.33.1

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30

Changelog

Sourced from requests's changelog.

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)
Commits

Updates dnspython from 2.7.0 to 2.8.0

Release notes

Sourced from dnspython's releases.

dnspython 2.8.0

See What's New for details.

The minimum supported version of Python is 3.10.

My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

This release was published to PyPI using Trusted Publishing.

Changelog

Sourced from dnspython's changelog.

2.8.0

  • dns/btreezone.py provides another zone versioned implementation built on top of a B-tree. It maintains DNSSEC sort order, labels nodes as delegation points or glue, and can find the "bounds" of a name (useful for DNSSEC responses).

  • dns/query.py now provides make_socket(), make_ssl_socket(), and make_ssl_context() to make using persistent connections with the query code easier.

  • dns/win32util.py now supports explicitly setting the configuration method used to get system dns info, using the set_config_method() function. There is a new configuration method that uses the Win32 API, which can be set using set_config_method(ConfigMethod.Win32). We are considering making the Win32 API the default in the future as we believe it to be the most accurate. Any feedback on it compared to the other methods is welcome.

  • The DSYNC record is now supported. This type is still in draft stage at the IETF and is subject to change.

  • The minimum supported Python version is now 3.10.

Commits

Updates pydantic from 2.10.0 to 2.13.2

Release notes

Sourced from pydantic's releases.

v2.13.1 2026-04-15

v2.13.1 (2026-04-15)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

v2.13.0 2026-04-13

v2.13.0 (2026-04-13)

The highlights of the v2.13 release are available in the blog post. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

Packaging

  • Add zizmor for GitHub Actions workflow linting by @​Viicos in #13039
  • Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by @​Viicos in #13064

New Features

  • Allow default factories of private attributes to take validated model data by @​Viicos in #13013

Changes

Fixes

  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #13062

New Contributors

Full Changelog: pydantic/pydantic@v2.12.0...v2.13.0

v2.13.0b3 2026-03-31

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.13.2 (2026-04-17)

GitHub release

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

v2.13.1 (2026-04-15)

GitHub release

What's Changed

Fixes

v2.13.0 (2026-04-13)

GitHub release

The highlights of the v2.13 release are available in the blog post. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

New Features

  • Allow default factories of private attributes to take validated model data by @​Viicos in #13013

Changes

Fixes

  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #13062

Packaging

... (truncated)

Commits

Updates beautifulsoup4 from 4.12.3 to 4.14.3

Updates supabase from 2.9.1 to 2.28.3

Release notes

Sourced from supabase's releases.

v2.28.3

2.28.3 (2026-03-20)

Bug Fixes

v2.28.2

2.28.2 (2026-03-13)

Bug Fixes

  • auth: fix admin list factors payload format. (#1415) (32843cf)

v2.28.1

2.28.1 (2026-03-12)

Bug Fixes

  • auth: prevent OverflowError in auto-refresh token retry (#1397) (#1400) (08bdf38)
  • postgrest: comment out ssl error test (#1410) (51b86be)
  • postgrest: remove check against message field in data payload (#1413) (81041a4)

v2.28.0

2.28.0 (2026-02-10)

Features

  • storage: add list_v2 method to file_api client (#1377) (259f4ad)

Bug Fixes

  • auth: add missing is_sso_user, deleted_at, banned_until to User model (#1375) (7f84a62)
  • realtime: ensure remove_channel removes channel from channels dict (#1373) (0923314)
  • realtime: use pop with default in _handle_message to prevent KeyError (#1388) (baea26f)
  • storage3: replace print() with warnings.warn() for trailing slash notice (#1380) (50b099f)

v2.27.3

2.27.3 (2026-02-03)

Bug Fixes

  • deprecate python 3.9 in all packages (#1365) (cc72ed7)
  • ensure storage_url has trailing slash to prevent warning (#1367) (4267ff1)

... (truncated)

Changelog

Sourced from supabase's changelog.

2.28.3 (2026-03-20)

Bug Fixes

2.28.2 (2026-03-13)

Bug Fixes

  • auth: fix admin list factors payload format. (#1415) (32843cf)

2.28.1 (2026-03-12)

Bug Fixes

  • auth: prevent OverflowError in auto-refresh token retry (#1397) (#1400) (08bdf38)
  • postgrest: comment out ssl error test (#1410) (51b86be)
  • postgrest: remove check against message field in data payload (#1413) (81041a4)

2.28.0 (2026-02-10)

Features

  • storage: add list_v2 method to file_api client (#1377) (259f4ad)

Bug Fixes

  • auth: add missing is_sso_user, deleted_at, banned_until to User model (#1375) (7f84a62)
  • realtime: ensure remove_channel removes channel from channels dict (#1373) (0923314)
  • realtime: use pop with default in _handle_message to prevent KeyError (#1388) (baea26f)
  • storage3: replace print() with warnings.warn() for trailing slash notice (#1380) (50b099f)

2.27.3 (2026-02-03)

Bug Fixes

  • deprecate python 3.9 in all packages (#1365) (cc72ed7)
  • ensure storage_url has trailing slash to prevent warning (#1367) (4267ff1)

2.27.2 (2026-01-14)

Bug Fixes

... (truncated)

Commits

Updates psycopg from 3.2.3 to 3.3.3

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.3.4 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix possible spurious connection timeout in systems with very long uptimes in C extension (:ticket:[#1280](https://github.com/psycopg/psycopg/issues/1280)).

Current release

Psycopg 3.3.3 ^^^^^^^^^^^^^

  • Retain Error.pgconn when raising a single exception for multiple connection attempt errors (:ticket:[#1246](https://github.com/psycopg/psycopg/issues/1246)).
  • Return a proper error when server sends ErrorResponse for a Sync after a Parse (:ticket:[#1260](https://github.com/psycopg/psycopg/issues/1260)).

Psycopg 3.3.2 ^^^^^^^^^^^^^

Fix race condition in adapters at startup (:ticket:[#1230](https://github.com/psycopg/psycopg/issues/1230)).

Psycopg 3.3.1 ^^^^^^^^^^^^^

Fix iteration on server-side cursors (:ticket:[#1226](https://github.com/psycopg/psycopg/issues/1226)).

Psycopg 3.3.0

.. rubric:: New top-level features

  • Add :ref:template strings queries \<template-strings> (:ticket:[#1054](https://github.com/psycopg/psycopg/issues/1054)).
  • More flexible :ref:composite adaptation<adapt-composite>: it is now possible

... (truncated)

Commits
  • 1a8f65a chore: bump psycopg package version to 3.3.3
  • db3c435 Merge pull request #1260 from ggevay/sync-error-fix
  • 0237586 Fix ValueError when server sends ErrorResponse during Sync after Parse
  • cb97ef7 docs: fix typos
  • 09c8918 Merge pull request #1256 from veeceey/fix/tstrings-error-msg-and-docs-improve...
  • 9e74d96 fix: fix error message incorrectly generated by Claude AI
  • 0db9d8b fix: correct typo in tstrings error message and fix sql.rst docs
  • 86a0e1b chore(deps): bump pypa/cibuildwheel in the actions group
  • f5d90fa Merge pull request #1233 from lysnikolaou/pgconn-critical-section
  • d7dc6c7 Merge critical section and nogil blocks into one context manager
  • Additional commits viewable in compare view

Updates fpdf2 from 2.8.1 to 2.8.7

Release notes

Sourced from fpdf2's releases.

Several bugfixes

[2.8.7] - 2026-02-28

Fixed

  • types on FPDF.title, FPDF.add_font() and FPDF.output()
  • added missing files to navigation tree in mkdocs.yml - thanks to @​paulsuh

Changed

  • reverted changes to ImageInfo that impacted user-facing API
  • prefer outline glyphs over bitmap if the font has both

Strict typing, SVG gradients, Support more font formats (WOFF, WOFF2, TTC/OTC, EBDT/EBLC), new transform() context manager and several bugfixes

[2.8.6] - 2026-02-18

Added

  • support for FPDF.transform() context manager to apply geometric transformations (translation, rotation, scaling, skewing) to the current graphics state - thanks to @​RaphaelFLT
  • support for SVG <linearGradient> and <radialGradient> elements - cf. [issue #1580](py-pdf/fpdf2#1580) - thanks to @​Ani07-05
  • mypy and pyright checks in the CI pipeline to enforce strict typing
  • support WOFF and WOFF2 fonts - thanks to @​BharathPESU
  • TTC/OTC face selection via collection_font_number in add_font()
  • CID-keyed CFF font embedding support
  • Microsoft Symbol font remapping for non-Unicode cmaps
  • support for EBDT/EBLC bitmap fonts

Fixed

  • the A5 value that could be specified as page format to the FPDF constructor was slightly incorrect, and the corresponding page dimensions have been fixed. This could lead to a minor change in your documents dimensions if you used this A5 page format. - cf. [issue #1699](py-pdf/fpdf2#1699)
  • a bug when rendering empty tables with INTERNAL layout, that caused an extra border to be rendered due to an erroneous use of list.index() - cf. [issue #1669](py-pdf/fpdf2#1669)
  • edge cases where tiny floating-point drift could trigger incorrect behaviour like [issue #1393](py-pdf/fpdf2#1393)
  • parentheses are now escaped in more places. This fixes embedding a file with a single parenthesis in the filename, but might also have impacts on e.g. section names.
  • parsing markdown sequences with escape character - cf. [issue #1236](py-pdf/fpdf2#1236) - thanks @​amidou-naba

Changed

  • improved performance when rendering paths, SVGs, and opaque raster images with an alpha channel - cf. [PR #1675](py-pdf/fpdf2#1675)
  • typing annotations added across the codebase as part of the strict typing rollout
  • graphics state snapshots now use a GraphicsState dataclass dataclass for clearer usage and stronger typing
  • rotation(), skew(), and mirror() now delegate to transform() for standardized transform application
  • ImageInfo now uses typed dictionaries for clearer usage and stronger typing

Color font glyphs with color font palette selection, gradients, named destinations, PDF/A compliance verification...

Added

... (truncated)

Changelog

Sourced from fpdf2's changelog.

[2.8.7] - 2026-02-28

Fixed

  • types on FPDF.title, FPDF.add_font() and FPDF.output()
  • added missing files to navigation tree in mkdocs.yml - thanks to @​paulsuh

Changed

  • reverted changes to ImageInfo that impacted user-facing API
  • prefer outline glyphs over bitmap if the font has both

[2.8.6] - 2026-02-18

Added

  • support for FPDF.transform() context manager to apply geometric transformations (translation, rotation, scaling, skewing) to the current graphics state - thanks to @​RaphaelFLT
  • support for SVG <linearGradient> and <radialGradient> elements - cf. [issue #1580](py-pdf/fpdf2#1580) - thanks to @​Ani07-05
  • mypy and pyright checks in the CI pipeline to enforce strict typing
  • support WOFF and WOFF2 fonts - thanks to @​BharathPESU
  • TTC/OTC face selection via collection_font_number in add_font()
  • CID-keyed CFF font embedding support
  • Microsoft Symbol font remapping for non-Unicode cmaps
  • support for EBDT/EBLC bitmap fonts

Fixed

  • the A5 value that could be specified as page format to the FPDF constructor was slightly incorrect, and the corresponding page dimensions have been fixed. This could lead to a minor change in your documents dimensions if you used this A5 page format. - cf. [issue #1699](py-pdf/fpdf2#1699)
  • a bug when rendering empty tables with INTERNAL layout, that caused an extra border to be rendered due to an erroneous use of list.index() - cf. [issue #1669](py-pdf/fpdf2#1669)
  • edge cases where tiny floating-point drift could trigger incorrect behaviour like [issue #1393](py-pdf/fpdf2#1393)
  • parentheses are now escaped in more places. This fixes embedding a file with a single parenthesis in the filename, but might also have impacts on e.g. section names.
  • parsing markdown sequences with escape character - cf. [issue #1236](py-pdf/fpdf2#1236) - thanks @​amidou-naba

Changed

  • improved performance when rendering paths, SVGs, and opaque raster images with an alpha channel - cf. [PR #1675](py-pdf/fpdf2#1675)
  • typing annotations added across the codebase as part of the strict typing rollout
  • graphics state snapshots now use a GraphicsState dataclass dataclass for clearer usage and stronger typing
  • rotation(), skew(), and mirror() now delegate to transform() for standardized transform application
  • ImageInfo now uses typed dictionaries for clearer usage and stronger typing

[2.8.5] - 2025-10-29

Added

Bumps the python-minor-patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.0` | `0.136.0` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.30.6` | `0.44.0` |
| [requests](https://github.com/psf/requests) | `2.33.0` | `2.33.1` |
| [dnspython](https://github.com/rthalley/dnspython) | `2.7.0` | `2.8.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.0` | `2.13.2` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.14.3` |
| [supabase](https://github.com/supabase/supabase-py) | `2.9.1` | `2.28.3` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.3` | `3.3.3` |
| [fpdf2](https://github.com/py-pdf/fpdf2) | `2.8.1` | `2.8.7` |


Updates `fastapi` from 0.115.0 to 0.136.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.0...0.136.0)

Updates `uvicorn` from 0.30.6 to 0.44.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.30.6...0.44.0)

Updates `requests` from 2.33.0 to 2.33.1
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.0...v2.33.1)

Updates `dnspython` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.7.0...v2.8.0)

Updates `pydantic` from 2.10.0 to 2.13.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.0...v2.13.2)

Updates `beautifulsoup4` from 4.12.3 to 4.14.3

Updates `supabase` from 2.9.1 to 2.28.3
- [Release notes](https://github.com/supabase/supabase-py/releases)
- [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md)
- [Commits](supabase/supabase-py@v2.9.1...v2.28.3)

Updates `psycopg` from 3.2.3 to 3.3.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.3...3.3.3)

Updates `fpdf2` from 2.8.1 to 2.8.7
- [Release notes](https://github.com/py-pdf/fpdf2/releases)
- [Changelog](https://github.com/py-pdf/fpdf2/blob/master/CHANGELOG.md)
- [Commits](py-pdf/fpdf2@2.8.1...2.8.7)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.136.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: uvicorn
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: requests
  dependency-version: 2.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
- dependency-name: dnspython
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: pydantic
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: supabase
  dependency-version: 2.28.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: psycopg
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: fpdf2
  dependency-version: 2.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants