[pip] (deps): Bump the dev-dependencies group across 1 directory with 17 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(about 1 month ago)
(28 days ago)
(28 days ago)
dependencies python
Bumps the dev-dependencies group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| python-json-logger | 4.0.0 |
4.1.0 |
| certifi | 2026.2.25 |
2026.4.22 |
| charset-normalizer | 3.4.6 |
3.4.7 |
| idna | 3.11 |
3.13 |
| pychoir | 0.0.29 |
0.0.30 |
| requests | 2.33.0 |
2.33.1 |
| filelock | 3.25.2 |
3.29.0 |
| identify | 2.6.18 |
2.6.19 |
| packaging | 26.0 |
26.2 |
| platformdirs | 4.9.4 |
4.9.6 |
| pre-commit | 4.5.1 |
4.6.0 |
| pygments | 2.19.2 |
2.20.0 |
| pyright | 1.1.408 |
1.1.409 |
| pytest | 9.0.2 |
9.0.3 |
| pytest-randomly | 4.0.1 |
4.1.0 |
| ruff | 0.15.7 |
0.15.12 |
| virtualenv | 21.2.0 |
21.2.4 |
Updates python-json-logger from 4.0.0 to 4.1.0
Release notes
Sourced from python-json-logger's releases.
4.1.0
4.1.0 - 2026-03-29
Added
- Add support for Python 3.14, PyPy 3.11
Removed
- Remove support for Python 3.8, 3.9 (includes PyPy versions).
Changelog
Sourced from python-json-logger's changelog.
4.1.0 - 2026-03-29
Added
- Add support for Python 3.14, PyPy 3.11
Removed
- Remove support for Python 3.8, 3.9 (includes PyPy versions).
Commits
d80c68dRelease v4.1.0b589b2a[pyproject] Update license table to PEP 639 format2bb784aUpdate code unlocked by Python 3.10 minimum version79599b5Drop python 3.8, 3.9 support622650c[docs.contributing] Update unsupported JSON encoders06165bb[tests.test_formatters] Add non-printable bytes to test_common_types_encoded61f88a9[docs.contributing] Clarify which packages have been considered and rejected0add524[docs.contributing] Clarify when we will add support for new third-party pack...eee9505[pylint] Remove old command8045926[mypy] Don't ignore orjson- Additional commits viewable in compare view
Updates certifi from 2026.2.25 to 2026.4.22
Commits
5dddfb02026.04.22 (#410)f99eccdBump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#404)918bed0Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#405)0a49067Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#403)acf6ce8Bump actions/download-artifact from 8.0.0 to 8.0.1 (#398)feb0ed2Bump actions/download-artifact from 7.0.0 to 8.0.0 (#397)d9c11a5Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#396)- See full diff in compare view
Updates charset-normalizer from 3.4.6 to 3.4.7
Release notes
Sourced from charset-normalizer's releases.
Version 3.4.7
3.4.7 (2026-04-02)
Changed
- Pre-built optimized version using mypy[c] v1.20.
- Relax
setuptoolsconstraint tosetuptools>=68,<82.1.Fixed
Changelog
Sourced from charset-normalizer's changelog.
3.4.7 (2026-04-02)
Changed
- Pre-built optimized version using mypy[c] v1.20.
- Relax
setuptoolsconstraint tosetuptools>=68,<82.1.Fixed
Commits
0f07891Merge pull request #729 from jawah/release-3.4.7fdbeb29chore: update dev, and ci requirementsb66f922chore: add ft classifierf94249dchore: add test cases for utf_7 recent fix95c866fchore: bump version to 3.4.74f429bbchore: bump mypy pre-commit to v1.20b579cd6fix: correctly remove SIG remnant in utf-7 decoded string58bf944:arrow_up: Bump github/codeql-action from 4.32.4 to 4.35.1 (#728)44cf8a1:arrow_up: Bump actions/download-artifact from 8.0.0 to 8.0.1 (#726)362bc20:arrow_up: Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#725)- Additional commits viewable in compare view
Updates idna from 3.11 to 3.13
Changelog
Sourced from idna's changelog.
3.13 (2026-04-22) +++++++++++++++++
- Correct classification error for codepoint U+A7F1
3.12 (2026-04-21) +++++++++++++++++
- Update to Unicode 17.0.0.
- Issue a deprecation warning for the transitional argument.
- Added lazy-loading to provide some performance improvements.
- Removed vestiges of code related to Python 2 support, including segmentation of data structures specific to Jython.
Thanks to Rodrigo Nogueira for contributions to this release.
Commits
89cdfd2Release v3.131eb0686Pre-release 3.135f20d1eMerge pull request #220 from kjd/unicode-next4ea8425Regenerate idnadata.py with correct NFKC_CF datafd47341Use NFKC_CF from Unicode data files instead of Python's unicodedata modulea5304a4Merge pull request #219 from kjd/release-3.12d80d6f9Release v3.121bb44ddMerge pull request #218 from kjd/release-candidate-3.12rc0909c49dRelease candidate for 3.12c5459a1Merge pull request #217 from kjd/housekeeping-2- Additional commits viewable in compare view
Updates pychoir from 0.0.29 to 0.0.30
Commits
99ff3e5Upgrade dev deps33c9ef8Python 3.141089c0aAutomatic package versioning from tag- See full diff in compare view
Updates requests from 2.33.0 to 2.33.1
Release notes
Sourced from requests's releases.
v2.33.1
2.33.1 (2026-03-30)
Bugfixes
- Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
- Fixed Content-Type header parsing for malformed values. (#7309)
- Improved error consistency for malformed header values. (#7308)
New Contributors
@ferdnycmade their first contribution in psf/requests#7277Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30
Commits
111d2b7v2.33.1f0198e6Fix malformed value parsing for Content-Type (#7309)bc7dd0fFix cosmetic header validity parsing regex (#7308)4443b1aFix unintended test extra (#7306)389eea5Cleanup extracted file after extract_zipped_path test (#7305)7407309Packaging: DRY out extras definition (#7277)- See full diff in compare view
Updates filelock from 3.25.2 to 3.29.0
Release notes
Sourced from filelock's releases.
3.29.0
What's Changed
- 🐛 fix(async): use single-thread executor for lock consistency by
@gaborbernatin tox-dev/filelock#533- ✨ feat(soft): enable stale lock detection on Windows by
@gaborbernatin tox-dev/filelock#534Full Changelog: https://github.com/tox-dev/filelock/compare/3.28.0...3.29.0
3.28.0
What's Changed
- 🐛 fix(ci): unbreak release workflow, publish to PyPI again by
@gaborbernatin tox-dev/filelock#529Full Changelog: https://github.com/tox-dev/filelock/compare/3.27.0...3.28.0
3.27.0
What's Changed
- ✨ feat(rw): add SoftReadWriteLock for NFS and HPC clusters by
@gaborbernatin tox-dev/filelock#528Full Changelog: https://github.com/tox-dev/filelock/compare/3.26.1...3.27.0
3.26.1
What's Changed
- 🐛 fix(asyncio): add exit to BaseAsyncFileLock and fix del loop handling by
@naarobin tox-dev/filelock#518New Contributors
@naarobmade their first contribution in tox-dev/filelock#518Full Changelog: https://github.com/tox-dev/filelock/compare/3.26.0...3.26.1
3.26.0
What's Changed
- 🔒 ci(workflows): add zizmor security auditing by
@gaborbernatin tox-dev/filelock#517- 🔧 fix(ci): restore git credentials for release job by
@gaborbernatin tox-dev/filelock#520- ✨ feat(soft): add PID inspection and lock breaking by
@gaborbernatin tox-dev/filelock#524Full Changelog: https://github.com/tox-dev/filelock/compare/3.25.2...3.26.0
Changelog
Sourced from filelock's changelog.
########### Changelog ###########
3.29.0 (2026-04-19)
- ✨ feat(soft): enable stale lock detection on Windows :pr:
534- 🐛 fix(async): use single-thread executor for lock consistency :pr:
533- build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 :pr:
530- by :user:dependabot[bot]
3.28.0 (2026-04-14)
- 🐛 fix(ci): unbreak release workflow, publish to PyPI again :pr:
529
3.26.1 (2026-04-09)
- 🐛 fix(asyncio): add exit to BaseAsyncFileLock and fix del loop handling :pr:
518- by :user:naarob- build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 :pr:
525- by :user:dependabot[bot]
3.26.0 (2026-04-06)
- ✨ feat(soft): add PID inspection and lock breaking :pr:
524- [pre-commit.ci] pre-commit autoupdate :pr:
523- by :user:pre-commit-ci[bot]- build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 :pr:
522- by :user:dependabot[bot]- Remove persist-credentials: false from release job :pr:
520- [pre-commit.ci] pre-commit autoupdate :pr:
519- by :user:pre-commit-ci[bot]- 🔒 ci(workflows): add zizmor security auditing :pr:
517- [pre-commit.ci] pre-commit autoupdate :pr:
516- by :user:pre-commit-ci[bot]- [pre-commit.ci] pre-commit autoupdate :pr:
514- by :user:pre-commit-ci[bot]
3.25.2 (2026-03-11)
- 🐛 fix(unix): suppress EIO on close in Docker bind mounts :pr:
513
3.25.1 (2026-03-09)
- [pre-commit.ci] pre-commit autoupdate :pr:
510- by :user:pre-commit-ci[bot]- 🐛 fix(win): restore best-effort lock file cleanup on release :pr:
511
... (truncated)
Commits
469b47fRelease 3.29.0e85d072✨ feat(soft): enable stale lock detection on Windows (#534)f5ee171🐛 fix(async): use single-thread executor for lock consistency (#533)2a95458build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#530)55de20cRelease 3.28.0476b0e4🐛 fix(ci): unbreak release workflow, publish to PyPI again (#529)824713e✨ feat(rw): add SoftReadWriteLock for NFS and HPC clusters (#528)9879de9[pre-commit.ci] pre-commit autoupdate (#527)4cfab49Release 3.26.1734c9f2🐛 fix(asyncio): add exit to BaseAsyncFileLock and fix del loop handli...- Additional commits viewable in compare view
Updates identify from 2.6.18 to 2.6.19
Commits
b39f637v2.6.19c976888Merge pull request #588 from hofbi/patch-16110d73Add support for 'tif' file extensionccbd337Merge pull request #587 from pre-commit/pre-commit-ci-update-configf5af264[pre-commit.ci] pre-commit autoupdatea0be598Merge pull request #586 from pre-commit/pre-commit-ci-update-configb184043[pre-commit.ci] pre-commit autoupdate- See full diff in compare view
Updates packaging from 26.0 to 26.2
Release notes
Sourced from packaging's releases.
26.2
What's Changed
Fixes:
- Fix incorrect sysconfig var name for pyemscripten by
@ryanking13in pypa/packaging#1160- Make
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safe and backward-compatible with pickles created in 25.0-26.1 (including references to the removedpackaging._structuresmodule) by@eachimeiand@henryiiiin pypa/packaging#1163, pypa/packaging#1168, pypa/packaging#1170, and pypa/packaging#1171- fix: re-export ExceptionGroup for now by
@henryiiiin pypa/packaging#1164Documentation:
- docs: add errors section and fix missing details by
@henryiiiin pypa/packaging#1159- docs(dev): document property-based test suite by
@r266-techin pypa/packaging#1167- Fix typo in DirectUrl documentation by
@sbidoulin pypa/packaging#1169- docs(specifiers): add is_unsatisfiable() usage example by
@r266-techin pypa/packaging#1166Internal:
- Enable the auditor persona on zizmor by
@henryiiiin pypa/packaging#1158- Test new pickle guarantees by
@henryiiiin pypa/packaging#1174- Use native uv integration in rtd by
@henryiiiin pypa/packaging#1175New Contributors
@ryanking13made their first contribution in pypa/packaging#1160@eachimeimade their first contribution in pypa/packaging#1163Full Changelog: https://github.com/pypa/packaging/compare/26.1...26.2
26.1
Features:
PEP 783: add handling for Emscripten wheel tags by(old name used in implementation, will be fixed in next release)@hoodmanein pypa/packaging#804- PEP 803: add handling for the
abi3.abi3tfree-threading tag by@ngoldbaumin pypa/packaging#1099- PEP 723: add
packaging.dependency_groupsmodule, based on thedependency-groupspackage by@sirosenin pypa/packaging#1065- Add the
packaging.direct_urlmodule by@sbidoulin pypa/packaging#944- Add the
packaging.errorsmodule by@henryiiiin pypa/packaging#1071- Add
SpecifierSet.is_unsatisfiableusing ranges (new internals that will be expanded in future versions) by@notatallshawin pypa/packaging#1119- Add
create_compatible_tags_selectorto select compatible tags by@sbidoulin pypa/packaging#1110- Add a
keyargument toSpecifierSet.filter()by@frostmingin pypa/packaging#1068- Support
&and|forMarker's by@henryiiiin pypa/packaging#1146- Normalize
Version.__replace__and addVersion.from_partsby@henryiiiin pypa/packaging#1078- Add an option to validate compressed tag set sort order in
parse_wheel_filenameby@r266-techin pypa/packaging#1150Behavior adaptations:
- Narrow exclusion of pre-releases for
<V.postNto match spec by@notatallshawin pypa/packaging#1140
... (truncated)
Changelog
Sourced from packaging's changelog.
26.2 - 2026-04-24
Fixes:
- Fix incorrect sysconfig var name for pyemscripten in (:pull:
1160)- Make
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safe
and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
packaging._structuresmodule) (:pull:1163, :pull:1168, :pull:1170, :pull:1171)- Re-export
ExceptionGroupin metadata for now in (:pull:1164)Documentation:
- Add errors section and fix missing details in (:pull:
1159)- Document our property-based test suite in (:pull:
1167)- Fix a
DirectUrltypo in (:pull:1167)- Add example of
is_unsatisfiablein (:pull:1166)Internal:
- Enable the auditor persona on zizmor in (:pull:
1158)- Test new pickle guarantees in (:pull:
1174)- Use new native ReadTheDocs uv integration in (:pull:
1175)26.1 - 2026-04-14
Features:
- PEP 783: add handling for Emscripten wheel tags in (:pull:
804) (old name used in implementation, fixed in next release)- PEP 803: add handling for the
abi3.abi3tfree-threading tag in (:pull:1099)- PEP 723: add
packaging.dependency_groupsmodule, based on thedependency-groupspackage in (:pull:1065)- Add the
packaging.direct_urlmodule in (:pull:944)- Add the
packaging.errorsmodule in (:pull:1071)- Add
SpecifierSet.is_unsatisfiableusing ranges (new internals that will be expanded in future versions) in (:pull:1119)- Add
create_compatible_tags_selectorto select compatible tags in (:pull:1110)- Add a
keyargument toSpecifierSet.filter()in (:pull:1068)- Support
&and|forMarker's in (:pull:1146)- Normalize
Version.__replace__and addVersion.from_partsin (:pull:1078)- Add an option to validate compressed tag set sort order in
parse_wheel_filenamein (:pull:1150)Behavior adaptations:
- Narrow exclusion of pre-releases for
<V.postNto match spec in (:pull:1140)- Narrow exclusion of post-releases for
>Vto match spec in (:pull:1141)- Rename
format_full_versionto_format_full_versionto make it visibly private in (:pull:1125)- Restrict local version to ASCII in (:pull:
1102)Pylock (PEP 751) updates:
... (truncated)
Commits
84a87eeBump for release4a616b6docs: a few more updates to prepare for 26.2 (#1176)9de6f44ci: use native uv integration in rtd (#1175)bc76e14chore: update changelog for 26.2 (#1161)3f00091tests: add a pickle check (#1174)48a8a06fix: make Requirements/Markers pickle-safe (#1171)823b44efix: make Tags pickle-safe (#1170)4bed32dfix: make Specifier / SpecifierSet pickle-safe (#1168)963118efix: re-export ExceptionGroup for now (#1164)66e34a8docs(specifiers): add is_unsatisfiable() usage example (#1166)- Additional commits viewable in compare view
Updates platformdirs from 4.9.4 to 4.9.6
Release notes
Sourced from platformdirs's releases.
4.9.6
What's Changed
- 🐛 fix(release): use double quotes for tag variable expansion by
@gaborbernatin tox-dev/platformdirs#477Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.9.5...4.9.6
Changelog
Sourced from platformdirs's changelog.
########### Changelog ###########
4.9.6 (2026-04-09)
- 🐛 fix(release): use double quotes for tag variable expansion :pr:
477
4.9.5 (2026-04-06)
- 📝 docs(appauthor): clarify None vs False on Windows :pr:
476- Separates implementations of macOS dirs that share a default :pr:
473- by :user:Goddesen- Remove persist-credentials: false from release job :pr:
472- fix: do not duplicate site dirs in Unix.iter_{config,site}_dirs() when use_site_for_root is active :pr:
469- by :user:viccie30- 🔧 fix(type): resolve ty 0.0.25 type errors :pr:
468- 🔒 ci(workflows): add zizmor security auditing :pr:
467- 🐛 fix(release): generate docstrfmt-compatible changelog entries :pr:
463
4.9.4 (2026-03-05)
- [pre-commit.ci] pre-commit autoupdate :pr:
461- by :user:pre-commit-ci[bot]- Update README.md
- 📝 docs: add project logo to documentation :pr:
459- Standardize .github files to .yaml suffix
- build(deps): bump the all group with 2 updates :pr:
457- by :user:dependabot[bot]- Move SECURITY.md to .github/SECURITY.md
- Add permissions to workflows :pr:
455- Add security policy
- [pre-commit.ci] pre-commit autoupdate :pr:
454- by :user:pre-commit-ci[bot]
4.9.2 (2026-02-16)
- 📝 docs: restructure following Diataxis framework :pr:
448- 📝 docs(platforms): fix RST formatting and TOC hierarchy :pr:
447
4.9.1 (2026-02-14)
- 📝 docs: enhance README, fix issues, and reorganize platforms.rst :pr:
445
... (truncated)
Commits
56efd77Release 4.9.6d5d812a🐛 fix(release): use double quotes for tag variable expansion (#477)c2b0ceebuild(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the al...7688069Release 4.9.5104d28b📝 docs(appauthor): clarify None vs False on Windows (#476)0955048[pre-commit.ci] pre-commit autoupdate (#475)bd3c766build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 in the all group (#474)749ac3fSeparates implementations of macOS dirs that share a default (#473)cb88156Remove persist-credentials: false from release job (#472)a501eab[pre-commit.ci] pre-commit autoupdate (#470)- Additional commits viewable in compare view
Updates pre-commit from 4.5.1 to 4.6.0
Release notes
Sourced from pre-commit's releases.
pre-commit v4.6.0
Features
pre-commit hook-impl: allow--hook-dirto be missing to enable easier usage withgit2.54+ git hooks.
- #3662 PR by
@asottile.Fixes
pre-commit hook-impl:--hook-typeis required.
- #3661 PR by
@asottile.
Changelog
Sourced from pre-commit's changelog.
4.6.0 - 2026-04-21
Features
pre-commit hook-impl: allow--hook-dirto be missing to enable easier usage withgit2.54+ git hooks.
- #3662 PR by
@asottile.Fixes
pre-commit hook-impl:--hook-typeis required.
- #3661 PR by
@asottile.
Commits
f35134bv4.6.02a51ffcMerge pull request #3662 from pre-commit/hook-impl-optional-hook-dird7dee32make --hook-dir optional for hook-impl965aeb1Merge pull request #3661 from pre-commit/hook-impl-required2eacc06--hook-type is required for hook-implf5678bfMerge pull request #3657 from pre-commit/pre-commit-ci-update-config054cc5b[pre-commit.ci] pre-commit autoupdate5c0f302Merge pull request #3652 from pre-commit/pre-commit-ci-update-configa5d9114[pre-commit.ci] pre-commit autoupdate129a1f5Merge pull request #3641 from pre-commit/mxr-patch-1- Additional commits viewable in compare view
Updates pygments from 2.19.2 to 2.20.0
Release notes
Sourced from pygments's releases.
2.20.0
New lexers:
- Rell (#2914)
Updated lexers:
- archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
- ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
- C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
- ComponentPascal: Fix
analyse_text(#3028, #3032)- Coq renamed to Rocq (#2883, #2908)
- Cython: Various improvements (#2932, #2933)
- Debian control: Improve architecture parsing (#3052)
- Devicetree: Add support for overlay/fragments (#3021), add bytestring support (#3022), fix catastrophic backtracking (#3057)
- Fennel: Various improvements (#2911)
- Haskell: Handle escape sequences in character literals (#3069, #1795)
- Java: Add module keywords (#2955)
- Lean4: Add operators
]',]?,]!(#2946)- LESS: Support single-line comments (#3005)
- LilyPond: Update to 2.25.29 (#2974)
- LLVM: Support C-style comments (#3023, #2978)
- Lua(u): Fix catastrophic backtracking (#3047)
- Macaulay2: Update to 1.25.05 (#2893), 1.25.11 (#2988)
- Mathematica: Various improvements (#2957)
- meson: Add additional operators (#2919)
- MySQL: Update keywords (#2970)
- org-Mode: Support both schedule and deadline (#2899)
- PHP: Add
__PROPERTY__magic constant (#2924), add reserved keywords (#3002)- PostgreSQL: Add more keywords (#2985)
- protobuf: Fix namespace tokenization (#2929)
- Python: Add
t-string support (#2973, #3009, #3010)- Tablegen: Fix infinite loop (#2972, #2940)
- Tera Term macro: Add commands introduced in v5.3 through v5.6 (#2951)
- TOML: Support TOML 1.1.0 (#3026, #3027)
- Turtle: Allow empty comment lines (#2980)
- XML: Added
.xbrlas file ending (#2890, #2891)Drop Python 3.8, and add Python 3.14 as a supported version (#2987, #3012)
Various improvements to
autopygmentize(#2894)Update
onedarkstyle to support more token types (#2977)Update
rttstyle to support more token types (#2895)Cache entry points to improve performance (#2979)
Fix
xterm-256color table (#3043)Fix
kwargsdictionary getting mutated on each call (#3044)
Changelog
Sourced from pygments's changelog.
Version 2.20.0
(released March 29th, 2026)
New lexers:
- Rell (#2914)
Updated lexers:
- archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
- ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
- C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
- ComponentPascal: Fix
analyse_text(#3028, #3032)- Coq renamed to Rocq (#2883, #2908)
- Cython: Various improvements (#2932, #2933)
- Debian control: Improve architecture parsing (#3052)
- Devicetree: Add support for overlay/fragments (#3021), add bytestring support (#3022), fix catastrophic backtracking (#3057)
- Fennel: Various improvements (#2911)
- Haskell: Handle escape sequences in character literals (#3069, #1795)
- Java: Add module keywords (#2955)
- Lean4: Add operators
]',]?,]!(#2946)- LESS: Support single-line comments (#3005)
- LilyPond: Update to 2.25.29 (#2974)
- LLVM: Support C-style comments (#3023, #2978)
- Lua(u): Fix catastrophic backtracking (#3047)
- Macaulay2: Update to 1.25.05 (#2893), 1.25.11 (#2988)
- Mathematica: Various improvements (#2957)
- meson: Add additional operators (#2919)
- MySQL: Update keywords (#2970)
- org-Mode: Support both schedule and deadline (#2899)
- PHP: Add
__PROPERTY__magic constant (#2924), add reserved keywords (#3002)- PostgreSQL: Add more keywords (#2985)
- protobuf: Fix namespace tokenization (#2929)
- Python: Add
t-string support (#2973, #3009, #3010)- Tablegen: Fix infinite loop (#2972, #2940)
- Tera Term macro: Add commands introduced in v5.3 through v5.6 (#2951)
- TOML: Support TOML 1.1.0 (#3026, #3027)
- Turtle: Allow empty comment lines (#2980)
- XML: Added
.xbrlas file ending (#2890, #2891)Drop Python 3.8, and add Python 3.14 as a supported version (#2987, #3012)
Various improvements to
autopygmentize(#2894)Update
onedarkstyle to support more token types (#2977)Update
rttstyle to support more token types (#2895)Cache entry points to improve performance (#2979)
Fix
xterm-256color table (#3043)Fix
kwargsdictionary getting mutated on each call (#3044)
Commits
708197dFix underline length.1d4538aPrepare 2.20 release.2ceaee4Update CHANGES.e3a3c54Fix Haskell lexer: handle escape sequences in character literals (#3069)d7c3453Merge pull request #3071 from pygments/harden-html-formatter0f97e7cHarden the HTML formatter against CSS.9f981b2Update CHANGES.1d88915Update CHANGES.c3d93adFix ASN.1 lexer: recognize minus sign a...Description has been truncated
Package Dependencies
Technical Details
| ID: | 15737624 |
| UUID: | 4331979472 |
| Node ID: | PR_kwDOMt9I9c7VxRRl |
| Host: | GitHub |
| Repository: | github/annotated-logger |