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 with 37 updates #79

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the pip group with 37 updates:

Package From To
appnope 0.1.3 0.1.4
asttokens 2.2.1 2.4.1
black 23.3.0 24.2.0
click 8.1.3 8.1.7
comm 0.1.3 0.2.1
debugpy 1.6.7 1.8.1
executing 1.2.0 2.0.1
ipykernel 6.23.1 6.29.3
ipython 8.14.0 8.22.2
jedi 0.18.2 0.19.1
jupyter-client 8.2.0 8.6.0
jupyter-core 5.3.0 5.7.1
markdown-it-py 2.2.0 3.0.0
mdformat 0.7.16 0.7.17
mdformat-gfm 0.3.5 0.3.6
mdit-py-plugins 0.3.5 0.4.0
nest-asyncio 1.5.6 1.6.0
numpy 1.24.3 1.26.4
packaging 23.1 23.2
pandas 2.0.2 2.2.1
pathspec 0.11.1 0.12.1
pexpect 4.8.0 4.9.0
platformdirs 3.6.0 4.2.0
prompt-toolkit 3.0.38 3.0.43
psutil 5.9.5 5.9.8
pyarrow 12.0.0 15.0.0
pygments 2.15.1 2.17.2
python-dateutil 2.8.2 2.9.0.post0
python-slugify 8.0.1 8.0.4
pytz 2023.3 2024.1
pyzmq 25.1.0 25.1.2
stack-data 0.6.2 0.6.3
tokenize-rt 5.1.0 5.2.0
tornado 6.3.2 6.4
traitlets 5.9.0 5.14.1
uc-micro-py 1.0.2 1.0.3
wcwidth 0.2.6 0.2.13

Updates appnope from 0.1.3 to 0.1.4

Commits
  • 15d8c44 ignore node_modules
  • 24bb44d don't forget to push on tags
  • 6197a03 0.1.4
  • ab16c5f Merge pull request #18 from minrk/regex
  • b9605eb Merge pull request #21 from minrk/lint
  • 9e710e5 Merge pull request #20 from minrk/dependabot/github_actions/actions/setup-pyt...
  • c126265 fix regex escape
  • af4375f [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 791721e don't double-test release
  • 923b345 require Python 3.6
  • Additional commits viewable in compare view

Updates asttokens from 2.2.1 to 2.4.1

Commits
  • ffb885b Merge pull request #126 from PeterJCLaw/astroid-v3
  • 5626ce3 Fix copy/pasta error
  • df58feb Merge pull request #119 from gristlabs/dependabot/pip/docs/urllib3-2.0.7
  • 55e6cf1 Merge pull request #123 from PeterJCLaw/python-3.12-released
  • 3250b11 Merge pull request #127 from PeterJCLaw/various-whitespace
  • 6179e93 Test on the released version of Python 3.12
  • c4b9862 Bump urllib3 from 2.0.4 to 2.0.7 in /docs
  • 40eb115 Add an EditorConfig for this repo's style
  • 3fec7aa Remove various trailing whitespace
  • f0f61c7 Test all supported astroid versions in CI
  • Additional commits viewable in compare view

Updates black from 23.3.0 to 24.2.0

Release notes

Sourced from black's releases.

24.2.0

Stable style

  • Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218)

