-
Couldn't load subscription status.
- Fork 0
Bump the python-dependencies group with 26 updates #244
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
Merged
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 26 updates: | Package | From | To | | --- | --- | --- | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.5` | `4.4.6` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.7` | `3.3.8` | | [anyio](https://github.com/agronholm/anyio) | `4.9.0` | `4.10.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.13.5` | | [certifi](https://github.com/certifi/python-certifi) | `2025.7.14` | `2025.8.3` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.2` | `3.4.3` | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.15` | `1.8.16` | | [executing](https://github.com/alexmojaki/executing) | `2.2.0` | `2.2.1` | | [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) | `2.21.1` | `2.21.2` | | [ipykernel](https://github.com/ipython/ipykernel) | `6.30.0` | `6.30.1` | | [ipython](https://github.com/ipython/ipython) | `9.4.0` | `9.5.0` | | [json5](https://github.com/dpranke/pyjson5) | `0.12.0` | `0.12.1` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.0` | `4.25.1` | | [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) | `2.2.6` | `2.3.0` | | [jupyter-server](https://github.com/jupyter-server/jupyter_server) | `2.16.0` | `2.17.0` | | [mistune](https://github.com/lepture/mistune) | `3.1.3` | `3.1.4` | | [parso](https://github.com/davidhalter/parso) | `0.8.4` | `0.8.5` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.4.0` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.51` | `3.0.52` | | [pyzmq](https://github.com/zeromq/pyzmq) | `27.0.0` | `27.0.2` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [rpds-py](https://github.com/crate-py/rpds) | `0.26.0` | `0.27.1` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.7` | `2.8` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.1` | `6.5.2` | | [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20250708` | `2.9.0.20250822` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` | Updates `jupyterlab` from 4.4.5 to 4.4.6 - [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/[email protected]...@jupyterlab/[email protected]) Updates `pylint` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v3.3.8) Updates `anyio` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.9.0...4.10) Updates `beautifulsoup4` from 4.13.4 to 4.13.5 Updates `certifi` from 2025.7.14 to 2025.8.3 - [Commits](certifi/python-certifi@2025.07.14...2025.08.03) Updates `charset-normalizer` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.2...3.4.3) Updates `debugpy` from 1.8.15 to 1.8.16 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.15...v1.8.16) Updates `executing` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/alexmojaki/executing/releases) - [Commits](alexmojaki/executing@v2.2.0...v2.2.1) Updates `fastjsonschema` from 2.21.1 to 2.21.2 - [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt) - [Commits](horejsek/python-fastjsonschema@v2.21.1...v2.21.2) Updates `ipykernel` from 6.30.0 to 6.30.1 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.30.0...v6.30.1) Updates `ipython` from 9.4.0 to 9.5.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.4.0...9.5.0) Updates `json5` from 0.12.0 to 0.12.1 - [Commits](dpranke/pyjson5@v0.12.0...v0.12.1) Updates `jsonschema` from 4.25.0 to 4.25.1 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.0...v4.25.1) Updates `jupyter-lsp` from 2.2.6 to 2.3.0 - [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases) - [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-lsp/jupyterlab-lsp/commits/jupyter-lsp-2.3.0) Updates `jupyter-server` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_server@v2.16.0...v2.17.0) Updates `mistune` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.1.3...v3.1.4) Updates `parso` from 0.8.4 to 0.8.5 - [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst) - [Commits](davidhalter/parso@v0.8.4...v0.8.5) Updates `platformdirs` from 4.3.8 to 4.4.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.8...4.4.0) Updates `prompt-toolkit` from 3.0.51 to 3.0.52 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.51...3.0.52) Updates `pyzmq` from 27.0.0 to 27.0.2 - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v27.0.0...v27.0.2) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `rpds-py` from 0.26.0 to 0.27.1 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.26.0...v0.27.1) Updates `soupsieve` from 2.7 to 2.8 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.7...2.8) Updates `tornado` from 6.5.1 to 6.5.2 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.1...v6.5.2) Updates `types-python-dateutil` from 2.9.0.20250708 to 2.9.0.20250822 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `typing-extensions` from 4.14.1 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.1...4.15.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: anyio dependency-version: 4.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: debugpy dependency-version: 1.8.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: executing dependency-version: 2.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: fastjsonschema dependency-version: 2.21.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ipython dependency-version: 9.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: json5 dependency-version: 0.12.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: jsonschema dependency-version: 4.25.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: jupyter-lsp dependency-version: 2.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jupyter-server dependency-version: 2.17.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mistune dependency-version: 3.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: parso dependency-version: 0.8.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: platformdirs dependency-version: 4.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: prompt-toolkit dependency-version: 3.0.52 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyzmq dependency-version: 27.0.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: rpds-py dependency-version: 0.27.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: soupsieve dependency-version: '2.8' dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tornado dependency-version: 6.5.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-python-dateutil dependency-version: 2.9.0.20250822 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
|
@dependabot squash and merge |
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 26 updates:
4.4.54.4.63.3.73.3.84.9.04.10.04.13.44.13.52025.7.142025.8.33.4.23.4.31.8.151.8.162.2.02.2.12.21.12.21.26.30.06.30.19.4.09.5.00.12.00.12.14.25.04.25.12.2.62.3.02.16.02.17.03.1.33.1.40.8.40.8.54.3.84.4.03.0.513.0.5227.0.027.0.22.32.42.32.50.26.00.27.12.72.86.5.16.5.22.9.0.202507082.9.0.202508224.14.14.15.0Updates
jupyterlabfrom 4.4.5 to 4.4.6Release notes
Sourced from jupyterlab's releases.
Commits
8eb65b3[ci skip] Publish 4.4.64428655Backport PR #17755: Preserve original cell during split to maintain kernel co...71ab0eeBackport PR #17778: Avoid ipykernel 7.0.0a2 in CI (#17783)d3ed4f8Backport PR #17723 on branch 4.4.x (Fix file browser navigation with `preferr...a5f0ab7Backport PR #17727: Fix anchor navigation on sanitized HTML (#17761)2ea12abFix uncoalesced cell stream outputs clearing (#17672) (#17753)6c30951Backport PR #17700: Fix tab order for status bar items (#17758)6ca5489Backport PR #17754: Add logs to the server startup in thejs-testingtests ...e685676Backport PR #17720: Fix error when deleting a markdown cell with heading (#17...add42d0Backport PR #17717: Bump form-data from 4.0.2 to 4.0.4 (#17750)Updates
pylintfrom 3.3.7 to 3.3.8Commits
98942baBump pylint to 3.3.8, update changelog (#10486)6a1620aUpdate pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) (#10484)cef60ccFix false-negative for used-before-assignment with postponed evaluation in fu...5a5a9beFixunused-variablefalse positive when using same name for multiple except...6ec71baRespect docstring-min-length in docparams extension (#10104) (#10434)fbde890Fix Mermaid printer rendering double underscores as bold formatting (#10403) ...51234e5Fix Pyreverse: Aggregations aren't filtered according to filter mode (PUB_ONL...329c967Use custom Github App to authenticate backport job (#10394) (#10396)7038ef4[Backport maintenance/3.3.x] Resolve possibly-used-before-assignment false po...045f179Resolvepossibly-used-before-assignmentfalse positives frommatchblock ...Updates
anyiofrom 4.9.0 to 4.10.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
0cf55b8Bumped up the versionb029df5Updated the to_interpreter module to use the public API on Python 3.14 (#956)01f02cfIncorporated EP2025 sprint feedback and added a new section (#955)d896480[pre-commit.ci] pre-commit autoupdate (#954)0282b81Added the BufferedByteReceiveStream.feed_data() method (#945)19e5477Fixed a cancellation edge case for asyncio CapacityLimiter (#952)4666df3[pre-commit.ci] pre-commit autoupdate (#946)38c2567[pre-commit.ci] pre-commit autoupdate (#942)3db73acAdd missing imports for Readcting to cancellation in worker threads example (...2eda004Added an example on how to use move_on_after() with shieldingUpdates
beautifulsoup4from 4.13.4 to 4.13.5Updates
certififrom 2025.7.14 to 2025.8.3Commits
a97d9ad2025.08.03 (#362)Updates
charset-normalizerfrom 3.4.2 to 3.4.3Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
46f662dRelease 3.4.3 (#638)1a059b2🔧 skip building on freethreaded as we're not confident it is stable2275e3d📝 final note in CHANGELOG.mdc96acdf📝 update release date on CHANGELOG.md43e5460📝 update README.mdf277074🔧 automatically lower confidence on small bytes str on non Unicode res...15ae241🐛 automatically fallback on valid UTF-16 or UTF-32 even if the md says it...37397c1🔧 enable 3.14 in nox test_mypyc sessioncb82537⏪ revert license due to compat python 3.7 issue setuptools6a2efeb🎨 fix linter errorsUpdates
debugpyfrom 1.8.15 to 1.8.16Release notes
Sourced from debugpy's releases.
Commits
b00a812pydevd: Fix up prefix of attach shared library for Windows (#1939)1aff9aaExpose CLI Options through public API (#1928)ead90f6Fix round-robin CI script when state issue has no assignees (#1930)2b1e361Document --adapter-access-token CLI arg (#1927)Updates
executingfrom 2.2.0 to 2.2.1Commits
bafb305Add 3.14 to classifiers5ed2ba3Merge pull request #97 from alexmojaki/3.1428095d4refactor: review changesbb09dc6refactor: some cleanupdabc70efix: inst.argval can be a tuple for sometimes0772f91fix: removed commentsbacc5b6fix: moved verification for CALL_INTRINSIC_2 back to 3.13ec09075test: added sample_results for 3.149405fedfix: handle synthetic code to store annotationf09e4cdfix: TypeVar defaultsUpdates
fastjsonschemafrom 2.21.1 to 2.21.2Changelog
Sourced from fastjsonschema's changelog.
Commits
4f1ed6dv2.22.2982abcfMerge pull request #196 from ladybird12/ipv6-regex-fixe688961Add tests for ipv4 and ipv6 formatsea8c123Correct the escaping of periods in the ipv6 format regexUpdates
ipykernelfrom 6.30.0 to 6.30.1Release notes
Sourced from ipykernel's releases.
Changelog
Sourced from ipykernel's changelog.
Commits
81587ccPublish 6.30.1357c908Correct use of asyncio.Lock to process a single control message at a time (#1...f96df51Backport: Remove links in changelog to github milestones that no longer exist...Updates
ipythonfrom 9.4.0 to 9.5.0Commits
2dc4d68release 9.5.06fca77dAdd changelog for IPython 9.5.0 (#14975)f30d383Fix code rendering942cfa1Bullet point list389bde2Add changelog for IPython 9.5.0f9b5d08Fix exceptions inwhosmagic command (#14970)cf7f60bMerge branch 'main' into fix-whos-magic-command8617d24Add tests for named tuple and pandas in%whos1460cefUpdate pyflyby downstream test to use[test]dependencies group (#14974)92de001Try copy-pasting from pyflyby CIUpdates
json5from 0.12.0 to 0.12.1Commits
01e178dv0.12.1 - Fix #94 (bad indentation for custom encoders)e3439cdwhoops, no, bump version to 0.12.1.dev055e08b5bump version to 0.12.0.dev0Updates
jsonschemafrom 4.25.0 to 4.25.1Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
Commits
331c384Add the fix to the changelog.c1ec0a6Merge pull request #1398 from python-jsonschema/dependabot/github_actions/ast...8e7d594Merge pull request #1399 from python-jsonschema/dependabot/github_actions/act...460f4faMerge pull request #1396 from sirosen/improve-protocol-init-signature1e58409[pre-commit.ci] auto fixes from pre-commit.com hooks64bc217Add a typing test for the Validator protocol6c25741Bump actions/checkout from 4 to 5bf603d5Bump astral-sh/setup-uv from 6.4.3 to 6.5.0a916d8fFixValidatorprotocol init to match runtimede60f18Merge pull request #1397 from python-jsonschema/pre-commit-ci-update-configUpdates
jupyter-lspfrom 2.2.6 to 2.3.0Release notes
Sourced from jupyter-lsp's releases.
Changelog
Sourced from jupyter-lsp's changelog.
Commits
Updates
jupyter-serverfrom 2.16.0 to 2.17.0Release notes
Sourced from jupyter-server's releases.
Changelog
Sourced from jupyter-server's changelog.
Commits
3b03c64Publish 2.17.04484f12Fix FileNotFoundError handling in rename_file methods (#1548)5b0aed9Bump the actions group across 1 directory with 2 updates (#1551)c4d002fAllow specifying extra params to scrub from logs (#1538)8d1e483Avoid redundant call to _get_os_path in _dir_model5558318Follow stdlib naming convention: override instead of overridescdc772eAdd PEP508 selector to the overrides dependency6d2fa59Dispatch off sys.version_infof8a7177Use stdlib override when possible31a8555CORS is not checked when browsing files. check origin now https://github.com/...Updates
mistunefrom 3.1.3 to 3.1.4Release notes
Sourced from mistune's releases.
Changelog
Sourced from mistune's changelog.
Commits
b6d83e8chore: release 3.1.4d7e33ebtests: add test case for #4149e72063fix: prevent remove unicode whitespace when parsing atx headingcd1ad91chore: update readmee8d0a03Merge pull request #418 from fernandonino/patch-1293fb8dUpdate community.rstea3ecaffix: add fenced directive break rule in list parser, #412Updates
parsofrom 0.8.4 to 0.8.5Changelog
Sourced from parso's changelog.