dribia / driviz

Data Visualization Library containing the Dribia Theme
MIT License
0 stars 0 forks source link

:arrow_up: Bump the all group with 10 updates #41

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 4 days ago

Bumps the all group with 10 updates:

Package From To
contourpy 1.3.0 1.3.1
coverage 7.6.4 7.6.7
fonttools 4.54.1 4.55.0
identify 2.6.1 2.6.2
narwhals 1.13.2 1.14.0
packaging 24.1 24.2
regex 2024.9.11 2024.11.6
rpds-py 0.20.1 0.21.0
tomli 2.0.2 2.1.0
zipp 3.20.2 3.21.0

Updates contourpy from 1.3.0 to 1.3.1

Release notes

Sourced from contourpy's releases.

Version 1.3.1

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

  • Drop support for Python 3.9 (#435)
  • Update to bokeh 3.6.0 (#444)
  • Update minimum pybind11 to 2.13.2 (#451)
  • Read meson-python version in recommended way (#452)

Code improvements:

  • Use itertools.pairwise instead of zip where possible (#437)
  • Typing changes from ruff UP035 and UP038 (#438)

Build, testing and CI improvements:

  • Tidy up python 3.13 CI (#449)
  • Build Python 3.13t wheels on Windows (#450)
Changelog

Sourced from contourpy's changelog.

v1.3.1 (2024-11-12)

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

  • Drop support for Python 3.9 (:pr:435)
  • Update to bokeh 3.6.0 (:pr:444)
  • Update minimum pybind11 to 2.13.2 (:pr:451)
  • Read meson-python version in recommended way (:pr:452)

Code improvements:

  • Use itertools.pairwise instead of zip where possible (:pr:437)
  • Typing changes from ruff UP035 and UP038 (:pr:438)

Build, testing and CI improvements:

  • Tidy up python 3.13 CI (:pr:449)
  • Build Python 3.13t wheels on Windows (:pr:450)
Commits
  • 1b253ba Prepare for v1.3.1 release (#453)
  • 7b69bf6 Read meson-python in recommended way (#452)
  • 1429fbf Update minimum pybind11 to 2.13.2 (#451)
  • 27160ab Build Python 3.13t wheels on Windows (#450)
  • 3305bd4 Tidy up python 3.13 CI (#449)
  • 513926b Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 in the actions group (#447)
  • d4c9712 Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 in the actions group (#446)
  • 08dc621 ci: Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (#445)
  • 87344a6 Update to bokeh 3.6.0 (#444)
  • c12cb4d Bump scientific-python/upload-nightly-action in the actions group (#443)
  • Additional commits viewable in compare view


Updates coverage from 7.6.4 to 7.6.7

Changelog

Sourced from coverage's changelog.

Version 7.6.7 — 2024-11-15

  • fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

  • One of the new asserts from 7.6.5 caused problems in real projects, as reported in issue 1891_. The assert has been removed.

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

Version 7.6.5 — 2024-11-14

  • fix: fine-tuned the exact Python version (3.12.6) when exiting from with statements changed how they traced. This affected whether people saw the fix for issue 1880_.

  • fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior <pytest-cov-666_>_.

  • refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!

.. _pytest-cov-666: pytest-dev/pytest-cov#666

.. _changes_7-6-4:

Commits
  • af89ebb docs: sample HTML for 7.6.7
  • c723de2 docs: prep for 7.6.7
  • 898e94a fix: another possible assert changed back to a conditional.
  • 42961d6 build: tweaks to release process
  • 1a09d4a build: bump version
  • c26fc6e docs: sample HTML for 7.6.6
  • 79ad469 docs: prep for 7.6.6
  • 98939c9 fix: this assert is possible, remove it. #1891
  • ad4a4ff build: automate the 'final' version
  • e1502e6 build: bump version
  • Additional commits viewable in compare view


Updates fonttools from 4.54.1 to 4.55.0

Release notes

Sourced from fonttools's releases.

4.55.0

  • [cffLib.specializer] Adjust stack use calculation (#3689)
  • [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
  • [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
  • [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
  • [CFF2] Lift uint16 VariationStore.length limitation (#3674)
  • [subset] consider variation selectors subsetting cmap14 (#3672)
  • [varLib.interpolatable] Support CFF2 fonts (#3670)
  • Set isfinal to true in XML parser for proper resource cleanup (#3669)
  • [removeOverlaps] Fix CFF CharString width (#3659)
  • [glyf] Add optimizeSize option (#3657)
  • Python 3.13 support (#3656)
  • [TupleVariation] Optimize for loading speed, not size (#3650, #3653)
Changelog

Sourced from fonttools's changelog.

4.55.0 (released 2024-11-14)

  • [cffLib.specializer] Adjust stack use calculation (#3689)
  • [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
  • [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
  • [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
  • [CFF2] Lift uint16 VariationStore.length limitation (#3674)
  • [subset] consider variation selectors subsetting cmap14 (#3672)
  • [varLib.interpolatable] Support CFF2 fonts (#3670)
  • Set isfinal to true in XML parser for proper resource cleanup (#3669)
  • [removeOverlaps] Fix CFF CharString width (#3659)
  • [glyf] Add optimizeSize option (#3657)
  • Python 3.13 support (#3656)
  • [TupleVariation] Optimize for loading speed, not size (#3650, #3653)
Commits
  • 6ad1c31 Release 4.55.0
  • c4f8370 Merge pull request #3690 from fonttools/news
  • 417b0a8 Update NEWS.rst
  • c0c89e1 Update news.rst for next release
  • 919c1a9 Merge pull request #3685 from fonttools/pyup-scheduled-update-2024-11-11
  • b49335e Merge pull request #3686 from fonttools/dependabot/github_actions/pypa/gh-act...
  • 4a18869 Merge pull request #3688 from fonttools/name_consistency
  • b371f23 fontBuilder: don't add mac names for fvar and STAT if name table hasn't any
  • d2ce6e0 check for mac names in buildVFStatTable for DSv5 sources with STAT data
  • 991e791 Lets not add inconsistent names?
  • Additional commits viewable in compare view


Updates identify from 2.6.1 to 2.6.2

Commits
  • 6fd6f6b v2.6.2
  • 6607f84 Merge pull request #484 from zupo/patch-1
  • 4c4ccfa Merge pull request #485 from pre-commit/pre-commit-ci-update-config
  • b5176c7 [pre-commit.ci] pre-commit autoupdate
  • 7315612 Add support for Elm files
  • 4a96fe1 Merge pull request #483 from pre-commit/pre-commit-ci-update-config
  • 81e20b0 [pre-commit.ci] pre-commit autoupdate
  • 3fe9f0a Merge pull request #481 from pre-commit/all-repos_autofix_all-repos-manual
  • dd8ebb1 py39+
  • 54a4479 Merge pull request #480 from pre-commit/pre-commit-ci-update-config
  • Additional commits viewable in compare view


Updates narwhals from 1.13.2 to 1.14.0

Release notes

Sourced from narwhals's releases.

Narwhals v1.14.0

Changes

✨ Enhancements

  • feat: add Series|Expr.is_finite method (#1341)
  • feat: make exceptions module public (#1391)
  • feat: consistently raise ColumnNotFoundError for missing columns in select and drop (#1389)
  • feat: add Series|Expr.cum_prod method, add reverse kw in cum_sum method (#1386)
  • feat: add Series|Expr cum_min and cum_max methods (#1384)
  • feat: Improve error message when comparing Series with list literal, or when using multi-output expressions in unsupported context (#1382)
  • feat: add Series|Expr.cum_count method (#1380)

📖 Documentation

  • docs: add missing description for left join strategy (#1396)
  • docs: pandas boolean content tabs (#1394)
  • docs: Add page about pandas booleans (#1392)
  • docs: Show ExprT as return type for Expr namespaces (#1388)
  • docs: Start using Darglint (#1387)
  • docs : docstrings examples - dtypes (#1121)
  • docs: Document more return types (#1381)
  • docs: Avoid copying >>> and ... from clipboard (#1375)

🛠️ Other improvements

  • chore: update InvalidIntoExprError to mention nw.lit (#1393)
  • chore: Consistent invalid IntoExpr error (#1379)
  • feat: consistently raise ColumnNotFoundError for missing columns in select and drop (#1389)
  • chore: suggest to add issue number in pr template (#1378)
  • chore: More Polars typing, update 'used by', link to roadmap (#1377)
  • chore: cleanup tpch execute (#1374)

Thank you to all our contributors for making this release possible! @​DeaMariaLeon, @​EdAbati, @​FBruzzesi, @​LiamConnors, @​MarcoGorelli, @​anopsy and @​raisadz

Narwhals v1.13.5

Changes

:rocket: Performance improvements

  • perf: simplify pandas-like with_columns (#1366)

:sparkles: Enhancements

  • feat: add DataFrame.pivot for pandas like and Polars backend (#546)

🐞 Bug fixes

  • fix: pandas and arrow to_dummies with nulls (#1040)

... (truncated)

Commits
  • 8d176ea release: Bump version to 1.14.0
  • 2784596 feat: add Series|Expr.is_finite method (#1341)
  • 68e9bbe docs: add missing description for left join strategy (#1396)
  • 39cfb07 chore: update InvalidIntoExprError to mention nw.lit (#1393)
  • 1fb7b85 docs: pandas boolean content tabs (#1394)
  • f8f3683 docs: Add page about pandas booleans (#1392)
  • 950661f feat: make exceptions module public (#1391)
  • 19df320 chore: Consistent invalid IntoExpr error (#1379)
  • 0a5c8b9 feat: consistently raise ColumnNotFoundError for missing columns in `select...
  • 0908f20 docs: Show ExprT as return type for Expr namespaces (#1388)
  • Additional commits viewable in compare view


Updates packaging from 24.1 to 24.2

Release notes

Sourced from packaging's releases.

24.2

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/24.1...24.2

Changelog

Sourced from packaging's changelog.

24.2 - 2024-11-08


* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Commits
  • d8e3b31 Bump for release
  • 2de393d Update changelog for release
  • 9c66f5c Remove extraneous quotes in f-strings by using !r (#848)
  • 4dc334c Upgrade to latest mypy (#853)
  • d1a9f93 Bump the github-actions group with 4 updates (#852)
  • 029f415 PEP 639: Implement License-Expression and License-File (#828)
  • 6c338a8 Use !r formatter for error messages with filenames. (#844)
  • 28e7da7 Add a comment as to why Metadata.name isn't normalized (#842)
  • ce0d79c Mention updating changelog in release process (#841)
  • ac5bdf3 Update the changelog to reflect 24.1 changes (#840)
  • Additional commits viewable in compare view


Updates regex from 2024.9.11 to 2024.11.6

Changelog

Sourced from regex's changelog.

Version: 2024.11.7

Updated pyproject.toml and setup.py according to PEP 517.

Version: 2024.11.6

Git issue 546: Partial match not working in some instances with non-greedy capture

Version: 2024.9.14

Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them.

Version: 2024.9.13

Updated to actions/upload-artifact@v4 in main.yml.

Version: 2024.9.12

Updated to actions/download-artifact@v4 in main.yml.

Version: 2024.9.11

Updated to Unicode 16.0.0.

Version: 2024.7.24

Git issue 539: Bug: Partial matching fails on a simple example

Version: 2024.6.22

Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation

Version: 2024.5.15

Git issue 530: hangs with fuzzy and optionals

It's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.

The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.

Version: 2024.5.10

Updated for Python 3.13.

<time.h> now needs to be included explicitly because Python.h no longer includes it.

Version: 2024.4.28

Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes

... (truncated)

Commits
  • 930983a Git issue 546: Partial match not working in some instances with non-greedy ca...
  • 64834c7 Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in ma...
  • 1bcd42e Updated to actions/upload-artifact@v4 in main.yml.
  • f467285 Updated to actions/download-artifact@v4 in main.yml.
  • See full diff in compare view


Updates rpds-py from 0.20.1 to 0.21.0

Release notes

Sourced from rpds-py's releases.

v0.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/crate-py/rpds/compare/v0.20.1...v0.21.0

Commits


Updates tomli from 2.0.2 to 2.1.0

Changelog

Sourced from tomli's changelog.

2.1.0

  • Deprecated
    • Instantiating TOMLDecodeError with free-form arguments. msg, doc and pos arguments should be given.
  • Added
    • msg, doc, pos, lineno and colno attributes to TOMLDecodeError
Commits
  • d6e045b Bump version: 2.0.2 → 2.1.0
  • d1d6a85 Add attributes to TOMLDecodeError. Deprecate free-form __init__ args (#238)
  • 59ed9ef Add a comment about implicit lru_cache bound
  • 9d25b3f Test against Python 3.13 final (#237)
  • f57fb66 Add test coverage for text mode error (#231)
  • 4be816b Convert tox config to native TOML
  • e2f8d2d Merge pull request #233 from hukkin/version-2.0.2
  • See full diff in compare view


Updates zipp from 3.20.2 to 3.21.0

Changelog

Sourced from zipp's changelog.

v3.21.0

Features

  • Improve performances of :meth:zipfile.Path.open for non-reading modes. (1a1928d)
  • Rely on cached_property to cache values on the instance.
  • Rely on save_method_args to save method args.
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.16%. Comparing base (5027ac1) to head (4dc807d). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #41 +/- ## ======================================= Coverage 84.16% 84.16% ======================================= Files 2 2 Lines 120 120 Branches 9 9 ======================================= Hits 101 101 Misses 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features: