Skip to content

Bump the production-dependencies group with 10 updates#108

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/production-dependencies-01d8f4f5b8
Closed

Bump the production-dependencies group with 10 updates#108
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/production-dependencies-01d8f4f5b8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the production-dependencies group with 10 updates:

Package From To
pyyaml 6.0.2 6.0.3
rdflib 7.1.4 7.6.0
pandas 2.3.1 2.3.3
weaviate-client 4.16.1 4.20.4
python-dotenv 1.0.1 1.2.2
crewai 0.108.0 1.6.1
rich 13.9.4 14.3.3
weave 0.51.56 0.52.35
mlflow 3.5.0 3.10.1
poetry 2.1.3 2.3.3

Updates pyyaml from 6.0.2 to 6.0.3

Release notes

Sourced from pyyaml's releases.

6.0.3

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

Changelog

Sourced from pyyaml's changelog.

6.0.3 (2025-09-25)

  • yaml/pyyaml#864 -- Support for Python 3.14 and free-threading (experimental)
Commits

Updates rdflib from 7.1.4 to 7.6.0

Release notes

Sourced from rdflib's releases.

2026-02-13 RELEASE 7.6.0

This release introduces a new major feature: GraphDB integration via the Python GraphDB Client. Users can now manage GraphDB instances and perform administrative tasks directly from Python. As GraphDB also supports the RDF4J REST API, users may utilize the recently released RDF4J Client and Store with GraphDB instances. For more details, see the new RDFLib GraphDB documentation under the extras section of the RDFLib documentation.

This release also includes a number of fixes to Graph.cbd() and Turtle-related serializers. Thanks to @​mgberg and @​lisat-dstg, the affected code is now more standards-compliant.

At the request of users, the recently introduced CLI tool sq has been renamed to sparqlquery to avoid conflicts with existing well-known packages.

Other maintenance tasks include updating all CI actions to the latest versions and adding a compatibility layer for pyparsing v3 to remove deprecation warnings.

See the CHANGELOG.md for more details.

2025-11-28 RELEASE 7.5.0

This release introduces a new major feature to RDFLib: RDF4J Store integration and RDF4J Client. Users can use this to connect to RDF4J database servers through RDFLib's Graph and Dataset classes, as well as manage repositories and transactions using the RDF4J Client. A comprehensive user guide for the new RDF4J features is available under the extras section of the RDFLib documentation.

We've also added a new CLI tool, sq (the script is https://github.com/RDFLib/rdflib/blob/HEAD/rdflib/tools/sparqlquery.py), for executing SPARQL queries against local files or remote SPARQL endpoints with custom serialization. This provides a convenient way to query RDF data straight from the command line.

Other enhancements include documentation improvements that fix crosslinking issues between modules, and new documentation content for RDFLib plugins, parsers, and serializers.

For RDFLib developers, this release introduces httpx as an optional dependency to support the new RDF4J functionality. The RDF4J test suite now also uses testcontainers on Linux environments running Python 3.9.2 or later.

See the CHANGELOG.md for more details.

2025-10-30 RELEASE 7.4.0

This release addresses a couple of bugs and improves the testing matrix by adding python 3.12, 3.13 and 3.14 to the test matrix.

This is also the first RDFLib release to use MkDocs for documentation.

See the CHANGELOG.md for more details.

Full Changelog: RDFLib/rdflib@7.3.0...7.4.0

2025-10-24 RELEASE 7.3.0

This release delivers several important fixes and enhancements to RDFLib’s Dataset implementation, resolving long-standing issues and improving consistency across serialization and SPARQL operations. It also introduces new deprecation notices for certain Dataset methods and attributes, which will be removed in the next major release. In addition, this version includes a range of improvements to SPARQL result parsing, typing, and literal handling.

Features

  • Added Dataset.__iadd__ support
  • Dataset's default serialize format is now trig
  • Datasets can now add graphs backed by different stores

Fixes and Improvements

  • Fixed an issue where the RecursiveSerializer would output undeclared prefixes for predicates that contained the base as a substring
  • Prevented prefix generation for predicates corresponding to the base namespace
  • SPARQL Update now correctly inserts into the default graph
  • Dataset.parse now returns Self
  • N-Quads serialization no longer includes the RDFLib internal default graph identifier
  • Static type checkers can now infer the type of Term.__new__
  • Removed automatic date conversion for gYear and gYearMonth literals

