sciexp / flytezen

🪽hydra-zen configuration of flyte workflows 🧘
GNU Affero General Public License v3.0
2 stars 0 forks source link

chore(deps): update dependency jupyter-core to v5.7.2 #21

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jupyter-core ==5.5.0 -> ==5.7.2 age adoption passing confidence

Release Notes

jupyter/jupyter_core (jupyter-core) ### [`v5.7.2`](https://togithub.com/jupyter/jupyter_core/blob/HEAD/CHANGELOG.md#572) [Compare Source](https://togithub.com/jupyter/jupyter_core/compare/v5.7.1...v5.7.2) ([Full Changelog](https://togithub.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993)) ##### Maintenance and upkeep improvements - Update Release Scripts [#​396](https://togithub.com/jupyter/jupyter_core/pull/396) ([@​blink1073](https://togithub.com/blink1073)) - Enforce pytest 7 [#​393](https://togithub.com/jupyter/jupyter_core/pull/393) ([@​blink1073](https://togithub.com/blink1073)) - chore: update pre-commit hooks [#​392](https://togithub.com/jupyter/jupyter_core/pull/392) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/jupyter_core/graphs/contributors?from=2024-01-08\&to=2024-03-12\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-08..2024-03-12\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2024-01-08..2024-03-12\&type=Issues) ### [`v5.7.1`](https://togithub.com/jupyter/jupyter_core/blob/HEAD/CHANGELOG.md#571) [Compare Source](https://togithub.com/jupyter/jupyter_core/compare/v5.7.0...v5.7.1) ([Full Changelog](https://togithub.com/jupyter/jupyter_core/compare/v5.7.0...8e69e7f1b856099c057e9711d5a439b33ef859d3)) ##### Bugs fixed - Derive JupyterAsyncApp from JupyterApp [#​389](https://togithub.com/jupyter/jupyter_core/pull/389) ([@​blink1073](https://togithub.com/blink1073)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/jupyter_core/graphs/contributors?from=2024-01-03\&to=2024-01-08\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-03..2024-01-08\&type=Issues) ### [`v5.7.0`](https://togithub.com/jupyter/jupyter_core/blob/HEAD/CHANGELOG.md#570) [Compare Source](https://togithub.com/jupyter/jupyter_core/compare/v5.6.1...v5.7.0) ([Full Changelog](https://togithub.com/jupyter/jupyter_core/compare/v5.6.1...19912f49cfb9e2645e08fd1bd599b95206387d2d)) ##### Enhancements made - Modernize event loop behavior [#​387](https://togithub.com/jupyter/jupyter_core/pull/387) ([@​blink1073](https://togithub.com/blink1073)) ##### Maintenance and upkeep improvements - chore: update pre-commit hooks [#​388](https://togithub.com/jupyter/jupyter_core/pull/388) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/jupyter_core/graphs/contributors?from=2024-01-01\&to=2024-01-03\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-01..2024-01-03\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2024-01-01..2024-01-03\&type=Issues) ### [`v5.6.1`](https://togithub.com/jupyter/jupyter_core/blob/HEAD/CHANGELOG.md#561) [Compare Source](https://togithub.com/jupyter/jupyter_core/compare/v5.6.0...v5.6.1) ([Full Changelog](https://togithub.com/jupyter/jupyter_core/compare/v5.6.0...f81186b2f31fe79949fe5bcd5ea0da6b0794a8fb)) ##### Bugs fixed - Fix export of package version [#​386](https://togithub.com/jupyter/jupyter_core/pull/386) ([@​blink1073](https://togithub.com/blink1073)) - Revert "Enable async JupyterApp" [#​385](https://togithub.com/jupyter/jupyter_core/pull/385) ([@​blink1073](https://togithub.com/blink1073)) ##### Maintenance and upkeep improvements - Bump github/codeql-action from 2 to 3 [#​380](https://togithub.com/jupyter/jupyter_core/pull/380) ([@​dependabot](https://togithub.com/dependabot)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/jupyter_core/graphs/contributors?from=2023-12-26\&to=2024-01-01\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-12-26..2024-01-01\&type=Issues) | [@​dependabot](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adependabot+updated%3A2023-12-26..2024-01-01\&type=Issues) ### [`v5.6.0`](https://togithub.com/jupyter/jupyter_core/blob/HEAD/CHANGELOG.md#560) [Compare Source](https://togithub.com/jupyter/jupyter_core/compare/v5.5.1...v5.6.0) ([Full Changelog](https://togithub.com/jupyter/jupyter_core/compare/v5.5.1...e33fb748b435de7d587d9c2bfdcbb5f3ee73b4bd)) ##### Enhancements made - Enable async JupyterApp [#​381](https://togithub.com/jupyter/jupyter_core/pull/381) ([@​blink1073](https://togithub.com/blink1073)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/jupyter_core/graphs/contributors?from=2023-12-18\&to=2023-12-26\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-12-18..2023-12-26\&type=Issues) ### [`v5.5.1`](https://togithub.com/jupyter/jupyter_core/blob/HEAD/CHANGELOG.md#551) [Compare Source](https://togithub.com/jupyter/jupyter_core/compare/v5.5.0...v5.5.1) ([Full Changelog](https://togithub.com/jupyter/jupyter_core/compare/v5.5.0...4e387a4e95b1064cca4a97dd7324b29d14b6e3b7)) ##### Bugs fixed - Account for read only file systems in migration [#​379](https://togithub.com/jupyter/jupyter_core/pull/379) ([@​blink1073](https://togithub.com/blink1073)) ##### Maintenance and upkeep improvements - Update ruff and typings [#​376](https://togithub.com/jupyter/jupyter_core/pull/376) ([@​blink1073](https://togithub.com/blink1073)) - chore: update pre-commit hooks [#​374](https://togithub.com/jupyter/jupyter_core/pull/374) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Clean up lint and add downstream checks [#​373](https://togithub.com/jupyter/jupyter_core/pull/373) ([@​blink1073](https://togithub.com/blink1073)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/jupyter_core/graphs/contributors?from=2023-10-30\&to=2023-12-18\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-10-30..2023-12-18\&type=Issues) | [@​mtelka](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Amtelka+updated%3A2023-10-30..2023-12-18\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2023-10-30..2023-12-18\&type=Issues)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.