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 39 updates #89

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the pip group with 39 updates in the / directory:

Package From To
appnope 0.1.3 0.1.4
asttokens 2.2.1 2.4.1
black 23.3.0 24.4.2
click 8.1.3 8.1.7
comm 0.1.3 0.2.2
debugpy 1.6.7 1.8.1
executing 1.2.0 2.0.1
ipykernel 6.23.1 6.29.4
ipython 8.14.0 8.24.0
jedi 0.18.2 0.19.1
jupyter-client 8.2.0 8.6.1
jupyter-core 5.3.0 5.7.2
markdown-it-py 2.2.0 3.0.0
matplotlib-inline 0.1.6 0.1.7
mdformat 0.7.16 0.7.17
mdformat-gfm 0.3.5 0.3.6
mdit-py-plugins 0.3.5 0.4.1
nest-asyncio 1.5.6 1.6.0
numpy 1.24.3 1.26.4
packaging 23.1 24.0
pandas 2.0.2 2.2.2
parso 0.8.3 0.8.4
pathspec 0.11.1 0.12.1
pexpect 4.8.0 4.9.0
platformdirs 3.6.0 4.2.2
prompt-toolkit 3.0.38 3.0.43
psutil 5.9.5 5.9.8
pyarrow 12.0.0 16.1.0
pygments 2.15.1 2.18.0
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 26.0.3
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.3
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.4.2

Release notes

Sourced from black's releases.

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

Parser

  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)

Integrations

  • Github Action now works even when git archive is skipped (#4313)

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)

24.3.0

Highlights

... (truncated)

Changelog

Sourced from black's changelog.

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

Parser

  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)

Integrations

  • Github Action now works even when git archive is skipped (#4313)

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)

24.3.0

... (truncated)

Commits

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.2

Release notes

Sourced from comm's releases.

v0.2.2

0.2.2

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​pre-commit-ci

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

... (truncated)

Changelog

Sourced from comm's changelog.

0.2.2

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​pre-commit-ci

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

... (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.4

Release notes

Sourced from ipykernel's releases.

v6.29.4

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

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

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

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)

... (truncated)

Commits
  • 4dc77d7 Publish 6.29.4
  • 1cea533 Backport PR #1223 on branch 6.x (Do not import debugger/debugpy unless needed...
  • 384bdb1 Fix side effect import for pickleutil (#1216)
  • 56a6372 Publish 6.29.3
  • de2221c Eventloop scheduling improvements for stop_on_error_timeout and schedule_next...
  • 2071a88 Fix typings and update project urls (#1214)
  • eddd3e6 Disable frozen modules by default, add a toggle (#1213)
  • c6d5ad6 Unpin pytest-asyncio and update ruff config (#1209)
  • 05c6153 Correct spelling mistake (#1208)
  • 1b4eb5e Publish 6.29.2
  • Additional commits viewable in compare view

Updates ipython from 8.14.0 to 8.24.0

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.1

Release notes

Sourced from jupyter-client's releases.

v8.6.1

8.6.1

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

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

v8.6.0

8.6.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

... (truncated)

Changelog

Sourced from jupyter-client's changelog.

8.6.1

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

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

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

... (truncated)

Commits

Updates jupyter-core from 5.3.0 to 5.7.2

Release notes

Sourced from jupyter-core's releases.

v5.7.2

5.7.2

<...

Description has been truncated

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: matplotlib-inline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-major
  dependency-group: pip
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: parso
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-major
  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 May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #90.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-dcba6914c5 branch May 27, 2024 19:09
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