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 python-dependencies group with 24 updates #183

Merged
merged 2 commits into from
Sep 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-dependencies group with 24 updates:

Package From To
ipykernel 6.25.1 6.25.2
numpy 1.25.2 1.26.0
ipython 8.14.0 8.16.0
jupyter-collaboration 1.1.0 1.2.0
jupyterlab 4.0.5 4.0.6
pytest 7.4.0 7.4.2
asttokens 2.2.1 2.4.0
cffi 1.15.1 1.16.0
charset-normalizer 3.2.0 3.3.0
debugpy 1.6.7.post1 1.8.0
executing 1.2.0 2.0.0
gitpython 3.1.35 3.1.37
jupyter-core 5.3.1 5.3.2
jupyter-ydoc 1.0.2 1.1.1
jupyterlab-server 2.24.0 2.25.0
mistune 3.0.1 3.0.2
nest-asyncio 1.5.7 1.5.8
smmap 5.0.0 5.0.1
soupsieve 2.4.1 2.5
traitlets 5.9.0 5.10.1
urllib3 2.0.4 2.0.5
wcwidth 0.2.6 0.2.8
websocket-client 1.6.2 1.6.3
ypy-websocket 0.12.2 0.12.3

Updates ipykernel from 6.25.1 to 6.25.2

Release notes

Sourced from ipykernel's releases.

v6.25.2

6.25.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​anntzer | @​blink1073 | @​ccordoba12 | @​minrk

Changelog

Sourced from ipykernel's changelog.

6.25.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​anntzer | @​blink1073 | @​ccordoba12 | @​minrk

Commits

Updates numpy from 1.25.2 to 1.26.0

Release notes

Sourced from numpy's releases.

v1.26.0

NumPy 1.26.0 Release Notes

The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle with the addition of Python 3.12.0 support. Python 3.12 dropped distutils, consequently supporting it required finding a replacement for the setup.py/distutils based build system NumPy was using. We have chosen to use the Meson build system instead, and this is the first NumPy release supporting it. This is also the first release that supports Cython 3.0 in addition to retaining 0.29.X compatibility. Supporting those two upgrades was a large project, over 100 files have been touched in this release. The changelog doesn't capture the full extent of the work, special thanks to Ralf Gommers, Sayed Adel, Stéfan van der Walt, and Matti Picus who did much of the work in the main development branch.

The highlights of this release are:

  • Python 3.12.0 support.
  • Cython 3.0.0 compatibility.
  • Use of the Meson build system
  • Updated SIMD support
  • f2py fixes, meson and bind(x) support
  • Support for the updated Accelerate BLAS/LAPACK library

The Python versions supported in this release are 3.9-3.12.

New Features

Array API v2022.12 support in numpy.array_api

numpy.array_api now full supports the v2022.12 version of the array API standard. Note that this does not yet include the optional fft extension in the standard.

(gh-23789)

Support for the updated Accelerate BLAS/LAPACK library

Support for the updated Accelerate BLAS/LAPACK library, including ILP64 (64-bit integer) support, in macOS 13.3 has been added. This brings arm64 support, and significant performance improvements of up to 10x for commonly used linear algebra operations. When Accelerate is selected at build time, the 13.3+ version will automatically be used if available.

(gh-24053)

meson backend for f2py

f2py in compile mode (i.e. f2py -c) now accepts the

... (truncated)

Commits
  • d35cd07 Merge pull request #24722 from charris/prepare-1.26.0-release
  • 2f7c195 REL: Prepare for the NumPy 1.26.0 release
  • c550abf Merge pull request #24718 from rgommers/doc-update
  • 4893b24 DEV: improve spin docs command
  • 44fe37c DOC: fix two cross-references to SciPy docs in "building from source"
  • f2121dc DOC: Fix doc build warning for random.
  • ca97802 Merge pull request #24707 from charris/backport-24705
  • 92aab8c TYP: Use collections.abc.Buffer in the npt.ArrayLike definition
  • 56e580d TYP: Use collections.abc.Buffer in the Array API
  • 5ef53c6 TYP: Add annotations for the py3.12 buffer protocol
  • Additional commits viewable in compare view

Updates ipython from 8.14.0 to 8.16.0

Commits

Updates jupyter-collaboration from 1.1.0 to 1.2.0

Release notes

Sourced from jupyter-collaboration's releases.

v1.2.0

1.2.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions

v1.2.0alpha0

1.2.0alpha0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions

Changelog

Sourced from jupyter-collaboration's changelog.

1.2.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions

1.2.0alpha0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions

