veit / jupyter-tutorial

Training materials for setting up and using a research infrastructure based on Jupyter notebooks: https://cusy.io/en/seminars
https://jupyter-tutorial.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 12 forks source link

Scheduled weekly dependency update for week 48 #221

Closed pyup-bot closed 11 months ago

pyup-bot commented 11 months ago

Update certifi from 2023.7.22 to 2023.11.17.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/certifi - Repo: https://github.com/certifi/python-certifi

Update fastjsonschema from 2.18.1 to 2.19.0.

Changelog ### 2.19.0 ``` * Added `use_formats` parameter to allow disable automatic assertions ```
Links - PyPI: https://pypi.org/project/fastjsonschema - Changelog: https://data.safetycli.com/changelogs/fastjsonschema/ - Repo: https://github.com/horejsek/python-fastjsonschema

Update idna from 3.4 to 3.6.

Changelog ### 3.6 ``` ++++++++++++++++ - Fix regression to include tests in source distribution. ``` ### 3.5 ``` ++++++++++++++++ - Update to Unicode 15.1.0 - String codec name is now "idna2008" as overriding the system codec "idna" was not working. - Fix typing error for codec encoding - "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly. - Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives. - Added security reporting protocol for project Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release. ```
Links - PyPI: https://pypi.org/project/idna - Changelog: https://data.safetycli.com/changelogs/idna/

Update ipython from 8.17.2 to 8.18.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/ipython - Changelog: https://data.safetycli.com/changelogs/ipython/ - Homepage: https://ipython.org

Update jsonschema from 4.19.2 to 4.20.0.

Changelog ### 4.20.0 ``` ======= * Properly consider items (and properties) to be evaluated by ``unevaluatedItems`` (resp. ``unevaluatedProperties``) when behind a ``$dynamicRef`` as specified by the 2020 and 2019 specifications. * ``jsonschema.exceptions.ErrorTree.__setitem__`` is now deprecated. More broadly, in general users of ``jsonschema`` should never be mutating objects owned by the library. ```
Links - PyPI: https://pypi.org/project/jsonschema - Changelog: https://data.safetycli.com/changelogs/jsonschema/

Update jsonschema-specifications from 2023.7.1 to 2023.11.1.

Changelog ### 2023.11.1 ``` <!-- Release notes generated using configuration in .github/release.yml at v2023.11.1 --> **Full Changelog**: https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.07.1...v2023.11.1 ```
Links - PyPI: https://pypi.org/project/jsonschema-specifications - Changelog: https://data.safetycli.com/changelogs/jsonschema-specifications/

Update jupyterlab-pygments from 0.2.2 to 0.3.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/jupyterlab-pygments

Update pexpect from 4.8.0 to 4.9.0.

Changelog ### 4.9 ``` * Add support for Python 3.12 769. * Clean up temporary files after UnicodeTests 753. * Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix 763. * Set prompt correctly for zsh 712. * Add zsh convenience function to replwrap module 751. * Rework async unittests to rely on unittest.IsolatedAsyncioTestCase 764. * Make test_expect.py work on POSIX systems that are not Linux based 698. * Add support for ``socket``, which allows sockets to be used crossplatform 745. * Update async to work on newer versions of python 732. * Remove deprecated RSAAuthentication option (SSHv1) 744. * Multiple CI fixes 743 737 742 739 722. * Use Github Actions for CI 734. * Remove pytest-capturelog from testing requirements 730. * Fix usage for Solaris 663 604 560. * Fix threading for new versions of python 684. * Fix documentation builds for use with Sphinx 3 638. * Use ``sys.executable`` for tests and wrapper, allowing the calling python executable to be used instead 623. * Update documentation about Wexpect 623. * Added project urls to ``setup.py`` 620. * Provide examples for how to use Pexpect and Pyte 587. * Coerce compiled regex patterns type according to spawn encoding 560. * Several doc updates 626 635 643 644 728. ```
Links - PyPI: https://pypi.org/project/pexpect - Changelog: https://data.safetycli.com/changelogs/pexpect/ - Docs: https://pexpect.readthedocs.io/

Update platformdirs from 3.11.0 to 4.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/platformdirs - Changelog: https://data.safetycli.com/changelogs/platformdirs/

Update prompt-toolkit from 3.0.39 to 3.0.41.

Changelog ### 3.0.41 ``` ------------------ Fixes: - Fix regression regarding IPython input hook (%gui) integration. ``` ### 3.0.40 ``` ------------------ Fixes: - Improved Python 3.12 support (fixes event loop `DeprecationWarning`). New features: - Vi key bindings: `control-t` and `control-d` for indent/unindent in insert mode. - Insert partial suggestion when `control+right` is pressed, similar to Fish. - Use sphinx-nefertiti theme for the docs. ```
Links - PyPI: https://pypi.org/project/prompt-toolkit - Changelog: https://data.safetycli.com/changelogs/prompt-toolkit/ - Repo: https://github.com/prompt-toolkit/python-prompt-toolkit