... (truncated)

Changelog

Sourced from rdflib's changelog.

2025-10-30 RELEASE 7.4.0

This release addresses a couple of bugs and improves the testing matrix by adding python 3.12, 3.13 and 3.14 to the test matrix.

This is also the first RDFLib release to use MkDocs for documentation.

Pull requests merged:

2025-10-24 RELEASE 7.3.0

This release delivers several important fixes and enhancements to RDFLib’s Dataset implementation, resolving long-standing issues and improving consistency across serialization and SPARQL operations. It also introduces new deprecation notices for certain Dataset methods and attributes, which will be removed in the next major release. In addition, this version includes a range of improvements to SPARQL result parsing, typing, and literal handling.

Features

  • Added Dataset.__iadd__ support
  • Dataset's default serialize format is now trig
  • Datasets can now add graphs backed by different stores

Fixes and Improvements

  • Fixed an issue where the RecursiveSerializer would output undeclared prefixes for predicates that contained the base as a substring
  • Prevented prefix generation for predicates corresponding to the base namespace
  • SPARQL Update now correctly inserts into the default graph
  • Dataset.parse now returns Self
  • N-Quads serialization no longer includes the RDFLib internal default graph identifier
  • Static type checkers can now infer the type of Term.__new__
  • Removed automatic date conversion for gYear and gYearMonth literals
  • Optional clauses in SPARQL queries can now bind variables
  • Fixed reevaluation logic in SPARQL Update between update loops

Maintenance

  • Added deprecation notices to certain Dataset methods and attributes
    • Use Dataset.graphs instead of Dataset.contexts method
    • Use Dataset.default_graph instead of Dataset.default_context
    • Deprecate Dataset.identifier entirely.
  • Updated type hints for Graph.open() with SPARQLUpdateStore configuration
  • SPARQL Result Parsing Improvements
    • Simplified and modernized the SPARQL result parsing system:
    • These changes maintain backward compatibility while making the SPARQL API more flexible and extensible.

Pull requests merged:

  • feat: add Dataset __iadd__ support by @​edmondchuc in #3268
  • fix: RecursiveSerializer- outputs undeclared prefix for predicates that contains the base as a substring by @​edmondchuc in #3267

... (truncated)

Commits

Updates pandas from 2.3.1 to 2.3.3

Release notes

Sourced from pandas's releases.

Pandas 2.3.3

We are pleased to announce the release of pandas 2.3.3. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.2

