[pip] (deps): Bump the dev-dependencies group across 1 directory with 32 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(10 months ago)
(9 months ago)
dependencies python
Bumps the dev-dependencies group with 32 updates in the / directory:
| Package | From | To |
|---|---|---|
| python-json-logger | 3.2.1 |
3.3.0 |
| certifi | 2024.12.14 |
2025.8.3 |
| charset-normalizer | 3.4.1 |
3.4.3 |
| makefun | 1.15.6 |
1.16.0 |
| pychoir | 0.0.27 |
0.0.29 |
| requests | 2.32.4 |
2.32.5 |
| coverage | 7.6.10 |
7.10.5 |
| distlib | 0.3.9 |
0.4.0 |
| exceptiongroup | 1.2.2 |
1.3.0 |
| filelock | 3.16.1 |
3.19.1 |
| freezegun | 1.5.1 |
1.5.5 |
| identify | 2.6.5 |
2.6.13 |
| iniconfig | 2.0.0 |
2.1.0 |
| junit-xml | 1.8 |
1.9 |
| mutmut | 3.2.2 |
3.3.1 |
| packaging | 24.2 |
25.0 |
| parso | 0.8.4 |
0.8.5 |
| platformdirs | 4.3.6 |
4.3.8 |
| pluggy | 1.5.0 |
1.6.0 |
| pre-commit | 4.0.1 |
4.3.0 |
| pygments | 2.19.1 |
2.19.2 |
| pyright | 1.1.391 |
1.1.404 |
| pytest | 8.3.4 |
8.4.1 |
| pytest-cov | 6.0.0 |
6.2.1 |
| pytest-github-actions-annotate-failures | 0.2.0 |
0.3.0 |
| pytest-mock | 3.14.0 |
3.14.1 |
| rich | 13.9.4 |
14.1.0 |
| ruff | 0.8.6 |
0.12.10 |
| setproctitle | 1.3.4 |
1.3.6 |
| textual | 1.0.0 |
5.3.0 |
| typing-extensions | 4.12.2 |
4.14.1 |
| virtualenv | 20.28.1 |
20.34.0 |
Updates python-json-logger from 3.2.1 to 3.3.0
Release notes
Sourced from python-json-logger's releases.
3.3.0
3.3.0 - 2025-03-06
Added
exc_info_as_arrayandstack_info_as_arrayoptions are added topythonjsonlogger.core.BaseJsonFormatterallowing both to be encoded as list of lines instead of a single multi-line string. #35Security
- Remove
msgspec-python313-prefromdevdependencies preventing potential RCE. Details: GHSA-wmxh-pxcx-9w24Thanks
@1hakusai1and@omnigodz
Changelog
Sourced from python-json-logger's changelog.
3.3.0 - 2025-03-06
Added
exc_info_as_arrayandstack_info_as_arrayoptions are added topythonjsonlogger.core.BaseJsonFormatterallowing both to be encoded as list of lines instead of a single multi-line string. #35Security
- Remove
msgspec-python313-prefromdevdependencies preventing potential RCE. Details: GHSA-wmxh-pxcx-9w24Thanks
@1hakusai1and@omnigodz
Commits
Updates certifi from 2024.12.14 to 2025.8.3
Commits
a97d9ad2025.08.03 (#362)ddd90c62025.07.14 (#359)d9052212025.07.09 (#358)e767d592025.06.15 (#357)3e70765Bump actions/setup-python from 5.5.0 to 5.6.09afd2ffBump actions/download-artifact from 4.2.1 to 4.3.0d7c816cremove code that's no longer required that 3.7 is our minimum (#351)1899613Declare setuptools as the build backend in pyproject.toml (#350)c874142update CI for ubuntu 20.04 deprecation (#348)275c9eb2025.04.26 (#347)- Additional commits viewable in compare view
Updates charset-normalizer from 3.4.1 to 3.4.3
Release notes
Sourced from charset-normalizer's releases.
Version 3.4.3
3.4.3 (2025-08-09)
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYCisn't set to1. (#595) (#583)- automatically lower confidence on small bytes samples that are not Unicode in
detectoutput legacy function. (#391)Added
- Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
- Support for Python 3.14
Fixed
- sdist archive contained useless directories.
- automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)
Misc
- SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
- Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
Version 3.4.2
3.4.2 (2025-05-02)
Fixed
- Addressed the DeprecationWarning in our CLI regarding
argparse.FileTypeby backporting the target class into the package. (#591)- Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)
Changed
- Optional mypyc compilation upgraded to version 1.15 for Python >= 3.9
Changelog
Sourced from charset-normalizer's changelog.
3.4.3 (2025-08-09)
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYCisn't set to1. (#595) (#583)- automatically lower confidence on small bytes samples that are not Unicode in
detectoutput legacy function. (#391)Added
- Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
- Support for Python 3.14
Fixed
- sdist archive contained useless directories.
- automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)
Misc
- SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
- Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
3.4.2 (2025-05-02)
Fixed
- Addressed the DeprecationWarning in our CLI regarding
argparse.FileTypeby backporting the target class into the package. (#591)- Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)
Changed
- Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8
Commits
46f662dRelease 3.4.3 (#638)1a059b2:wrench: skip building on freethreaded as we're not confident it is stable2275e3d:pencil: final note in CHANGELOG.mdc96acdf:pencil: update release date on CHANGELOG.md43e5460:pencil: update README.mdf277074:wrench: automatically lower confidence on small bytes str on non Unicode res...15ae241:bug: automatically fallback on valid UTF-16 or UTF-32 even if the md says it...37397c1:wrench: enable 3.14 in nox test_mypyc sessioncb82537:rewind: revert license due to compat python 3.7 issue setuptools6a2efeb:art: fix linter errors- Additional commits viewable in compare view
Updates makefun from 1.15.6 to 1.16.0
Changelog
Sourced from makefun's changelog.
1.16.0 - Support for 3.14, dropped support for < 3.9
- Removed official support for python versions
<3.9. These versions will not run in CI anymore.- Fixed
RuntimeErrorin tests when running on python 3.14. Added python 3.14 to CI. Fixes #112
Commits
197b148Changelog for tag, ready to release321a39cMerge pull request #118 from smarie/feature/112_support_py31439f061eWith latest versions of all actions4771aafChanged the fix to leverage pytest-asyncio, now that we do not support python...498ed69Changelog87eb2ebFixedRuntimeErrorin tests when running on pythn 3.14. Added python 3.14 t...4573c65Merge pull request #117 from smarie/chore/116_gh_pages_workflowdb58274Added gh pages workflow. Fixed #116c8990e6Merge pull request #114 from smarie/feature/py35_in_ci3b1e628Removed 3.14 for now- Additional commits viewable in compare view
Updates pychoir from 0.0.27 to 0.0.29
Release notes
Sourced from pychoir's releases.
Twenty-ninth release
What's Changed
- Switch pipenv & setuptools to uv by
@kajastein kajaste/pychoir#97Full Changelog: https://github.com/kajaste/pychoir/compare/v0.0.28...v0.0.29
Twenty-eighth release
What's Changed
- Update dev deps by
@kajastein kajaste/pychoir#94- Bump dev deps by
@kajastein kajaste/pychoir#95- Docs & Makefile update by
@kajastein kajaste/pychoir#96Full Changelog: https://github.com/kajaste/pychoir/compare/v0.0.27...v0.0.28
Commits
Updates requests from 2.32.4 to 2.32.5
Release notes
Sourced from requests's releases.
v2.32.5
2.32.5 (2025-08-18)
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
Changelog
Sourced from requests's changelog.
2.32.5 (2025-08-18)
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
Commits
b25c87dv2.32.5131e506Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2Bump actions/checkout from 4.2.0 to 5.0.046e939bUpdate publish workflow to useartifact-idinstead ofname4b9c546Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbeBump step-security/harden-runner from 2.12.0 to 2.13.02edca11Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cdUpdate Makefile rules (#6996)d58d8aadocs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eabBump github/codeql-action from 3.28.5 to 3.29.0- Additional commits viewable in compare view
Updates coverage from 7.6.10 to 7.10.5
Changelog
Sourced from coverage's changelog.
Version 7.10.5 — 2025-08-23
- Big speed improvements for
coverage combine: it's now about twice as fast! Huge thanks to Alex Gaynor for pull requests2032 <pull 2032_>,2033 <pull 2033_>, and2034 <pull 2034_>_... _pull 2032: nedbat/coveragepy#2032 .. _pull 2033: nedbat/coveragepy#2033 .. _pull 2034: nedbat/coveragepy#2034
.. _changes_7-10-4:
Version 7.10.4 — 2025-08-16
Added
patch = forkfor times when the built-in forking support is insufficient.Fix:
patch = execvalso inherits the entire coverage configuration now... _changes_7-10-3:
Version 7.10.3 — 2025-08-10
Fixes for
patch = subprocess:
If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing
issue 2024_.If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in
issue 2025_. This is now fixed.On Windows (or maybe only some Windows?) the patch would fail with a
ModuleNotFounderror trying to import coverage. This is now fixed, closingissue 2022_.Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the
coverage runcommand line (such as--branch) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described inissue 2021_. Now the entire configuration is used in subprocesses, regardless of its origin.Added
debug=patchto help diagnose problems.Fix: really close all SQLite databases, even in-memory ones. Closes `issue
... (truncated)
Commits
810abebchore: make upgrade3c8f1b5build: use --universal to keep platform conditions in .pip files107ae05docs: sample HTML for 7.10.5b5bc6d4docs: prep for 7.10.5a5c18ccstyle: auto-generated changes shouldn't trigger ruff re-formatting1f9f840build: tooling for ruff formatting9ee5b3echore: make upgradebfeb2aestyle: fix things so pylint is happy with ruff82467f7chore:ruff format .0a7b733refactor: remove unused things from lab/- Additional commits viewable in compare view
Updates distlib from 0.3.9 to 0.4.0
Changelog
Sourced from distlib's changelog.
0.4.0
Released: 2025-07-17
markers
- Add the
interpret_parsedfunction.wheel
Fix #238: Add build tag to wheel metadata if specified.
Fix #243: Update to support free-threading version of Python (3.13t).
Fix #246: Support subdirectories in the dist-info directory. Thanks to Pieter P for the patch.
Fix #248: Fix path normalisation issue caused by the fix for #246.
Move import in script wrapper to "if name == 'main'" clause.
tests
- Fix #245: Skip test_package_data if a SKIP_EXT_PACKAGE_DATA environment variable is present.
Commits
aff2cbbFinalise version.3716c4bUpdate change log, widen exception catching in test.660bd33Changes for 0.4.0.56b4ad9Guard script wrapper entrypoint import with if main (#242)fe57366docs: update coverage results link (#250)c3286e5Temporarily exclude 3.13t on windows-latest.e6b83d3Normalize archive paths in dist-info (#248)93baffeSkip no-longer-relevant test.83f6568Support subdirectories in .dist-info (fixes #246) (#247)f918abdUpdatetest_wheel.WheelTestCase.test_abifor freethreading (#244)- Additional commits viewable in compare view
Updates exceptiongroup from 1.2.2 to 1.3.0
Release notes
Sourced from exceptiongroup's releases.
1.3.0
- Added
**kwargsto function and method signatures as appropriate to match the signatures in the standard library- In line with the stdlib typings in typeshed, updated
(Base)ExceptionGroupgeneric types to define defaults for their generic arguments (defaulting toBaseExceptionGroup[BaseException]andExceptionGroup[Exception]) (PR by@mikenerone)- Changed
BaseExceptionGroup.__init__()to directly callBaseException.__init__()instead of the superclass__init__()in order to emulate the CPython behavior (broken or not) (PR by@cfbolz)- Changed the
exceptionsattribute to always return the same tuple of exceptions, created from the original exceptions sequence passed toBaseExceptionGroupto match CPython behavior (#143)
Changelog
Sourced from exceptiongroup's changelog.
Version history
This library adheres to
Semantic Versioning 2.0 <http://semver.org/>_.1.3.0
- Added
**kwargsto function and method signatures as appropriate to match the signatures in the standard library- In line with the stdlib typings in typeshed, updated
(Base)ExceptionGroupgeneric types to define defaults for their generic arguments (defaulting toBaseExceptionGroup[BaseException]andExceptionGroup[Exception]) (PR by@mikenerone)- Changed
BaseExceptionGroup.__init__()to directly callBaseException.__init__()instead of the superclass__init__()in order to emulate the CPython behavior (broken or not) (PR by@cfbolz)- Changed the
exceptionsattribute to always return the same tuple of exceptions, created from the original exceptions sequence passed toBaseExceptionGroupto match CPython behavior ([#143](https://github.com/agronholm/exceptiongroup/issues/143) <https://github.com/agronholm/exceptiongroup/issues/143>_)1.2.2
- Removed an
assertinexceptiongroup._formattingthat caused compatibility issues with Sentry ([#123](https://github.com/agronholm/exceptiongroup/issues/123) <https://github.com/agronholm/exceptiongroup/issues/123>_)1.2.1
- Updated the copying of
__notes__to match CPython behavior (PR by CF Bolz-Tereick)- Corrected the type annotation of the exception handler callback to accept a
BaseExceptionGroupinstead ofBaseException- Fixed type errors on Python < 3.10 and the type annotation of
suppress()(PR by John Litborn)1.2.0
- Added special monkeypatching if
Apport <https://github.com/canonical/apport>_ has overriddensys.excepthookso it will format exception groups correctly (PR by John Litborn)- Added a backport of
contextlib.suppress()from Python 3.12.1 which also handles suppressing exceptions inside exception groups- Fixed bare
raisein a handler reraising the original naked exception rather than an exception group which is what is raised when you do araisein anexcept*handler1.1.3
catch()now raises aTypeErrorif passed an async exception handler instead of just giving aRuntimeWarningabout the coroutine never being awaited. (#66, PR by John Litborn)
... (truncated)
Commits
77fba8aAdded the release version5e153aaRevert "Migrated test dependencies to dependency groups"5000bfeMigrated tox configuration to native TOML427220dUpdated pytest options4ca264fMigrated test dependencies to dependency groups163c3a8Marked test_exceptions_mutate_original_sequence as xfail on pypy3.11a176574Always create the exceptions tuple at init and return it from the exceptions ...550b796Added BaseExceptionGroup.init, following CPython (#142)2a84dfdAdded typevar defaults to (Base)ExceptionGroup (#147)fb9133b[pre-commit.ci] pre-commit autoupdate (#145)- Additional commits viewable in compare view
Updates filelock from 3.16.1 to 3.19.1
Release notes
Sourced from filelock's releases.
3.19.1
What's Changed
- add 3.14t (free threading) to matrix by
@paultiqin tox-dev/filelock#433- Increase test coverage by
@paultiqin tox-dev/filelock#434New Contributors
@paultiqmade their first contribution in tox-dev/filelock#433Full Changelog: https://github.com/tox-dev/filelock/compare/3.19.0...3.19.1
3.19.0
What's Changed
- Add support for 3.14 by
@gaborbernatin tox-dev/filelock#432Full Changelog: https://github.com/tox-dev/filelock/compare/3.18.0...3.19.0
3.18.0
What's Changed
- Indicate that locks are exclusive/write locks. by
@bicarlsenin tox-dev/filelock#394- Support fcntl check on Emscripten by
@juntyrin tox-dev/filelock#398New Contributors
@bicarlsenmade their first contribution in tox-dev/filelock#394@juntyrmade their first contribution in tox-dev/filelock#398Full Changelog: https://github.com/tox-dev/filelock/compare/3.17.0...3.18.0
Drop 3.8
Full Changelog: https://github.com/tox-dev/filelock/compare/3.16.1...3.17.0
Commits
8d1009fUpdate release.yaml66a428eIncrease test coverage (#434)0dfc86eadd 3.14 to matrix (#433)0c54837Add support for 3.14 (#432)77d02f5Bump actions/checkout from 4 to 5 (#430)bc972b3[pre-commit.ci] pre-commit autoupdate (#429)78d02cbBump actions/download-artifact from 4 to 5 (#428)18cdb5d[pre-commit.ci] pre-commit autoupdate (#427)b198a09[pre-commit.ci] pre-commit autoupdate (#426)6b097e7[pre-commit.ci] pre-commit autoupdate (#425)- Additional commits viewable in compare view
Updates freezegun from 1.5.1 to 1.5.5
Changelog
Sourced from freezegun's changelog.
1.5.5
- Allow parametrized arguments called 'func' (Broken in 1.5.4)
1.5.4
- Fix: Ability to yield fixtures (broken in 1.5.3)
1.5.3
- Fix compatibility with pytest 8.4.0 when using fixtures
- Add (back) class-decorator overload to guarantee Pytype understands it
1.5.2
- Remove support for Python 3.7
- Explicitly marks support for Python 3.13
- Improved project documentation
Commits
c9bf52cIncrease version number0f2bd7eMerge pull request #582 from spulec/fixture-called-funca608055Allow parametrized arguments with name 'func'2bb4711Increase version number7599eeeAdd 1.5.4 release notes0d00e7dMerge pull request #579 from zsh8/decorate_generator10c93f2fix: preserve functionality in pytest yield fixturesd2e0a00Increase version number6229e27Add 1.5.3 release notes3111775Merge pull request #576 from spulec/support-fixtures-pytest-840- Additional commits viewable in compare view
Updates identify from 2.6.5 to 2.6.13
Commits
af4da9cv2.6.13bdf9c05Merge pull request #530 from dirtcrusher/feature/special_cpp_extensions1a6b03cAdded C++ 'ipp' and 'tpp' file extensions1a3399bMerge pull request #529 from pre-commit/pre-commit-ci-update-config1097f76[pre-commit.ci] pre-commit autoupdatebbfa578Merge pull request #528 from pre-commit/pre-commit-ci-update-config536d751[pre-commit.ci] pre-commit autoupdatee1c38feMerge pull request #526 from pre-commit/pre-commit-ci-update-configd084d03[pre-commit.ci] pre-commit autoupdate40af39fMerge pull request #524 from pre-commit/pre-commit-ci-update-config- Additional commits viewable in compare view
Updates iniconfig from 2.0.0 to 2.1.0
Release notes
Sourced from iniconfig's releases.
v2.1.0
What's Changed
- fix #26 - list individuals in license file by
@RonnyPfannschmidtin pytest-dev/iniconfig#52- Run tests in CI by
@nicoddemusin pytest-dev/iniconfig#53- Use
pypa/gh-action-pypi-publish@release/v1@ GHA by@webknjazin pytest-dev/iniconfig#54- Add support for Python 3.12-3.13 and drop EOL 3.7 by
@hugovkin pytest-dev/iniconfig#56New Contributors
@nicoddemusmade their first contribution in pytest-dev/iniconfig#53@webknjazmade their first contribution in pytest-dev/iniconfig#54Full Changelog: https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.1.0
Changelog
Sourced from iniconfig's changelog.
2.1.0
- fix artifact building - pin minimal version of hatch
- drop eol python 3.8
- add python 3.12 and 3.13
Commits
34793a6pre-commit136435dupdate changelog0bb99adfix #62: require a minimal hatch version with correct metadata16793eaMerge pull request #56 from hugovk/add-3.123dc2b2dAdd support for Python 3.132eb8abfBump GitHub Actions8c4bb5bSet python-version for pre-commit to remove CI warning58b22b2Drop support for EOL Python 3.74a53042Add support for Python 3.129cae431Merge pull request #54 from webknjaz/patch-1- Additional commits viewable in compare view
Updates junit-xml from 1.8 to 1.9
Commits
- See full diff in compare view
Updates mutmut from 3.2.2 to 3.3.1
Changelog
Sourced from mutmut's changelog.
3.3.1
* Increased threshold for mutant timeouts
Added
tests_dirconfig. Accepts a single entry or a list of directories.Async generators fixes
Fixed bad mutations for certain string escape sequences
Performance fixes
Various internal bug fixes
3.3.0
Python 3.13 compatibility!
New argument
--show-killedformutmut browseFix to avoid accidentally importing the un-mutated original code
Handle segfault for mutant subprocesses
Added mutations for string literals
Added mutations for common string methods
Faster mutant generation via subprocesses
Fix
selfparameter for mutated class methodsFix trampoline generation for function calls with 'orig' or 'mutants' as argument names.
Copy full source directory before creating mutants
Improved error message when forced fail test fails
Fixed issue with spaces in the python executable path
Do not mutate
__new__Annotate mutant dicts (and fixes compatibility with Pydantic)
Replaced parso with LibCST
... (truncated)
Commits
0f2586aRelease6a5c471Pass mutation generation errors from subprocess to main process7b03f4bUpdate timeout values3cd39faMerge pull request #408 from souradeep-das/souradeep/add_tests_dir3e52e5emodify e2e tests10bb451merge latestd4980abfix: accept lists as tests_dir22f3924Improve diff view performance a biteb37032Make rlimit signal SIGXCPU first; only fallback to SIGKILL later on99ecd32fix timeout checker "dictionary changed size during iteration" bug (#411)- Additional commits viewable in compare view
Updates packaging from 24.2 to 25.0
Release notes
Sourced from packaging's releases.
25.0
What's Changed
- Re-add a test for Unicode file name parsing by
@Siddhesh-Agarwalin pypa/packaging#863- Upgrade to ruff 0.9.1 by
@DimitriPapadopoulosin pypa/packaging#865- Add support for PEP 738 Android tags by
@mhsmithin pypa/packaging#880- feat(markers): support 'extras' and 'dependency_groups' markers by
@frostmingin pypa/packaging#888New Contributors
@Siddhesh-Agarwalmade their first contribution in pypa/packaging#863@mhsmithmade their first contribution in pypa/packaging#880@frostmingmade their first contribution in pypa/packaging#888Full Changelog: https://github.com/pypa/packaging/compare/24.2...25.0
Changelog
Sourced from packaging's changelog.
25.0 - 2025-04-19
* PEP 751: Add support for ``extras`` and ``dependency_groups`` markers. (:issue:`885`) * PEP 738: Add support for Android platform tags. (:issue:`880`)
Commits
f585376Bump for release600eceaAdd changelog entries3910129support 'extras' and 'dependency_groups' markers (#888)8e49b43Add support for PEP 738 Android tags (#880)e624d8eBump the github-actions group with 3 updates (#886)71f38d8Bump the github-actions group with 2 updates (#878)9b4922dBump the github-actions group with 3 updates (#870)8510bd9Upgrade to ruff 0.9.1 (#865)9375ec2Re-add tests for Unicode file name parsing (#863)2256ed4Bump the github-actions group across 1 directory with 2 updates (#864)- Additional commits viewable in compare view
Updates parso from 0.8.4 to 0.8.5
Changelog
Sourced from parso's changelog.
0.8.5 (2025-08-23) ++++++++++++++++++
- Add a fallback grammar for Python 3.14+
Commits
be9f5a4Prepare release 0.8.57e4777bMerge pull request #234 from A5rocks/future-compatibilitye99dbddRemove redundant warnings importe22dc67Avoid warningbaa3c90Load newest grammar in face of a future grammar23b1cdfDrop Python 3.7 in CIa73af5cFix pip install -e in docs9328cffUpdate classifiers in setup.py (#230)f670e6eENH: add grammar file for py314 (#229)-
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
pip
0.2.0 → 0.3.0
Minor
Technical Details
| ID: | 5679830 |
| UUID: | 3349918361 |
| Node ID: | PR_kwDOMt9I9c6lHRHg |
| Host: | GitHub |
| Repository: | github/annotated-logger |