Update Pygments from 2.16.1 to 2.17.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/pygments

Update referencing from 0.30.2 to 0.31.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/referencing

Update rpds-py from 0.12.0 to 0.13.1.

Changelog ### 0.13.1 ``` <!-- Release notes generated using configuration in .github/release.yml at v0.13.1 --> What's Changed * Fix `drop_first` method name for typing by byron-lambda in https://github.com/crate-py/rpds/pull/37 New Contributors * byron-lambda made their first contribution in https://github.com/crate-py/rpds/pull/37 **Full Changelog**: https://github.com/crate-py/rpds/compare/v0.13.0...v0.13.1 ``` ### 0.13.0 ``` <!-- Release notes generated using configuration in .github/release.yml at v0.13.0 --> What's Changed * Configure Black in pyproject.toml by andersk in https://github.com/crate-py/rpds/pull/35 * Add pickle support by andersk in https://github.com/crate-py/rpds/pull/34 New Contributors * andersk made their first contribution in https://github.com/crate-py/rpds/pull/35 **Full Changelog**: https://github.com/crate-py/rpds/compare/v0.12.0...v0.13.0 ```
Links - PyPI: https://pypi.org/project/rpds-py - Changelog: https://data.safetycli.com/changelogs/rpds-py/

Update sphinx-lint from 0.8.1 to 0.9.0.

Changelog ### 0.9.0 ``` What's Changed * Print error messages to stderr by rffontenelle in https://github.com/sphinx-contrib/sphinx-lint/pull/102 New Contributors * rffontenelle made their first contribution in https://github.com/sphinx-contrib/sphinx-lint/pull/102 **Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.8.2...v0.9.0 ``` ### 0.8.2 ``` What's Changed * Move CLI code out of `__main__.py` to allow multiprocessing to work for `python -m sphinxlint` by hugovk in https://github.com/sphinx-contrib/sphinx-lint/pull/99 * Docs: Add missing space in --help output by rpatterson in https://github.com/sphinx-contrib/sphinx-lint/pull/96 New Contributors * rpatterson made their first contribution in https://github.com/sphinx-contrib/sphinx-lint/pull/96 **Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.8.1...v0.8.2 ```
Links - PyPI: https://pypi.org/project/sphinx-lint - Changelog: https://data.safetycli.com/changelogs/sphinx-lint/

Update traitlets from 5.13.0 to 5.14.0.

Changelog ### 5.14.0 ``` ([Full Changelog](https://github.com/ipython/traitlets/compare/v5.13.0...4d7504601b9db9eb6f31dfc102b9c469c8517496)) Enhancements made - Add option to load traitlets values from environement. [856](https://github.com/ipython/traitlets/pull/856) ([Carreau](https://github.com/Carreau)) Maintenance and upkeep improvements - Update types for mypy 1.7 [892](https://github.com/ipython/traitlets/pull/892) ([blink1073](https://github.com/blink1073)) - chore: update pre-commit hooks [890](https://github.com/ipython/traitlets/pull/890) ([pre-commit-ci](https://github.com/pre-commit-ci)) - Clean up lint handling [888](https://github.com/ipython/traitlets/pull/888) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2023-10-30&to=2023-11-27&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-30..2023-11-27&type=Issues) | [Carreau](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3ACarreau+updated%3A2023-10-30..2023-11-27&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2023-10-30..2023-11-27&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```
Links - PyPI: https://pypi.org/project/traitlets - Changelog: https://data.safetycli.com/changelogs/traitlets/

Update urllib3 from 2.0.7 to 2.1.0.

Changelog ### 2.1.0 ``` ================== Read the `v2 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html>`__ for help upgrading to the latest version of urllib3. Removals -------- - Removed support for the deprecated urllib3[secure] extra. (`2680 <https://github.com/urllib3/urllib3/issues/2680>`__) - Removed support for the deprecated SecureTransport TLS implementation. (`2681 <https://github.com/urllib3/urllib3/issues/2681>`__) - Removed support for the end-of-life Python 3.7. (`3143 <https://github.com/urllib3/urllib3/issues/3143>`__) Bugfixes -------- - Allowed loading CA certificates from memory for proxies. (`3065 <https://github.com/urllib3/urllib3/issues/3065>`__) - Fixed decoding Gzip-encoded responses which specified ``x-gzip`` content-encoding. (`3174 <https://github.com/urllib3/urllib3/issues/3174>`__) ```
Links - PyPI: https://pypi.org/project/urllib3 - Changelog: https://data.safetycli.com/changelogs/urllib3/

Update wcwidth from 0.2.9 to 0.2.12.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/wcwidth - Changelog: https://data.safetycli.com/changelogs/wcwidth/ - Repo: https://github.com/jquast/wcwidth