We are pleased to announce the release of pandas 2.3.2. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.2 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • 9c8bc3e RLS: 2.3.3
  • 6aa788a [backport 2.3.x] DOC: prepare 2.3.3 whatsnew notes for release (#62499) (#62508)
  • b64f0df [backport 2.3.x] BUG: avoid validation error for ufunc with string[python] ar...
  • 058eb2b [backport 2.3.x] BUG: String[pyarrow] comparison with mixed object (#62424) (...
  • 2ca088d [backport 2.3.x] DEPR: remove the Period resampling deprecation (#62480) (#62...
  • 92bf98f [backport 2.3.x] BUG: fix .str.isdigit to honor unicode superscript for older...
  • e57c7d6 Backport PR #62452 on branch 2.3.x (TST: Adjust tests for numexpr 2.13) (#62454)
  • e0fe9a0 Backport to 2.3.x: REGR: from_records not initializing subclasses properly (#...
  • 23a1085 BUG: improve future warning for boolean operations with missaligned indexes (...
  • 6113696 Backport PR #62396 on branch 2.3.x (PKG/DOC: indicate Python 3.14 support in ...
  • Additional commits viewable in compare view

Updates weaviate-client from 4.16.1 to 4.20.4

Release notes

Sourced from weaviate-client's releases.

v4.20.3

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.20.2...v4.20.3

v4.20.2

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.20.1...v4.20.2

v4.20.1

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.20.0...v4.20.1

v4.20.0

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.19.4...v4.20.0

v4.19.4

What's Changed

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Version 4.20.4

This patch version includes: - Include client version in GRPC requests - Add support for the new multi2vec_google_gemini module

Version 4.20.3

This patch version includes: - Update of authlib dependency

Version 4.20.2

This patch version includes: - Support for incremental backups

Version 4.20.1

This patch version includes: - Raise an input error when filtering on an empty list

Version 4.20.0

This minor version includes: - Support for new 1.36 features: - Server-side batching (SSB) is now GA via batch.stream (batch.experimental is deprecated) - Add collection.data.ingest as a new entry point for SSB usage in sync and async clients - Add support for the new HFresh index type - Add support for async replication configuration - Add support for cancelling backup restore operations - Add collection.config.delete_property_index to drop filterable, searchable, or range filter indices from properties - Add client.cluster.statistics() method for retrieving cluster and Raft statistics - Allow images and image_properties in Cohere generative config at runtime - Provide options to specify custom gRPC SSL credentials for advanced connection setups - Remove cache option from SQConfig and deprecate the field in the factory method - Fix validation of nested object properties to allow id as a nested property name

Version 4.19.4

This patch version includes: - Adds the gRPC healthcheck ping to the is_live() method of the async client to provide a more accurate check of the connection status of the async client - Fixes bug where exceptions raised in collections.exists() were silently ignored and the method would return False instead of raising the exception

Version 4.19.3

This patch version includes: - Add support for VoyageAI voyage-4 model family (voyage-4, voyage-4-lite, voyage-4-large) - A fix for async client connection issues when pypi is down

... (truncated)

Commits
  • c0b796e Merge pull request #1982 from weaviate/changelog_4_20_4
  • dfa8ae4 Add changelog for v4.20.4
  • 3a0958c Merge pull request #1977 from weaviate/multi2vec-google-aistudio-vectorizer-c...
  • 106f225 Merge branch 'main' into multi2vec-google-aistudio-vectorizer-config
  • 5ca709e Merge pull request #1980 from weaviate/client_version_grpc
  • 55e56f0 Dont overwrite version from additional headers
  • 79ee3d0 Add client version to GRPC headers
  • 2ccdaa1 chore: rename multi2vec_google_aistudio config to multi2vec_google_gemini
  • ce63311 feat: add multi2vec_google_aistudio vectorizer config
  • db8a91c Bump authlib to 1.6.9 to avoid high cve (#1975)
  • Additional commits viewable in compare view

Updates python-dotenv from 1.0.1 to 1.2.2

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

v1.2.1

What's Changed

... (truncated)

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

... (truncated)

Commits

Updates crewai from 0.108.0 to 1.6.1

Release notes

Sourced from crewai's releases.

1.6.1

What's Changed

Bug Fixes

  • Fix ChatCompletionsClient call to ensure proper functionality (#3910)
  • Ensure async methods are executable for annotations
  • Fix parameters in RagTool.add, add typing, and tests (#3979)
  • Remove invalid parameter from SSE client (#3980)
  • Erase 'oauth2_extra' setting on 'crewai config reset' command

Refactoring

  • Enhance model validation and provider inference in LLM class (#3976)

Contributors

@​Vidit-Ostwal, @​greysonlalonde, @​heitorado, @​lorenzejay

1.6.0

What's Changed

Features

  • Add streaming result support to flows and crews
  • Add gemini-3-pro-preview
  • Support CLI login with Entra ID
  • Add Merge Agent Handler tool
  • Enhance flow event state management

Bug Fixes

  • Ensure custom rag store persist path is set if passed
  • Ensure fuzzy returns are more strict and show type warning
  • Re-add openai response_format parameter and add test
  • Fix rag tool embeddings configuration
  • Ensure flow execution start panel is not shown on plot

Documentation

  • Update references from AMP to AOP in documentation
  • Update AMP to AOP

Contributors

@​Vidit-Ostwal, @​gilfeig, @​greysonlalonde, @​heitorado, @​joaomdmoura, @​lorenzejay, @​markmcd

1.5.0

What's Changed

Features

  • Add a2a trust remote completion status flag
  • Fetch and store more data about Okta authorization server
  • Implement before and after LLM call hooks in CrewAgentExecutor
  • Expose messages to TaskOutput and LiteAgentOutputs

... (truncated)

Commits
  • bc4e6a3 feat: bump versions to 1.6.1 (#3993)
  • 37526c6 Fixing ChatCompletionsClinet call (#3910)
  • c59173a fix: ensure async methods are executable for annotations
  • 4d8eec9 refactor: enhance model validation and provider inference in LLM class (#3976)
  • 2025a26 fix: ensure parameters in RagTool.add, add typing, tests (#3979)
  • bed9a38 fix: remove invalid param from sse client (#3980)
  • 5239dc9 fix: erase 'oauth2_extra' setting on 'crewai config reset' command
  • 52444ad feat: bump versions to 1.6.0 (#3974)
  • f070595 fix: ensure custom rag store persist path is set if passed
  • 69c5eac Update references from AMP to AOP in documentation (#3972)
  • Additional commits viewable in compare view

Updates rich from 13.9.4 to 14.3.3

Release notes

Sourced from rich's releases.

The infinite Release

Fixed a infinite loop in split_graphemes

[14.3.3] - 2026-02-19

Fixed

The ZWJy release

A fix for cell_len edge cases

[14.3.2] - 2026-02-01

Fixed

The Nerdy Fix release

Fixed issue with characters outside of unicode range reporting 0 cell size

[14.3.1] - 2026-01-24

Fixed

The more emojis release

Rich now has support for multi-codepoint emojis. There have also been some Markdown improvements, and a number of fixes. See the release notes below for details.

[14.3.0] - 2026-01-24

Fixed

Added

Changed

... (truncated)

Changelog

Sourced from rich's changelog.

[14.3.3] - 2026-02-19

Fixed

[14.3.2] - 2026-02-01

Fixed

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

Changed

[14.2.0] - 2025-10-09

Changed

... (truncated)

Commits

Updates weave from 0.51.56 to 0.52.35

Release notes

Sourced from weave's releases.

v0.52.35

What's Changed

Full Changelog: wandb/weave@v0.52.33...v0.52.35

v0.52.33

What's Changed

... (truncated)

Commits
  • 62f1e46 Release version: 0.52....

    Description has been truncated

Bumps the production-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` |
| [rdflib](https://github.com/RDFLib/rdflib) | `7.1.4` | `7.6.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.3.1` | `2.3.3` |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.16.1` | `4.20.4` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.2` |
| [crewai](https://github.com/crewAIInc/crewAI) | `0.108.0` | `1.6.1` |
| [rich](https://github.com/Textualize/rich) | `13.9.4` | `14.3.3` |
| [weave](https://github.com/wandb/weave) | `0.51.56` | `0.52.35` |
| [mlflow](https://github.com/mlflow/mlflow) | `3.5.0` | `3.10.1` |
| [poetry](https://github.com/python-poetry/poetry) | `2.1.3` | `2.3.3` |


Updates `pyyaml` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)

Updates `rdflib` from 7.1.4 to 7.6.0
- [Release notes](https://github.com/RDFLib/rdflib/releases)
- [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
- [Commits](RDFLib/rdflib@7.1.4...7.6.0)

Updates `pandas` from 2.3.1 to 2.3.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.1...v2.3.3)

Updates `weaviate-client` from 4.16.1 to 4.20.4
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v4.16.1...v4.20.4)

Updates `python-dotenv` from 1.0.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.2.2)

Updates `crewai` from 0.108.0 to 1.6.1
- [Release notes](https://github.com/crewAIInc/crewAI/releases)
- [Commits](crewAIInc/crewAI@0.108.0...1.6.1)

Updates `rich` from 13.9.4 to 14.3.3
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.4...v14.3.3)

Updates `weave` from 0.51.56 to 0.52.35
- [Release notes](https://github.com/wandb/weave/releases)
- [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md)
- [Commits](wandb/weave@v0.51.56...v0.52.35)

Updates `mlflow` from 3.5.0 to 3.10.1
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v3.5.0...v3.10.1)

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

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rdflib
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: weaviate-client
  dependency-version: 4.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: crewai
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-version: 14.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: weave
  dependency-version: 0.52.35
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mlflow
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: poetry
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 1, 2026
@tekrajchhetri
Copy link
Copy Markdown
Collaborator

Ignoring this time as some dependencies introduce breaking changes.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 2, 2026

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

@dependabot dependabot Bot deleted the dependabot/pip/production-dependencies-01d8f4f5b8 branch April 2, 2026 20:00
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.

1 participant