Preview style

  • Move the hug_parens_with_braces_and_square_brackets feature to the unstable style due to an outstanding crash and proposed formatting tweaks (#4198)
  • Fixed a bug where base expressions caused inconsistent formatting of ** in tenary expression (#4154)
  • Checking for newline before adding one on docstring that is almost at the line limit (#4185)
  • Remove redundant parentheses in case statement if guards (#4214).

Configuration

  • Fix issue where Black would ignore input files in the presence of symlinks (#4222)
  • Black now ignores pyproject.toml that is missing a tool.black section when discovering project root and configuration. Since Black continues to use version control as an indicator of project root, this is expected to primarily change behavior for users in a monorepo setup (desirably). If you wish to preserve previous behavior, simply add an empty [tool.black] to the previously discovered pyproject.toml (#4204)

Output

  • Black will swallow any SyntaxWarnings or DeprecationWarnings produced by the ast module when performing equivalence checks (#4189)

Integrations

  • Add a JSONSchema and provide a validate-pyproject entry-point (#4181)

24.1.1

Bugfix release to fix a bug that made Black unusable on certain file systems with strict limits on path length.

Preview style

  • Consistently add trailing comma on typed parameters (#4164)

Configuration

  • Shorten the length of the name of the cache file to fix crashes on file systems that do not support long paths (#4176)

... (truncated)

Changelog

Sourced from black's changelog.

24.2.0

Stable style

  • Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218)

Preview style

  • Move the hug_parens_with_braces_and_square_brackets feature to the unstable style due to an outstanding crash and proposed formatting tweaks (#4198)
  • Fixed a bug where base expressions caused inconsistent formatting of ** in tenary expression (#4154)
  • Checking for newline before adding one on docstring that is almost at the line limit (#4185)
  • Remove redundant parentheses in case statement if guards (#4214).

Configuration

  • Fix issue where Black would ignore input files in the presence of symlinks (#4222)
  • Black now ignores pyproject.toml that is missing a tool.black section when discovering project root and configuration. Since Black continues to use version control as an indicator of project root, this is expected to primarily change behavior for users in a monorepo setup (desirably). If you wish to preserve previous behavior, simply add an empty [tool.black] to the previously discovered pyproject.toml (#4204)

Output

  • Black will swallow any SyntaxWarnings or DeprecationWarnings produced by the ast module when performing equivalence checks (#4189)

Integrations

  • Add a JSONSchema and provide a validate-pyproject entry-point (#4181)

24.1.1

Bugfix release to fix a bug that made Black unusable on certain file systems with strict limits on path length.

Preview style

  • Consistently add trailing comma on typed parameters (#4164)

Configuration

  • Shorten the length of the name of the cache file to fix crashes on file systems that do not support long paths (#4176)

... (truncated)

Commits
  • 6fdf8a4 Prepare release 24.2.0 (#4226)
  • 8af4394 fix: Don't remove comments along with parens (#4218)
  • 35e9776 Bump pre-commit/action from 3.0.0 to 3.0.1 (#4225)
  • 23dfc5b Fix ignoring input files for symlink reasons (#4222)
  • a201003 Simplify check for symlinks that resolve outside root (#4221)
  • dab37a6 Remove redundant parentheses in case statement if guards (#4214)
  • 32230e6 fix: bug where the doublestar operation had inconsistent formatting. (#4154)
  • 7edb50f fix: additional newline added to docstring when the previous line length is l...
  • 3e80de3 Bump furo from 2023.9.10 to 2024.1.29 in /docs (#4211)
  • a08b480 Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#4212)
  • Additional commits viewable in compare view

Updates click from 8.1.3 to 8.1.7

Release notes

Sourced from click's releases.

8.1.7

This is a fix release for the 8.1.x feature branch.

8.1.6

This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.

8.1.5

This is a fix release for the 8.1.x feature branch. This fixes an issue with decorator type annotations that caused type checkers to fail for valid code. There are no runtime behavior changes.

8.1.4

This is a fix release for the 8.1.x feature branch.

Changelog

Sourced from click's changelog.

Version 8.1.7

Released 2023-08-17

  • Fix issue with regex flags in shell completion. :issue:2581
  • Bash version detection issues a warning instead of an error. :issue:2574
  • Fix issue with completion script for Fish shell. :issue:2567

Version 8.1.6

Released 2023-07-18

  • Fix an issue with type hints for @click.group(). :issue:2558

Version 8.1.5

Released 2023-07-13

  • Fix an issue with type hints for @click.command(), @click.option(), and other decorators. Introduce typing tests. :issue:2558

Version 8.1.4

Released 2023-07-06

  • Replace all typing.Dict occurrences to typing.MutableMapping for parameter hints. :issue:2255
  • Improve type hinting for decorators and give all generic types parameters. :issue:2398
  • Fix return value and type signature of shell_completion.add_completion_class function. :pr:2421
  • Bash version detection doesn't fail on Windows. :issue:2461
  • Completion works if there is a dot (.) in the program name. :issue:2166
  • Improve type annotations for pyright type checker. :issue:2268
  • Improve responsiveness of click.clear(). :issue:2284
  • Improve command name detection when using Shiv or PEX. :issue:2332
  • Avoid showing empty lines if command help text is empty. :issue:2368
  • ZSH completion script works when loaded from fpath. :issue:2344.
  • EOFError and KeyboardInterrupt tracebacks are not suppressed when standalone_mode is disabled. :issue:2380
  • @group.command does not fail if the group was created with a custom command_class. :issue:2416
  • multiple=True is allowed for flag options again and does not require

... (truncated)

Commits
  • 874ca2b release version 8.1.7
  • 6e1f6d3 completion(fish): add back ; as line endings in fish script (#2570)
  • a955c77 update fish enabling script
  • 3c1529e add back semicolons in fish script
  • a260ca6 Replace bash shell completion version error with warning (#2576)
  • d9db70c bash version support shows warning instead of error
  • 22b9b1c Fix incorrect passing of flags to re.sub (#2581)
  • d69d210 fix flake8 finding
  • af2da1e Fix incorrect passing of flags to re.sub
  • bb6a872 start version 8.1.7
  • Additional commits viewable in compare view

Updates comm from 0.1.3 to 0.2.1

Release notes

Sourced from comm's releases.

v0.2.1

0.2.1

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

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

v0.2.0

0.2.0

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot

v0.1.4

0.1.4

... (truncated)

Changelog

Sourced from comm's changelog.

0.2.1

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

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

0.2.0

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot

0.1.4

(Full Changelog)

Improvements

... (truncated)

Commits

Updates debugpy from 1.6.7 to 1.8.1

Release notes

Sourced from debugpy's releases.

debugpy v1.8.1

Python 3.12 is now fully supported.

Fixes: #1408, #1477

Enhancements: #1337

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

debugpy v1.6.7.post1

Testing new release pipeline.

Commits
  • 42853a9 Add Python 3.12 as officially supported.
  • b9b09e6 Fix #1408: Can no longer expand Numpy arrays to view elements
  • e9a39f7 Fix #1477: namedtuple are not rendered in the variable browser as expected
  • 2888f72 Update CODEOWNERS
  • e62da42 Update pydevd attach-to-process binaries.
  • 46a02e1 Fix ruff command line arguments.
  • 79882c1 Fix linker flags for attach-to-process binaries to comply with APIScan requir...
  • ef9a67f Fix #1337: Get port info from debugpy
  • 7d09fb2 Merge pull request #1390 from microsoft/add_ruff_config
  • 131afb5 allow ruff to fail the build if errors are detected
  • Additional commits viewable in compare view

Updates executing from 1.2.0 to 2.0.1

Commits

Updates ipykernel from 6.23.1 to 6.29.3

Release notes

Sourced from ipykernel's releases.

v6.29.3

6.29.3

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ccordoba12 | @​jdranczewski | @​joouha | @​krassowski

v6.29.2

6.29.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​ianthomas23 | @​stdll00

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.29.3

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ccordoba12 | @​jdranczewski | @​joouha | @​krassowski

6.29.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​ianthomas23 | @​stdll00

6.29.1

(Full Changelog)

... (truncated)

Commits

Updates ipython from 8.14.0 to 8.22.2

Commits

Updates jedi from 0.18.2 to 0.19.1

Changelog

Sourced from jedi's changelog.

0.19.1 (2023-10-02) +++++++++++++++++++

  • Python 3.12 support (Thanks Peter!)

0.19.0 (2023-07-29) +++++++++++++++++++

  • Python 3.11 support
  • Massive improvements in performance for Interpreter (e.g. IPython) users. This especially affects pandas users with large datasets.
  • Add jedi.settings.allow_unsafe_interpreter_executions to make it easier for IPython users to avoid unsafe executions.
Commits
  • 4e175ca Prepare for release 0.19.1
  • 30e9b7b Merge pull request #1961 from PeterJCLaw/docs-link
  • 83545bc Include a link to the docs in the package metadata
  • 57e7b83 Add missing import
  • 0770372 Merge pull request #1956 from PeterJCLaw/python-3.12
  • 7e533ca Drop redundant conditional skips for unsupported Python versions
  • a60fdba Adjust for change to documention change of next in Python 3.12
  • 9d399a9 Merge pull request #1959 from davidhalter/unpin-test-django
  • 770cdad Claim support for Python 3.12
  • 29890c1 Ignore linux-only os.CLONE_* constants in Python 3.12 in import test
  • Additional commits viewable in compare view

Updates jupyter-client from 8.2.0 to 8.6.0

Release notes

Sourced from jupyter-client's releases.

v8.6.0

8.6.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau | @​davidbrochart

v8.5.0

8.5.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau

v8.4.0

8.4.0

... (truncated)

Changelog

Sourced from jupyter-client's changelog.

8.6.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau | @​davidbrochart

8.5.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau

8.4.0

(Full Changelog)

Maintenance and upkeep improvements

... (truncated)

Commits

Updates jupyter-core from 5.3.0 to 5.7.1

Release notes

Sourced from jupyter-core's releases.

v5.7.1

5.7.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​blink1073

v5.7.0

5.7.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​pre-commit-ci

v5.6.1

5.6.1

(Full Changelog)

Bugs fixed

  • Fix export of package version #386 (

Bumps the pip group with 37 updates:

| Package | From | To |
| --- | --- | --- |
| [appnope](https://github.com/minrk/appnope) | `0.1.3` | `0.1.4` |
| [asttokens](https://github.com/gristlabs/asttokens) | `2.2.1` | `2.4.1` |
| [black](https://github.com/psf/black) | `23.3.0` | `24.2.0` |
| [click](https://github.com/pallets/click) | `8.1.3` | `8.1.7` |
| [comm](https://github.com/ipython/comm) | `0.1.3` | `0.2.1` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.6.7` | `1.8.1` |
| [executing](https://github.com/alexmojaki/executing) | `1.2.0` | `2.0.1` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.23.1` | `6.29.3` |
| [ipython](https://github.com/ipython/ipython) | `8.14.0` | `8.22.2` |
| [jedi](https://github.com/davidhalter/jedi) | `0.18.2` | `0.19.1` |
| [jupyter-client](https://github.com/jupyter/jupyter_client) | `8.2.0` | `8.6.0` |
| [jupyter-core](https://github.com/jupyter/jupyter_core) | `5.3.0` | `5.7.1` |
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `2.2.0` | `3.0.0` |
| [mdformat](https://github.com/executablebooks/mdformat) | `0.7.16` | `0.7.17` |
| [mdformat-gfm](https://github.com/hukkinj1/mdformat-gfm) | `0.3.5` | `0.3.6` |
| [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.3.5` | `0.4.0` |
| [nest-asyncio](https://github.com/erdewit/nest_asyncio) | `1.5.6` | `1.6.0` |
| [numpy](https://github.com/numpy/numpy) | `1.24.3` | `1.26.4` |
| [packaging](https://github.com/pypa/packaging) | `23.1` | `23.2` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.0.2` | `2.2.1` |
| [pathspec](https://github.com/cpburnz/python-pathspec) | `0.11.1` | `0.12.1` |
| [pexpect](https://github.com/pexpect/pexpect) | `4.8.0` | `4.9.0` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `3.6.0` | `4.2.0` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.38` | `3.0.43` |
| [psutil](https://github.com/giampaolo/psutil) | `5.9.5` | `5.9.8` |
| [pyarrow](https://github.com/apache/arrow) | `12.0.0` | `15.0.0` |
| [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.17.2` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` |
| [python-slugify](https://github.com/un33k/python-slugify) | `8.0.1` | `8.0.4` |
| [pytz](https://github.com/stub42/pytz) | `2023.3` | `2024.1` |
| [pyzmq](https://github.com/zeromq/pyzmq) | `25.1.0` | `25.1.2` |
| [stack-data](https://github.com/alexmojaki/stack_data) | `0.6.2` | `0.6.3` |
| [tokenize-rt](https://github.com/asottile/tokenize-rt) | `5.1.0` | `5.2.0` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.3.2` | `6.4` |
| [traitlets](https://github.com/ipython/traitlets) | `5.9.0` | `5.14.1` |
| [uc-micro-py](https://github.com/tsutsu3/uc.micro-py) | `1.0.2` | `1.0.3` |
| [wcwidth](https://github.com/jquast/wcwidth) | `0.2.6` | `0.2.13` |


Updates `appnope` from 0.1.3 to 0.1.4
- [Commits](minrk/appnope@0.1.3...0.1.4)

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

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

Updates `click` from 8.1.3 to 8.1.7
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.3...8.1.7)

Updates `comm` from 0.1.3 to 0.2.1
- [Release notes](https://github.com/ipython/comm/releases)
- [Changelog](https://github.com/ipython/comm/blob/main/CHANGELOG.md)
- [Commits](ipython/comm@v0.1.3...v0.2.1)

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

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

Updates `ipykernel` from 6.23.1 to 6.29.3
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.23.1...v6.29.3)

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

Updates `jedi` from 0.18.2 to 0.19.1
- [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/jedi@v0.18.2...v0.19.1)

Updates `jupyter-client` from 8.2.0 to 8.6.0
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v8.2.0...v8.6.0)

Updates `jupyter-core` from 5.3.0 to 5.7.1
- [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.0...v5.7.1)

Updates `markdown-it-py` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
- [Commits](executablebooks/markdown-it-py@v2.2.0...v3.0.0)

Updates `mdformat` from 0.7.16 to 0.7.17
- [Commits](hukkin/mdformat@0.7.16...0.7.17)

Updates `mdformat-gfm` from 0.3.5 to 0.3.6
- [Commits](hukkin/mdformat-gfm@0.3.5...0.3.6)

Updates `mdit-py-plugins` from 0.3.5 to 0.4.0
- [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases)
- [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md)
- [Commits](executablebooks/mdit-py-plugins@v0.3.5...v0.4.0)

Updates `nest-asyncio` from 1.5.6 to 1.6.0
- [Release notes](https://github.com/erdewit/nest_asyncio/releases)
- [Commits](erdewit/nest_asyncio@v1.5.6...v1.6.0)

Updates `numpy` from 1.24.3 to 1.26.4
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.24.3...v1.26.4)

Updates `packaging` from 23.1 to 23.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.1...23.2)

Updates `pandas` from 2.0.2 to 2.2.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.2...v2.2.1)

Updates `pathspec` from 0.11.1 to 0.12.1
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](cpburnz/python-pathspec@v0.11.1...v0.12.1)

Updates `pexpect` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/pexpect/pexpect/releases)
- [Changelog](https://github.com/pexpect/pexpect/blob/master/doc/history.rst)
- [Commits](pexpect/pexpect@4.8.0...4.9)

Updates `platformdirs` from 3.6.0 to 4.2.0
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@3.6.0...4.2.0)

Updates `prompt-toolkit` from 3.0.38 to 3.0.43
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.38...3.0.43)

Updates `psutil` from 5.9.5 to 5.9.8
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.5...release-5.9.8)

Updates `pyarrow` from 12.0.0 to 15.0.0
- [Commits](apache/arrow@go/v12.0.0...go/v15.0.0)

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 `python-dateutil` from 2.8.2 to 2.9.0.post0
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.2...2.9.0.post0)

Updates `python-slugify` from 8.0.1 to 8.0.4
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](un33k/python-slugify@v8.0.1...v8.0.4)

Updates `pytz` from 2023.3 to 2024.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2023.3...release_2024.1)

Updates `pyzmq` from 25.1.0 to 25.1.2
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](zeromq/pyzmq@v25.1.0...v25.1.2)

Updates `stack-data` from 0.6.2 to 0.6.3
- [Commits](alexmojaki/stack_data@v0.6.2...v0.6.3)

Updates `tokenize-rt` from 5.1.0 to 5.2.0
- [Commits](asottile/tokenize-rt@v5.1.0...v5.2.0)

Updates `tornado` from 6.3.2 to 6.4
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.3.2...v6.4.0)

Updates `traitlets` from 5.9.0 to 5.14.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.14.1)

Updates `uc-micro-py` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/tsutsu3/uc.micro-py/releases)
- [Changelog](https://github.com/tsutsu3/uc.micro-py/blob/main/CHANGELOG.md)
- [Commits](tsutsu3/uc.micro-py@v1.0.2...v1.0.3)

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

---
updated-dependencies:
- dependency-name: appnope
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: asttokens
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: comm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: executing
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: ipykernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: jedi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: jupyter-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: jupyter-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: markdown-it-py
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: mdformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mdformat-gfm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mdit-py-plugins
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pathspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pexpect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: python-slugify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: pyzmq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: stack-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: tokenize-rt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: traitlets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: uc-micro-py
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: wcwidth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

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 Mar 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

Superseded by #80.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-83d9b3b14e branch March 11, 2024 19:15
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