-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the python-dependencies group with 16 updates #246
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the python-dependencies group with 16 updates: | Package | From | To | | --- | --- | --- | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.6` | `4.4.9` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [anyio](https://github.com/agronholm/anyio) | `4.10.0` | `4.11.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.5` | `4.14.2` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.16` | `1.8.17` | | [ipython](https://github.com/ipython/ipython) | `9.5.0` | `9.6.0` | | [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2025.4.1` | `2025.9.1` | | [lark](https://github.com/lark-parser/lark) | `1.2.2` | `1.3.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.22.1` | `0.23.1` | | [psutil](https://github.com/giampaolo/psutil) | `7.0.0` | `7.1.0` | | [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [pyzmq](https://github.com/zeromq/pyzmq) | `27.0.2` | `27.1.0` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.2.13` | `0.2.14` | Updates `jupyterlab` from 4.4.6 to 4.4.9 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.6...@jupyterlab/lsp@4.4.9) Updates `pytest` from 8.4.1 to 8.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@8.4.1...8.4.2) Updates `anyio` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.10.0...4.11.0) Updates `beautifulsoup4` from 4.13.5 to 4.14.2 Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `debugpy` from 1.8.16 to 1.8.17 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.16...v1.8.17) Updates `ipython` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.5.0...9.6.0) Updates `jsonschema-specifications` from 2025.4.1 to 2025.9.1 - [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases) - [Commits](python-jsonschema/jsonschema-specifications@v2025.4.1...v2025.9.1) Updates `lark` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/lark-parser/lark/releases) - [Changelog](https://github.com/lark-parser/lark/blob/master/CHANGELOG.md) - [Commits](lark-parser/lark@1.2.2...1.3.0) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `prometheus-client` from 0.22.1 to 0.23.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.22.1...v0.23.1) Updates `psutil` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-7.0.0...release-7.1.0) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.22...release_v2.23) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `pyzmq` from 27.0.2 to 27.1.0 - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v27.0.2...v27.1.0) Updates `wcwidth` from 0.2.13 to 0.2.14 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.13...0.2.14) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: anyio dependency-version: 4.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: cffi dependency-version: 2.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: debugpy dependency-version: 1.8.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ipython dependency-version: 9.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jsonschema-specifications dependency-version: 2025.9.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: lark dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: prometheus-client dependency-version: 0.23.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: psutil dependency-version: 7.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pycparser dependency-version: '2.23' dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyzmq dependency-version: 27.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: wcwidth dependency-version: 0.2.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot squash and merge |
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
@dependabot squash and merge |
@dependabot recreate |
@dependabot squash and merge |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the python-dependencies group with 16 updates:
4.4.6
4.4.9
8.4.1
8.4.2
4.10.0
4.11.0
4.13.5
4.14.2
1.17.1
2.0.0
1.8.16
1.8.17
9.5.0
9.6.0
2025.4.1
2025.9.1
1.2.2
1.3.0
3.0.2
3.0.3
0.22.1
0.23.1
7.0.0
7.1.0
2.22
2.23
6.0.2
6.0.3
27.0.2
27.1.0
0.2.13
0.2.14
Updates
jupyterlab
from 4.4.6 to 4.4.9Release notes
Sourced from jupyterlab's releases.
... (truncated)
Commits
9a217d0
[ci skip] Publish 4.4.980d2a2c
Backport PR #17876: Correctly disposeTerminalManager
even if terminals are...5c06ebf
Backport PR #17928: Fix scrolling to targets within notebook (#17933)a889bb5
[ci skip] Publish 4.4.851c585b
Fix integrityf8841dc
Merge commit from fork526a3d7
Backport PR #17915: Ignore npmjs.com in check-links (#17921)911ff90
Backport PR #17912: Debugger: Only send theconfigurationDone
message once ...2d0ff31
Backport PR #17906: Add JupyterCon banner and Jupyter colors (#17908)276b38c
Backport PR #17863: Fix output prompt overlay height for large outputs (#17889)Updates
pytest
from 8.4.1 to 8.4.2Release notes
Sourced from pytest's releases.
Commits
bfae422
Prepare release version 8.4.28990538
Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bf
Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60a
Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8
Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568
Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4a
add missing colon (#13640) (#13641)c3d7684
Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3be
Merge pull request #13605 from The-Compiler/training-update-2025-07f87289c
Fix crash withtimes
output style and skipped module (#13573) (#13579)Updates
anyio
from 4.10.0 to 4.11.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
08737af
Bumped up the version8bb9fe0
Fixed the inconsistent exception on sending to a closed TCP stream (#980)9637093
[pre-commit.ci] pre-commit autoupdate (#981)f1bc6ee
Fixed changelog entry formatting0b58964
Mentioned the sub-interpreter support in the README1ed112c
Ensure same port is used for IPv4/IPv6 when creating TCP listener with local_...aceeee0
Re-enabled coverage reporting on macOS6b890dc
Reworded a changelog entry and added PR links to others944257d
Updated pre-commit modules087975f
Fixed a documentation style (#976)Updates
beautifulsoup4
from 4.13.5 to 4.14.2Updates
cffi
from 1.17.1 to 2.0.0Release notes
Sourced from cffi's releases.
Commits
6366c01
release 2.0.0 (#196)95c8476
2.0.0 post beta backports (#195)195cbda
Release 2.0.0b1 (#183)b4bbe79
fix version test to support beta7ed073d
Add support for the free-threaded build (#178)67a170d
Change the license from MIT to MIT-no-attribution, which is the same without ...92645ec
Add Python 3.14 support/testing (#177)2b81170
doc: update test commands in Section Testing/development tips (#158)25172b8
doc: update year (#153)b57a92c
issue 147: force-compute nested structs before parent structs. Occurs mainly...Updates
debugpy
from 1.8.16 to 1.8.17Commits
6cbdf87
update testing for python 3.14 (#1955)2eb3afe
Check ifos.__file__
is available before using it (#1944)Updates
ipython
from 9.5.0 to 9.6.0Commits
48b00eb
release 9.6.0d87f745
Add release notes for 9.6 (#15002)cfacd05
Type-guided partial evaluation for completion of unitialized variables (#14993)7c97122
Fix: Add support for forward_char as a keyboard shortcut (#15003)521e985
Fix missing command 'forward_char'64484bb
This will workf3a53d8
Fix downstream furtherc40b9ef
Add release notes for 9.67c20fd6
Fix downstream compatibilitycc81ca1
Add module ignoring functionality to debugger (#14973)Updates
jsonschema-specifications
from 2025.4.1 to 2025.9.1Release notes
Sourced from jsonschema-specifications's releases.
Commits
3b84601
Update docs requirements.5a27ff3
Merge pull request #107 from branen/relocate-misplaced-metaschemac2e2b75
Move 2019-09 "format" schema to correct directorye2b4d6a
Merge pull request #106 from python-jsonschema/pre-commit-ci-update-config1336f01
[pre-commit.ci] pre-commit autoupdate9dd6369
Merge pull request #105 from python-jsonschema/pre-commit-ci-update-configc1563ea
[pre-commit.ci] pre-commit autoupdatecbd01ef
No lockfile yet.125eafa
Merge pull request #103 from python-jsonschema/pre-commit-ci-update-config9dca87c
Use the setup-uv action for uv.Updates
lark
from 1.2.2 to 1.3.0Release notes
Sourced from lark's releases.
... (truncated)
Commits
e332c2d
Version bump (1.3.0)aa5666c
Merge pull request #1541 from pdeibert/master41934d3
Merge pull request #1553 from lark-parser/issue155223c95ea
Bugfix: issue when unpickling in the standalone parser, due to lingeringd1a456d
Merge pull request #1547 from lark-parser/dev2e3108e
UnexpectedInput.pos_in_stream now defaults to 00d248fc
Fix in indenter - now always creating dedents with line informationc2e2048
Merge pull request #1540 from lark-parser/pr15062f286cc
Added tests for cache_grammar8a0b02d
Small fix, comments, added some typesUpdates
markupsafe
from 3.0.2 to 3.0.3Release notes
Sourced from markupsafe's releases.
Changelog
Sourced from markupsafe's changelog.
Commits
297fc8e
release version 3.0.37e4e6ce
Free-threading: run with pytest-run-paralell (#507)6100b9c
enable riscv64 wheels (#506)c9d5ecf
enable riscv64 wheels2f9b337
tox for 3.1478d951a
update dev dependenciesbb6744e
add entry65c4134
upgrade cibuildwheel, addcp314
wheels and test on CPython 3.14 (#504)3a9bd88
add cp314 wheelsaafe44d
remove slsa provenance (#501)Updates
prometheus-client
from 0.22.1 to 0.23.1Release notes
Sourced from prometheus-client's releases.
Commits
8746c49
Release 0.23.1266beb2
fix: use tuples instead of packaging Version (#1136)f947140
fix: Useasyncio.new_event_loop()
to create event loop for tests (#1138)b9e78a3
Release 0.23.0b3fbbca
Fix issue parsing double spaces after # HELP/# TYPE (#1134)47d2b41
Do not use global when only reading variable (#1133)4de31ee
fix: remove space after comma in openmetrics exposition (#1132)3586355
Emit native histograms only when OM 2.0.0 is requested (#1128)9e3eb6c
Fix bug which caused metric publishing to not accept query string parameters ...d358f46
Bump flake8 libraries (#1127)Updates
psutil
from 7.0.0 to 7.1.0Changelog
Sourced from psutil's changelog.
... (truncated)
Commits
0d18187
Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.229e2de
Pre-releasefb75b28
Chore: skip CI tests except on Python 3.8 and 3.133a4c016
Stop publishing wheels for Python 3.6 and 3.7 (#2629)83e4f7f
OSX: disable failing testdf0d4e2
Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)dcbfb81
[Windows] fix unicode issues around service APIs (#2626)ef72dcd
revert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)8773698
small refact around UTXENT_MUTEX_LOCK13b711f
Lock around uses of getutent/setutent/endutent (#2615)Updates
pycparser
from 2.22 to 2.23Release notes
Sourced from pycparser's releases.