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 all-dependencies group with 16 updates #382

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

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

Bumps the all-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [multimethod](https://github.com/coady/multimethod) | `1.9.1` | `1.10` |
| [mypy](https://github.com/python/mypy) | `1.4.1` | `1.7.1` |
| [black](https://github.com/psf/black) | `23.7.0` | `23.11.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.0.3` | `4.0.9` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.3.3` | `3.5.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.3` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.1` | `1.5.3` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.22.0` | `0.24.0` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.1` | `10.5` |
| [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.17.2` |
| [responses](https://github.com/getsentry/responses) | `0.23.3` | `0.24.1` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.2` | `2.31.0.6` |
| [types-setuptools](https://github.com/python/typeshed) | `68.0.0.3` | `69.0.0.0` |
| [widgetsnbextension](http://jupyter.org) | `4.0.8` | `4.0.9` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.7.2` | `3.7.4` |
| [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.10.0` | `0.12.0` |


Updates `multimethod` from 1.9.1 to 1.10
- [Changelog](https://github.com/coady/multimethod/blob/main/CHANGELOG.md)
- [Commits](coady/multimethod@v1.9.1...v1.10)

Updates `mypy` from 1.4.1 to 1.7.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.4.1...v1.7.1)

Updates `black` from 23.7.0 to 23.11.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.7.0...23.11.0)

Updates `jupyterlab` from 4.0.3 to 4.0.9
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.3...@jupyterlab/lsp@4.0.9)

Updates `pre-commit` from 3.3.3 to 3.5.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.3...v3.5.0)

Updates `pytest` from 7.4.0 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...7.4.3)

Updates `mkdocs` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.5.1...1.5.3)

Updates `mkdocstrings` from 0.22.0 to 0.24.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.22.0...0.24.0)

Updates `pymdown-extensions` from 10.1 to 10.5
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.1.0...10.5)

Updates `pygments` from 2.15.1 to 2.17.2
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.15.1...2.17.2)

Updates `responses` from 0.23.3 to 0.24.1
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.23.3...0.24.1)

Updates `types-requests` from 2.31.0.2 to 2.31.0.6
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-setuptools` from 68.0.0.3 to 69.0.0.0
- [Commits](https://github.com/python/typeshed/commits)

Updates `widgetsnbextension` from 4.0.8 to 4.0.9

Updates `matplotlib` from 3.7.2 to 3.7.4
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.7.4)

Updates `bump-my-version` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/callowayproject/bump-my-version/releases)
- [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/callowayproject/bump-my-version/commits)

---
updated-dependencies:
- dependency-name: multimethod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pymdown-extensions
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pygments
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: responses
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: widgetsnbextension
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: matplotlib
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bump-my-version
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 30, 2023
Copy link

Binder 👈 Launch a binder notebook on this branch for commit 18be7fd

I will automatically update this comment whenever this PR is modified

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2023

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Nov 30, 2023
@dependabot dependabot bot deleted the dependabot/pip/all-dependencies-8a11ce14b9 branch November 30, 2023 18:17
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.

0 participants