Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the examples group with 9 updates in the /requirements directory:

Package From To
matplotlib 3.10.1 3.10.7
numpy 2.2.3 2.3.3
osmnx 2.0.2 2.0.6
pandas 2.2.3 2.3.3
pyvista 0.44.2 0.46.3
fast-simplification 0.1.10 0.1.12
joblib 1.5.0 1.5.2
plotly 6.0.1 6.3.1
scikit-rf 1.6.2 1.8.0

Updates matplotlib from 3.10.1 to 3.10.7

Release notes

Sourced from matplotlib's releases.

REL: v3.10.7

This is the latest bugfix release in the 3.10.x series.

The most important update in this release is that the minimum version of pyparsing has been updated to version 3.0.

REL: v3.10.6

This is a bugfix release in the 3.10.x series.

Highlights from this release include:

- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes

REL: v3.10.5

This is the fourth bugfix release of the 3.10.x series.

Included in this release is distributed wheels for Python 3.14 (including freethreaded) and Windows ARM.

There are also several smaller bugfixes.

REL: v3.10.3

This is the third bugfix release of the 3.10.x series

Commits
  • 4aeb773 REL: v3.10.7
  • 080add3 Merge branch 'v3.10.6-doc' into v3.10.x
  • a604a8b Github Stats v3.10.7
  • f550261 Zenodo v3.10.6
  • 9a5e3e4 Merge pull request #30628 from meeseeksmachine/auto-backport-of-pr-30626-on-v...
  • eb8cb0c Backport PR #30626: MNT: Fix new F401 unused imports warnings
  • 8fadc71 Backport PR #29745: Use PEP8 style method and function names from (#30589)
  • 098876e Merge pull request #30614 from meeseeksmachine/auto-backport-of-pr-30612-on-v...
  • eb42d86 Backport PR #30612: MNT: update black pin
  • 4a9c187 Merge pull request #30572 from QuLogic/auto-backport-of-pr-30571-on-v3.10.x
  • Additional commits viewable in compare view

Updates numpy from 2.2.3 to 2.3.3

Release notes

Sourced from numpy's releases.

2.3.3 (Sep 9, 2025)

NumPy 2.3.3 Release Notes

The NumPy 2.3.3 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. Note that the 3.14.0 final is currently expected in Oct, 2025. This release is based on 3.14.0rc2.

Contributors

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Aleksandr A. Voyt +
  • Bernard Roesler +
  • Charles Harris
  • Hunter Hogan +
  • Joren Hammudoglu
  • Maanas Arora
  • Matti Picus
  • Nathan Goldbaum
  • Raghuveer Devulapalli
  • Sanjay Kumar Sakamuri Kamalakar +
  • Tobias Markus +
  • Warren Weckesser
  • Zebreus +

Pull requests merged

A total of 23 pull requests were merged for this release.

  • #29440: MAINT: Prepare 2.3.x for further development.
  • #29446: BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR...
  • #29447: BLD: allow targeting webassembly without emscripten
  • #29460: MAINT: Backport write_release.py
  • #29473: MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2
  • #29500: BUG: Always return a real dtype from linalg.cond (gh-18304) (#29333)
  • #29501: MAINT: Add .file entry to all .s SVML files
  • #29556: BUG: Casting from one timedelta64 to another didn't handle NAT.
  • #29562: BLD: update vendored Meson to 1.8.3 [wheel build]
  • #29563: BUG: Fix metadata not roundtripping when pickling datetime (#29555)
  • #29587: TST: update link and version for Intel SDE download
  • #29593: TYP: add sorted kwarg to unique
  • #29672: MAINT: Update pythoncapi-compat from main.
  • #29673: MAINT: Update cibuildwheel.
  • #29674: MAINT: Fix typo in wheels.yml
  • #29683: BUG, BLD: Correct regex for ppc64 VSX3/VSX4 feature detection
  • #29684: TYP: ndarray.fill() takes no keyword arguments
  • #29685: BUG: avoid thread-unsafe refcount check in temp elision
  • #29687: CI: replace comment-hider action in mypy_primer workflow

... (truncated)

Commits
  • f2a77a7 Merge pull request #29702 from charris/prepare-2.3.3
  • 8641006 REL: Prepare for the NumPy 2.3.3 release [wheel build]
  • f024265 Merge pull request #29701 from charris/backport-29697
  • 84f2eed Merge pull request #29700 from charris/backport-29695
  • 7cacdbf Update VXE and VXE2 detection regex patterns
  • 028c469 TYP: appease ruff
  • 4b80666 TYP: fix np.bool method declarations
  • f2a6b75 Merge pull request #29691 from charris/backport-29665
  • a707cbf Merge pull request #29689 from charris/backport-29662
  • 3d66056 BUG: use correct input dtype in flatiter assignment
  • Additional commits viewable in compare view