Commits

Updates jupyterlab from 4.0.5 to 4.0.6

Release notes

Sourced from jupyterlab's releases.

v4.0.6

4.0.6

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

API and Breaking Changes

... (truncated)

Commits

Updates pytest from 7.4.0 to 7.4.2

Release notes

Sourced from pytest's releases.

pytest 7.4.2 (2023-09-07)

Bug Fixes

  • #11237: Fix doctest collection of functools.cached_property objects.

  • #11306: Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases.

  • #11367: Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown.

  • #11394: Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation

  • #11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.

pytest 7.4.1 (2023-09-02)

Bug Fixes

  • #10337: Fixed bug where fake intermediate modules generated by --import-mode=importlib would not include the child modules as attributes of the parent modules.

  • #10702: Fixed error assertion handling in pytest.approx when None is an expected or received value when comparing dictionaries.

  • #10811: Fixed issue when using --import-mode=importlib together with --doctest-modules that caused modules to be imported more than once, causing problems with modules that have import side effects.

Commits
  • 45f34df Prepare release version 7.4.2
  • e4f022f Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x
  • 63b0c6f Use _pytest.pathlib.safe_exists in get_dirs_from_args
  • 884b911 Fix crash when passing a very long cmdline argument (#11404)
  • 6e49a74 [7.4.x] Fix doctest collection of functools.cached_property objects. (#11403)
  • 79c2012 [7.4.x] doc: Remove done training (#11400)
  • de69883 [7.4.x] improve plugin list disclaimer (#11398)
  • 1de00e9 [7.4.x] Fix import_path for packages (#11395)
  • 7f5d9b9 Fix user_properties not saved to XML if fixture errors during teardown (#11382)
  • 82eb86f Merge pull request #11377 from pytest-dev/release-7.4.1
  • Additional commits viewable in compare view

Updates asttokens from 2.2.1 to 2.4.0

Commits
  • 0af0b06 Merge pull request #116 from gristlabs/walk-include-joinedstr
  • 80b2891 Add include_joined_str parameter to util.walk
  • ebbfff7 setup.cfg shouldn't have version
  • 43cf11b Merge pull request #114 from gristlabs/asttext-astroid
  • 32291e2 comments
  • e3a28f5 Make github actions use Python2 for tests that ask for it (#115)
  • 19652d2 ignore failures caused by type comments
  • 4c9b90f ignore astroid.Decorators
  • 4118b66 mypy
  • 026c0c6 Handle decorators on classes
  • Additional commits viewable in compare view

Updates cffi from 1.15.1 to 1.16.0

Release notes

Sourced from cffi's releases.

v1.16.0

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.
  • Move project source under src/; a more standard layout that also enables CI to more easily catch packaging errors.

v1.16.0rc2

  • Fix packaging issue in v1.16.0rc1.
  • Rearrange project sources (src/ layout) so packaging tests can properly detect similar issues in the future.

Full Changelog: python-cffi/cffi@v1.16.0rc1...v1.16.0rc2

v1.16.0rc1

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Move project home to python-cffi/cffi on GitHub.
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.
  • Add missing calls to PyObject_GC_UnTrack to avoid ResourceWarning 15c4b71d5e3f2295c0e4773e99b23ac751e02534
Commits

Updates charset-normalizer from 3.2.0 to 3.3.0

Release notes

Sourced from charset-normalizer's releases.

Release 3.3.0

3.3.0 (2023-09-30)

Added

  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encodings that are supported by Python but unlisted in encoding.aliases as they have no alias (#323)

Removed

  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant

Changed

  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8

Fixed

  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#350)
Changelog

Sourced from charset-normalizer's changelog.

3.3.0 (2023-09-30)

Added

  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#323)

Removed

  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant

Changed

  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7

Fixed

  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#350)
Commits
  • 165211a 🔖 Release 3.3.0 (#353)
  • 5aed9a4 🐛 Fix unreachable code in the sorting algorithm of CharsetMatch (#352)
  • 061a71b ⬆️ Bump actions/checkout from 4.0.0 to 4.1.0 (#348)
  • 88df580 ⬆️ Bump github/codeql-action from 2.21.7 to 2.21.9 (#351)
  • aa0234b ⬆️ Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#349)
  • 58f69f7 ⬆️ Bump github/codeql-action from 2.21.5 to 2.21.7 (#345)
  • e7c2d8e ⬆️ Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#346)
  • 5abf47f ⬆️ Bump pytest from 7.4.1 to 7.4.2 (#342)
  • 50a138e ⬆️ Bump actions/checkout from 3.6.0 to 4.0.0 (#343)
  • 5da7047 ⬆️ Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#344)
  • Additional commits viewable in compare view

Updates debugpy from 1.6.7.post1 to 1.8.0

Release notes

Sourced from debugpy's releases.

debugpy 1.8.0

Fixes #1379.

Drops Python 3.7 support. Please use debugpy v1.7.0 if you need to debug Python 3.7.

debugpy v1.7.0

Add wheels for Python 3.11 and for macOS on ARM.

Fixes: #1230

Commits
  • 4a03787 Don't build or test on Python 3.7
  • cbd0c2a Fix #1379: Error while enumerating installed packages.
  • 5723ed6 Force setuptools version in tests via tox.ini as well.
  • 9e8d103 Use setuptools<66 for Python 3.7
  • 3937f0d Use pip install -U to install setuptools.
  • 6ce72e2 Fix pipeline condition syntax.
  • 912bc4f Add timeout for linting job.
  • 9df4bbd Exclude more exceptional cases from coverage.
  • 9df16ce Re-enable coverage for debugpy.common.log and use comments to exclude specifi...
  • 8e91dfb Exclude more error paths from codecov.
  • Additional commits viewable in compare view

Updates executing from 1.2.0 to 2.0.0

Commits

Updates gitpython from 3.1.35 to 3.1.37

Release notes

Sourced from gitpython's releases.

3.1.37 - a proper fix CVE-2023-41040

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.36...3.1.37

Commits
  • b27a89f fix makefile to compare commit hashes only
  • 0bd2890 prepare next release
  • 832b6ee remove unnecessary list comprehension to fix CI
  • e98f57b Merge pull request #1672 from trail-of-forks/robust-refname-checks
  • 1774f1e Merge pull request #1677 from EliahKagan/no-noeffect
  • a4701a0 Remove @NoEffect annotations
  • d40320b Merge pull request #1675 from EliahKagan/rollback
  • d1c1f31 Merge pull request #1673 from EliahKagan/flake8
  • e480985 Tweak rollback logic in log.to_file
  • ff84b26 Refactor try-finally cleanup in git/
  • Additional commits viewable in compare view

Updates jupyter-core from 5.3.1 to 5.3.2

Release notes

Sourced from jupyter-core's releases.

v5.3.2

5.3.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot | @​pre-commit-ci

Changelog

Sourced from jupyter-core's changelog.

5.3.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot | @​pre-commit-ci

Commits

Updates jupyter-ydoc from 1.0.2 to 1.1.1

Release notes

Sourced from jupyter-ydoc's releases.

v1.1.1

1.1.1

(Full Changelog)

Bugs fixed

  • Fix joining of source when source is an array of strings #186 (@​jtpio)

Maintenance and upkeep improvements

  • Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 #184 (@​dependabot)Description has been truncated

Bumps the python-dependencies group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.25.1` | `6.25.2` |
| [numpy](https://github.com/numpy/numpy) | `1.25.2` | `1.26.0` |
| [ipython](https://github.com/ipython/ipython) | `8.14.0` | `8.16.0` |
| [jupyter-collaboration](https://github.com/jupyterlab/jupyter_collaboration) | `1.1.0` | `1.2.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.0.5` | `4.0.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.2` |
| [asttokens](https://github.com/gristlabs/asttokens) | `2.2.1` | `2.4.0` |
| [cffi](https://github.com/python-cffi/cffi) | `1.15.1` | `1.16.0` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.2.0` | `3.3.0` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.6.7.post1` | `1.8.0` |
| [executing](https://github.com/alexmojaki/executing) | `1.2.0` | `2.0.0` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.35` | `3.1.37` |
| [jupyter-core](https://github.com/jupyter/jupyter_core) | `5.3.1` | `5.3.2` |
| [jupyter-ydoc](https://github.com/jupyter-server/jupyter_ydoc) | `1.0.2` | `1.1.1` |
| [jupyterlab-server](https://github.com/jupyterlab/jupyterlab_server) | `2.24.0` | `2.25.0` |
| [mistune](https://github.com/lepture/mistune) | `3.0.1` | `3.0.2` |
| [nest-asyncio](https://github.com/erdewit/nest_asyncio) | `1.5.7` | `1.5.8` |
| [smmap](https://github.com/gitpython-developers/smmap) | `5.0.0` | `5.0.1` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.4.1` | `2.5` |
| [traitlets](https://github.com/ipython/traitlets) | `5.9.0` | `5.10.1` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.4` | `2.0.5` |
| [wcwidth](https://github.com/jquast/wcwidth) | `0.2.6` | `0.2.8` |
| [websocket-client](https://github.com/websocket-client/websocket-client) | `1.6.2` | `1.6.3` |
| [ypy-websocket](https://github.com/y-crdt/ypy-websocket) | `0.12.2` | `0.12.3` |


Updates `ipykernel` from 6.25.1 to 6.25.2
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.25.1...v6.25.2)

Updates `numpy` from 1.25.2 to 1.26.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.25.2...v1.26.0)

Updates `ipython` from 8.14.0 to 8.16.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.14.0...8.16.0)

Updates `jupyter-collaboration` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/jupyterlab/jupyter_collaboration/releases)
- [Changelog](https://github.com/jupyterlab/jupyter-collaboration/blob/v1.2.0/CHANGELOG.md)
- [Commits](jupyterlab/jupyter-collaboration@v1.1.0...v1.2.0)

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

Updates `pytest` from 7.4.0 to 7.4.2
- [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.2)

Updates `asttokens` from 2.2.1 to 2.4.0
- [Commits](gristlabs/asttokens@2.2.1...v2.4.0)

Updates `cffi` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.15.1...v1.16.0)

Updates `charset-normalizer` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.2.0...3.3.0)

Updates `debugpy` from 1.6.7.post1 to 1.8.0
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.6.7.post1...v1.8.0)

Updates `executing` from 1.2.0 to 2.0.0
- [Release notes](https://github.com/alexmojaki/executing/releases)
- [Commits](alexmojaki/executing@v1.2.0...v2.0.0)

Updates `gitpython` from 3.1.35 to 3.1.37
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.35...3.1.37)

Updates `jupyter-core` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/jupyter/jupyter_core/releases)
- [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_core@v5.3.1...v5.3.2)

Updates `jupyter-ydoc` from 1.0.2 to 1.1.1
- [Release notes](https://github.com/jupyter-server/jupyter_ydoc/releases)
- [Changelog](https://github.com/jupyter-server/jupyter_ydoc/blob/main/CHANGELOG.md)
- [Commits](jupyter-server/jupyter_ydoc@v1.0.2...v1.1.1)

Updates `jupyterlab-server` from 2.24.0 to 2.25.0
- [Release notes](https://github.com/jupyterlab/jupyterlab_server/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab_server/blob/main/CHANGELOG.md)
- [Commits](jupyterlab/jupyterlab_server@v2.24.0...v2.25.0)

Updates `mistune` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/v3.0.2/docs/changes.rst)
- [Commits](lepture/mistune@v3.0.1...v3.0.2)

Updates `nest-asyncio` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/erdewit/nest_asyncio/releases)
- [Commits](erdewit/nest_asyncio@v1.5.7...v1.5.8)

Updates `smmap` from 5.0.0 to 5.0.1
- [Commits](gitpython-developers/smmap@v5.0.0...v5.0.1)

Updates `soupsieve` from 2.4.1 to 2.5
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.4.1...2.5)

Updates `traitlets` from 5.9.0 to 5.10.1
- [Release notes](https://github.com/ipython/traitlets/releases)
- [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md)
- [Commits](ipython/traitlets@v5.9.0...v5.10.1)

Updates `urllib3` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.4...v2.0.5)

Updates `wcwidth` from 0.2.6 to 0.2.8
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.6...0.2.8)

Updates `websocket-client` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](websocket-client/websocket-client@v1.6.2...v1.6.3)

Updates `ypy-websocket` from 0.12.2 to 0.12.3
- [Release notes](https://github.com/y-crdt/ypy-websocket/releases)
- [Changelog](https://github.com/y-crdt/ypy-websocket/blob/main/CHANGELOG.md)
- [Commits](y-crdt/ypy-websocket@v0.12.2...v0.12.3)

---
updated-dependencies:
- dependency-name: ipykernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jupyter-collaboration
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: asttokens
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: cffi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: charset-normalizer
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: debugpy
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: executing
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: gitpython
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: jupyter-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: jupyter-ydoc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jupyterlab-server
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mistune
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: nest-asyncio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: smmap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: soupsieve
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: traitlets
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: urllib3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: wcwidth
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: websocket-client
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ypy-websocket
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

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 Sep 30, 2023
Dependabot only bumped them in poetry.lock, for some reason.

This commit also regenerates poetry.lock, but as expected, only
the hash is different, since the dependencies were already bumped.
@EliahKagan
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit 75ec53b into main Sep 30, 2023
92 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-44f3c4181b branch September 30, 2023 13:24
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