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 pip group across 1 directory with 2 updates #8

Closed
wants to merge 5 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

Bumps the pip group with 2 updates in the /requirements directory: jupyterlab and notebook.

Updates jupyterlab from 4.1.6 to 4.3.4

Release notes

Sourced from jupyterlab's releases.

v4.3.4

4.3.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​Darshan808 | @​davidbrochart | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine

v4.3.3

4.3.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

... (truncated)

Changelog

Sourced from jupyterlab's changelog.

4.3.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​Darshan808 | @​davidbrochart | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine

4.3.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine

4.3.2

... (truncated)

Commits

Updates notebook from 7.1.3 to 7.3.1

Release notes

Sourced from notebook's releases.

v7.3.1

7.3.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​brichet | @​jtpio

v7.3.0

7.3.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Move handling of the file browser settings to a separate plugin, enable file browser single click navigation #7481 (@​jtpio)
  • Remove pseudoelement obstructing the cell collapser #7392 (@​krassowski)
  • "Close and Shut Down Notebook" shuts down without the confirmation dialog #7384 (@​JasonWeill)
  • Adds message about building code before running 'develop' #7382 (@​JasonWeill)

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from notebook's changelog.

7.3.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​brichet | @​jtpio

7.3.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Move handling of the file browser settings to a separate plugin, enable file browser single click navigation #7481 (@​jtpio)
  • Remove pseudoelement obstructing the cell collapser #7392 (@​krassowski)
  • "Close and Shut Down Notebook" shuts down without the confirmation dialog #7384 (@​JasonWeill)
  • Adds message about building code before running 'develop' #7382 (@​JasonWeill)

Maintenance and upkeep improvements

... (truncated)

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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

shachafl and others added 5 commits December 13, 2024 12:28
Missing pypi description fix by adding pyproject.toml
Verified solution by uploading to testpypi after build:
`python3 -m twine upload --repository testpypi dist/*`

Will be resolved on master branch after new release is made and uploaded.

Reference:
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
https://packaging.python.org/en/latest/specifications/pyproject-toml/
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
Bumps the pip group with 2 updates in the /requirements directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [notebook](https://github.com/jupyter/notebook).


Updates `jupyterlab` from 4.1.6 to 4.3.4
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `notebook` from 7.1.3 to 7.3.1
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected])

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: notebook
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 19, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 8, 2025

Superseded by #9.

@dependabot dependabot bot closed this Jan 8, 2025
@dependabot dependabot bot deleted the dependabot/pip/requirements/pip-e51b5519bb branch January 8, 2025 18:32
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