Updates osmnx from 2.0.2 to 2.0.6

Changelog

Sourced from osmnx's changelog.

2.0.6 (2025-08-11)

  • handle relations with missing member geometries when loading features from XML (#1334)
  • exclude ways tagged "rest_area" or "services" when downloading network data (#1328)

2.0.5 (2025-07-05)

  • fix bug that prevents querying or projecting in polar regions (#1324 #1326)
  • improve module exposure for better code introspection (#1308)
  • add "all" optional dependency extra (#1313)
  • bump minimum required patch versions of optional extras to earliest versions with macosx/arm64 wheels (#1313)

2.0.4 (2025-06-11)

  • fix bug in features module when elements have pre-existing geometry tags (#1298)
  • fix bug in save_graphml function where gephi compatibility mode erases node attributes (#1300)
  • bump minimum required minor versions of optional extras to earliest versions with linux/amd64 wheels (#1296)

2.0.3 (2025-05-06)

  • ensure geocoder results are sorted by importance (#1290)
  • update official reference paper and citations (#1293)
Commits

Updates pandas from 2.2.3 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.

Pandas 2.3.1

We are pleased to announce the release of pandas 2.3.1. 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.1 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:

... (truncated)

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 pyvista from 0.44.2 to 0.46.3

Release notes

Sourced from pyvista's releases.

v0.46.3

PyVista 0.46.0 introduced a breaking change by requiring the use of pyvista.set_new_attribute for setting new attributes (#7716). This patch release 0.46.3 relaxes this requirement by only requiring this for setting new public attributes. Private attributes (with a _ prefix) can be set without the need to use pyvista.set_new_attribute.

Full Changelog: pyvista/pyvista@v0.46.2...v0.46.3

v0.46.2

Full Changelog: pyvista/pyvista@v0.46.1...v0.46.2

v0.46.1

Full Changelog: pyvista/pyvista@v0.46.0...v0.46.1

v0.46.0

What's Changed

Breaking Changes

New Features

... (truncated)

Commits
  • a6fa924 Allow setting new private attributes
  • dfa05fe Bump version to 0.46.3
  • 4576c22 Bump version to 0.46.2
  • cf5ae06 Fix type hints for promote_type decorator (#7839)
  • 0103acc Fix BoundsTuple repr with scientific notation (#7840)
  • f2001f9 Bump version to 0.46.1
  • 48de170 fix Text is not set (#7802)
  • d2f6167 Fix camera position typing to allow nested sequence (#7788)
  • b635681 Allow using matplotlib cmap objects with get_cmap_safe and global theme (#7...
  • 906febc Add minimum typing-extensions version (#7791)
  • Additional commits viewable in compare view

Updates fast-simplification from 0.1.10 to 0.1.12

Release notes

Sourced from fast-simplification's releases.

v0.1.12

What's Changed

New Contributors

Full Changelog: pyvista/fast-simplification@v0.1.11...v0.1.12

v0.1.11

What's Changed

Full Changelog: pyvista/fast-simplification@v0.1.10...v0.1.11

Commits

Updates joblib from 1.5.0 to 1.5.2

Changelog

Sourced from joblib's changelog.

Release 1.5.2 - 2025/08/27

Memory:


- Ensure that temporary files managed by the ``Memory`` object do not collide
  when using the same cache directory when the cache directory is accessed
  concurrently from different nodes on a cluster with a shared filesystem.
  https://github.com/joblib/joblib/pull/1656

Release 1.5.1 - 2025/05/23

  • Fix backend hints causing errors when no multiprocessing is present
    joblib/joblib#1721

  • Vendor loky3.5.5 fixing the resource_tracker clean up with earlier Python
    versions. joblib/joblib#1724

Commits

Updates plotly from 6.0.1 to 6.3.1

Release notes

Sourced from plotly's releases.

v6.3.1

Updated

  • Update Plotly.js from version 3.1.0 to version 3.1.1. See the Plotly.js release notes for more information. [#5357]. Notable changes include:
    • Fix issue preventing Scattergl plots with text elements from rendering [plotly.js#7563]
  • Use native legends when converting from matplotlib [#5312], with thanks to @​robertoffmoura to the contribution!
  • Allow shared_yaxes to work with secondary axes [#5180], with thanks to @​gmjw for the contribution!

Fixed

  • Fix issue where width/height in plot layout were not respected during Kaleido image export [#5325]
  • Fix typo in default argument to _ternary_contour.py [#5315], with thanks to @​Lexachoc for the contribution!
  • Fix incorrect fig.show() behavior when ipython is installed [#5258]

Full Changelog: plotly/plotly.py@v6.3.0...v6.3.1

v6.3.0

Updated

  • Updated Plotly.js from version 3.0.1 to version 3.1.0. See the plotly.js release notes for more information. [#5318]

Added

  • Exposed plotly.io.get_chrome() as a function which can be called from within a Python script. [#5282]

Fixed

  • Resolved issue causing extraneous engine deprecation warnings [#5287], with thanks to @​jdbeel for the contribution!

v6.2.0

Added

  • Add SRI (Subresource Integrity) hash support for CDN script tags when using include_plotlyjs='cdn'. This enhances security by ensuring browser verification of CDN-served plotly.js files [#5165] (with thanks to @​ddworken)

Fixed

  • Allow setting Plotly.js path via pio.defaults [#5207]

Changed

  • Refactor validation code to reduce bundle size [#5214] (with thanks to @​bmaranville)
  • Add deprecation warnings when using Kaleido v0 or deprecated image export features [#5177]

v6.1.2

Fixed

  • Fix type checking and code highlighting for graph_objects classes [#5199]

v6.1.1

Fixed

  • Prevent swallowing of ValueError when creating a figure with subplots [#3888]
  • Fix issue causing fig.write_image() to not generate an image [#5193]

v6.1.0

Updated

  • Add support for Kaleido>=v1.0.0 for image generation [#5062, #5177]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

... (truncated)

Changelog

Sourced from plotly's changelog.

[6.3.1] - 2025-10-02

Updated

  • Update Plotly.js from version 3.1.0 to version 3.1.1. See the Plotly.js release notes for more information. [#5357]. Notable changes include:
    • Fix issue preventing Scattergl plots with text elements from rendering [plotly.js#7563]
  • Use native legends when converting from matplotlib [#5312], with thanks to @​robertoffmoura to the contribution!
  • Allow shared_yaxes to work with secondary axes [#5180], with thanks to @​gmjw for the contribution!

Fixed

  • Fix issue where width/height in plot layout were not respected during Kaleido image export [#5325]
  • Fix typo in default argument to _ternary_contour.py [#5315], with thanks to @​Lexachoc for the contribution!
  • Fix incorrect fig.show() behavior when ipython is installed [#5258]

[6.3.0] - 2025-08-12

Updated

  • Updated Plotly.js from version 3.0.1 to version 3.1.0. See the Plotly.js release notes for more information. [#5318]

Added

  • Exposed plotly.io.get_chrome() as a function which can be called from within a Python script. [#5282]

Fixed

  • Resolved issue causing extraneous engine deprecation warnings [#5287], with thanks to @​jdbeel for the contribution!

[6.2.0] - 2025-06-26

Added

  • Add SRI (Subresource Integrity) hash support for CDN script tags when using include_plotlyjs='cdn'. This enhances security by ensuring browser verification of CDN-served plotly.js files [#5165] (with thanks to @​ddworken)

Fixed

  • Allow setting Plotly.js path via pio.defaults [#5207]

Changed

  • Refactor validation code to reduce bundle size [#5214] (with thanks to @​bmaranville)
  • Add deprecation warnings when using Kaleido v0 or deprecated image export features [#5177]

[6.1.2] - 2025-05-27

Fixed

  • Fix type checking and code highlighting for graph_objects classes [#5199]

[6.1.1] - 2025-05-20

Fixed

  • Prevent swallowing of ValueError when creating a figure with subplots [#3888]
  • Fix issue causing fig.write_image() to not generate an image [#5193]

[6.1.0] - 2025-05-15

... (truncated)

Commits
  • ecb00fe update uv lockfile
  • 4e96a43 version changes for v6.3.1
  • a0de8c9 Merge pull request #5361 from plotly/matplotlib-import-fix
  • 832b46c Merge branch 'main' into matplotlib-import-fix
  • b258862 Merge pull request #5180 from gmjw/secondary-y-shared
  • 2c5e2b6 fix matplotlib import
  • 610b7ee Merge branch 'main' into secondary-y-shared
  • fbbc9d6 Merge pull request #5322 from mgorny/plt-import
  • d2af541 Merge pull request #5258 from plotly/fix-default-renderer-when-ipython-installed
  • ead0c76 Merge branch 'main' into plt-import
  • Additional commits viewable in compare view

Updates scikit-rf from 1.6.2 to 1.8.0

Release notes

Sourced from scikit-rf's releases.

v1.8.0

This new release of scikit-rf adds the support of Y/Z parameters export in Touchstone files and fixes some issues with calibration (actually due to latest scipy version). It also improves the documentation for the SDDL, SDDL-Weikle, and PHN calibration algorithms.

Thanks to all contributors!

New features

Documentation

Fixes

New Contributors

Full Changelog: scikit-rf/scikit-rf@v1.7.0...v1.8.0

v1.7.0

This new version of scikit-rf bring a new s_error function and method, documentation improvements and the HP8720B VNA support, and also some bug fix.

Thank you to all contributors!

New feature

Fix and Improvements

Hardware

Documentation

New Contributors

... (truncated)

Commits
  • b9d3310 Merge pull request #1292 from jhillairet/dev/v1.8.0
  • 17eb7e1 Merge pull request #1290 from daholzfeind/feature/version-comment
  • ca30c2f bump version
  • 626c4c4 Merge pull request #1291 from FranzForstmayr/diff_step
  • 3e89269 use smaller diff_step in least_squares to be compatible with scipy 1.16
  • a0cd47a write skrf version in touchstone header
  • 1b75d60 Merge pull request #1287 from emmanuel-ferdman/master
  • 8cc43cf Merge pull request #1289 from FranzForstmayr/fix_tests_scipy_115
  • da3f7ae Correct syntax pyproject.toml
  • 2157e05 Do not allow scipy==1.16 for now
  • 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 Related with project dependencies maintenance Package and maintenance related labels Oct 13, 2025
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 13, 2025
@github-actions github-actions bot removed the maintenance Package and maintenance related label Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/examples-b6bca48193 branch from 7b33d91 to 12e9b1a Compare October 20, 2025 01:24
Bumps the examples group with 9 updates in the /requirements directory:

| Package | From | To |
| --- | --- | --- |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.1` | `3.10.7` |
| [numpy](https://github.com/numpy/numpy) | `2.2.3` | `2.3.3` |
| [osmnx](https://github.com/gboeing/osmnx) | `2.0.2` | `2.0.6` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.3` |
| [pyvista](https://github.com/pyvista/pyvista) | `0.44.2` | `0.46.3` |
| [fast-simplification](https://github.com/pyvista/fast-simplification) | `0.1.10` | `0.1.12` |
| [joblib](https://github.com/joblib/joblib) | `1.5.0` | `1.5.2` |
| [plotly](https://github.com/plotly/plotly.py) | `6.0.1` | `6.3.1` |
| [scikit-rf](https://github.com/scikit-rf/scikit-rf) | `1.6.2` | `1.8.0` |



Updates `matplotlib` from 3.10.1 to 3.10.7
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.1...v3.10.7)

Updates `numpy` from 2.2.3 to 2.3.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.3...v2.3.3)

Updates `osmnx` from 2.0.2 to 2.0.6
- [Changelog](https://github.com/gboeing/osmnx/blob/main/CHANGELOG.md)
- [Commits](gboeing/osmnx@v2.0.2...v2.0.6)

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

Updates `pyvista` from 0.44.2 to 0.46.3
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.44.2...v0.46.3)

Updates `fast-simplification` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pyvista/fast-simplification/releases)
- [Commits](pyvista/fast-simplification@v0.1.10...v0.1.12)

Updates `joblib` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](joblib/joblib@1.5.0...1.5.2)

Updates `plotly` from 6.0.1 to 6.3.1
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.0.1...v6.3.1)

Updates `scikit-rf` from 1.6.2 to 1.8.0
- [Release notes](https://github.com/scikit-rf/scikit-rf/releases)
- [Commits](scikit-rf/scikit-rf@v1.6.2...v1.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-version: 3.10.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples
- dependency-name: numpy
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
- dependency-name: osmnx
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
- dependency-name: pyvista
  dependency-version: 0.46.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
- dependency-name: fast-simplification
  dependency-version: 0.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples
- dependency-name: joblib
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples
- dependency-name: plotly
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
- dependency-name: scikit-rf
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/examples-b6bca48193 branch from 12e9b1a to 2a8ae5b Compare October 27, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants