Skip to content
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

Bump the actions group with 2 updates #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Updates the requirements on altair and netcdf4 to permit the latest version.
Updates altair to 5.4.0

Release notes

Sourced from altair's releases.

Version 5.4.0

What's Changed

Enhancements

Various typing improvements:

Bug Fixes

Documentation

... (truncated)

Commits
  • f0b691e chore: bump version to 5.4.0
  • 2fcb77e feat: Update Vega-Lite to 5.20.1 (#3525)
  • e8edae6 refactor: Simplify unreachable compound chart cases (#3520)
  • e402b3c ci(ruff): Enforce the default C901 complexity (#3531)
  • ae7e702 chore: Remove filterwarnings from tests for cross-version pandas compatibilit...
  • f0c1e0a feat: Support a wider range of iterables in SchemaBase.to_dict (#3501)
  • 3e9faaa feat: Adds vega-themes.json using vl_convert (#3523)
  • ee7fd19 feat(typing): Adds public altair.typing module (#3515)
  • 6d69bfb fix(ruff): Bump ruff, fix RUF031 (#3529)
  • f06fc6c docs: Link to Vega Theme Test in user guide (#3528)
  • Additional commits viewable in compare view

Updates netcdf4 to 1.7.1.post2

Changelog

Sourced from netcdf4's changelog.

version 1.7.2 (not yet released)

  • add static type hints (PR #1302)
  • Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module functions). (PR #1348)

version 1.7.1 (tag v1.7.1rel)

  • include nc_complex source code from v0.2.0 tag (instead of using submodule).
  • add aarch64 wheels.

version 1.7.0 (tag v1.7.0rel)

  • add support for complex numbers via auto_complex keyword to Dataset (PR #1295)
  • fix for deprecated Cython DEF and IF statements using compatibility header with shims for unavailable functionality (PR #1277)
  • use szip as the library name on Windows (PR #1304)
  • add support for MS-MPI MPI_Message detection (PR #1305)
  • fix for issue #1306 - surprising result when indexing vlen str with non-contiguous indices.
  • Fix bug in set_collective introduced in PR #1277 (collective mode was always set).

version 1.6.5 (tag v1.6.5rel)

  • fix for issue #1271 (mask ignored if bool MA assinged to uint8 var)
  • include information on specific object when reporting errors from netcdf-c
  • python 3.12 wheels added, support for python 3.7 removed.

version 1.6.4 (tag v1.6.4rel)

  • set path to SSL certificates internally, so https DAP URLs work with wheels (issue #1246, requires nc_rc_set function available starting with netcdf-c 4.9.1, plus bugfix in netcdf-c PR #2690). Added certifi as a dependency.
  • Added isopen method to MFDataset object to check if underlying files are open.

version 1.6.3 (tag v1.6.3rel)

  • Use nc_put_vars for strided writes for netcdf-c >= 4.6.2 (issue #1222).
  • _Unsigned="false" should be same as not having _Unsigned set (issue #1232). _Unsigned now must be set to "true" or "True" for variable to be interpreted as unsigned, instead of just having _Unsigned be set (to anything).
  • pypi wheels built with netcdf-c 4.9.1.

version 1.6.2 (tag v1.6.2rel)

  • Added netCDF4.__has_set_alignment__ property to help identify if the underlying netcdf4 supports setting the HDF5 alignment.
  • Slicing multi-dimensional variables with an all False boolean index array now returns an empty numpy array (instead of raising an exception - issue #1197).

... (truncated)

Commits
  • 8d4fa64 update tag to rebuild windows wheel
  • 553cf18 bump version to 1.7.1.post1
  • 2b59eba Merge pull request #1339 from ocefpaf/numpy_20
  • c10d769 Merge pull request #1325 from Unidata/dependabot/github_actions/actions/downl...
  • 1610ccd Merge pull request #1327 from Unidata/dependabot/github_actions/actions/setup...
  • b2a574e Merge pull request #1340 from ocefpaf/fix_download-artifact
  • fd0b2b3 fix download-artifact
  • b2e0b76 np2 was released
  • 95dd776 Group dependabot's PRs
  • 4a5161d update
  • 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 Pull requests that update a dependency file python Pull requests that update Python code labels Aug 12, 2024
@leoschwarz leoschwarz self-requested a review August 13, 2024 08:34
@leoschwarz
Copy link
Collaborator

Ignore for now, as both pins are due to bug (one confirmed fix)

@dependabot dependabot bot force-pushed the dependabot/pip/actions-82a66507b0 branch 2 times, most recently from a7023cc to cc90ab9 Compare August 19, 2024 22:43
Updates the requirements on [altair](https://github.com/vega/altair) and [netcdf4](https://github.com/Unidata/netcdf4-python) to permit the latest version.

Updates `altair` to 5.4.0
- [Release notes](https://github.com/vega/altair/releases)
- [Commits](vega/altair@1.0.0...v5.4.0)

Updates `netcdf4` to 1.7.1.post2
- [Release notes](https://github.com/Unidata/netcdf4-python/releases)
- [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog)
- [Commits](Unidata/netcdf4-python@v1.cd...v1.7.1.post2)

---
updated-dependencies:
- dependency-name: altair
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: netcdf4
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/actions-82a66507b0 branch from cc90ab9 to c2dd51c Compare August 26, 2024 23:03
@fgcz fgcz deleted a comment from dependabot bot Sep 2, 2024
@leoschwarz
Copy link
Collaborator

@dependabot ignore altair netCDF4

@leoschwarz
Copy link
Collaborator

@dependabot ignore these dependencies

Copy link
Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #11.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/actions-82a66507b0 branch September 2, 2024 23:01
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