deps: bump the prod-deps group across 1 directory with 37 updates#5169
Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
Closed
deps: bump the prod-deps group across 1 directory with 37 updates#5169dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Updates the requirements on [django](https://github.com/django/django), [psycopg2-binary](https://github.com/psycopg/psycopg2), [celery](https://github.com/celery/celery), [hiredis](https://github.com/redis/hiredis-py), [django-compressor](https://github.com/django-compressor/django-compressor), [django-pint](https://github.com/CarliJoy/django-pint), [django-post-office](https://github.com/ui/django-post_office), [drf-yasg](https://github.com/axnsan12/drf-yasg), [jellyfish](https://jellyfish.jpt.sh/), [markdown](https://github.com/Python-Markdown/markdown), [pyyaml](https://github.com/yaml/pyyaml), [xlsxwriter](https://github.com/jmcnamara/XlsxWriter), [xmlschema](https://github.com/sissaschool/xmlschema), [lark](https://github.com/lark-parser/lark), [pandas](https://github.com/pandas-dev/pandas), [simple-salesforce](https://github.com/simple-salesforce/simple-salesforce), [shapely](https://github.com/shapely/shapely), [django-treebeard](https://github.com/django-treebeard/django-treebeard), [django-two-factor-auth[phonenumbers]](https://github.com/jazzband/django-two-factor-auth), [importlib-metadata](https://github.com/python/importlib_metadata), [boto3](https://github.com/boto/boto3), [django-ses](https://github.com/django-ses/django-ses), [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/), [coverage](https://github.com/coveragepy/coveragepy), [coveralls](https://github.com/TheKevJames/coveralls-python), [tox](https://github.com/tox-dev/tox), [psutil](https://github.com/giampaolo/psutil), [faker](https://github.com/joke2k/faker), [vcrpy](https://github.com/kevin1024/vcrpy), [pytest](https://github.com/pytest-dev/pytest), [pre-commit](https://github.com/pre-commit/pre-commit), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling), [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme), [docutils](https://github.com/rtfd/recommonmark), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) to permit the latest version. Updates `django` from 4.2.26 to 6.0.1 - [Commits](django/django@4.2.26...6.0.1) Updates `psycopg2-binary` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.11) Updates `celery` from 5.5.3 to 5.6.2 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.5.3...v5.6.2) Updates `hiredis` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](redis/hiredis-py@v3.2.1...v3.3.0) Updates `django-compressor` from 4.5.1 to 4.6.0 - [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt) - [Commits](django-compressor/django-compressor@4.5.1...4.6) Updates `django-pint` from 0.7.3 to 1.0.4 - [Release notes](https://github.com/CarliJoy/django-pint/releases) - [Changelog](https://github.com/CarliJoy/django-pint/blob/main/CHANGELOG.rst) - [Commits](CarliJoy/django-pint@v0.7.3...v1.0.4) Updates `django-post-office` from 3.10.1 to 3.11.0 - [Release notes](https://github.com/ui/django-post_office/releases) - [Changelog](https://github.com/ui/django-post_office/blob/master/CHANGELOG.md) - [Commits](ui/django-post_office@v3.10.1...v3.11) Updates `drf-yasg` from 1.21.10 to 1.21.14 - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](axnsan12/drf-yasg@1.21.10...1.21.14) Updates `jellyfish` from 1.2.0 to 1.2.1 Updates `markdown` from 3.9 to 3.10.1 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.9.0...3.10.1) 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 `xlsxwriter` from 3.2.8 to 3.2.9 - [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes) - [Commits](jmcnamara/XlsxWriter@RELEASE_3.2.8...RELEASE_3.2.9) Updates `xmlschema` from 4.1.0 to 4.3.1 - [Release notes](https://github.com/sissaschool/xmlschema/releases) - [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst) - [Commits](sissaschool/xmlschema@v4.1.0...v4.3.1) Updates `lark` from 1.2.2 to 1.3.1 - [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.1) Updates `pandas` to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@0.3.0...v3.0.0) Updates `simple-salesforce` from 1.12.8 to 1.12.9 - [Release notes](https://github.com/simple-salesforce/simple-salesforce/releases) - [Changelog](https://github.com/simple-salesforce/simple-salesforce/blob/master/CHANGES) - [Commits](simple-salesforce/simple-salesforce@v1.12.8...v1.12.9) Updates `shapely` from 2.0.7 to 2.1.2 - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](shapely/shapely@2.0.7...2.1.2) Updates `django-treebeard` from 4.7.1 to 4.8.0 - [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md) - [Commits](django-treebeard/django-treebeard@4.7.1...4.8.0) Updates `django-two-factor-auth[phonenumbers]` from 1.17.0 to 1.18.1 - [Release notes](https://github.com/jazzband/django-two-factor-auth/releases) - [Changelog](https://github.com/jazzband/django-two-factor-auth/blob/master/CHANGELOG.md) - [Commits](jazzband/django-two-factor-auth@1.17.0...1.18.1) Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.0...v8.7.1) Updates `boto3` from 1.40.30 to 1.42.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.30...1.42.35) Updates `django-ses` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/django-ses/django-ses/releases) - [Changelog](https://github.com/django-ses/django-ses/blob/main/CHANGES.md) - [Commits](django-ses/django-ses@v4.4.0...v4.6.0) Updates `uwsgi` from 2.0.30 to 2.0.31 Updates `coverage` from 7.10.6 to 7.13.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.6...7.13.2) Updates `coveralls` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](TheKevJames/coveralls-python@4.0.1...4.0.2) Updates `tox` from 4.30.2 to 4.34.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.30.2...4.34.1) Updates `psutil` from 7.0.0 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-7.0.0...release-7.2.1) Updates `faker` from 37.6.0 to 40.1.2 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.6.0...v40.1.2) Updates `vcrpy` from 7.0.0 to 8.1.1 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v7.0.0...v8.1.1) Updates `pytest` from 8.4.2 to 9.0.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.2...9.0.2) Updates `pre-commit` from 4.3.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.1) Updates `sphinx` from 7.4.7 to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.4.7...v9.1.0) Updates `sphinxcontrib-spelling` from 8.0.0 to 8.0.2 - [Release notes](https://github.com/sphinx-contrib/spelling/releases) - [Commits](sphinx-contrib/spelling@8.0.0...8.0.2) Updates `sphinx-rtd-theme` from 3.0.2 to 3.1.0 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.2...3.1.0) Updates `docutils` from 0.21.2 to 0.22.4 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `hypothesis` from 6.138.16 to 6.151.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.138.16...hypothesis-python-6.151.2) Updates `django-debug-toolbar` from 6.0.0 to 6.2.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@6.0.0...6.2.0) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: celery dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: hiredis dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: django-compressor dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: django-pint dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: django-post-office dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: drf-yasg dependency-version: 1.21.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: jellyfish dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: markdown dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: xlsxwriter dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: xmlschema dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: lark dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production dependency-group: prod-deps - dependency-name: simple-salesforce dependency-version: 1.12.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: shapely dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: django-treebeard dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: django-two-factor-auth[phonenumbers] dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: boto3 dependency-version: 1.42.35 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: django-ses dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uwsgi dependency-version: 2.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: coverage dependency-version: 7.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: coveralls dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: tox dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: faker dependency-version: 40.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: vcrpy dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: sphinxcontrib-spelling dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: hypothesis dependency-version: 6.151.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates the requirements on django, psycopg2-binary, celery, hiredis, django-compressor, django-pint, django-post-office, drf-yasg, jellyfish, markdown, pyyaml, xlsxwriter, xmlschema, lark, pandas, simple-salesforce, shapely, django-treebeard, django-two-factor-auth[phonenumbers], importlib-metadata, boto3, django-ses, uwsgi, coverage, coveralls, tox, psutil, faker, vcrpy, pytest, pre-commit, sphinx, sphinxcontrib-spelling, sphinx-rtd-theme, docutils, hypothesis and django-debug-toolbar to permit the latest version.
Updates
djangofrom 4.2.26 to 6.0.1Commits
85eb963[6.0.x] Bumped version for 6.0.1 release.ac4a550[6.0.x] Added release date for 6.0.1.dcfc5b0[6.0.x] Added release date for 5.2.10.42bab76[6.0.x] Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions...764af47[6.0.x] Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.b7b5465[6.0.x] Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to ...90daa65[6.0.x] Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcut...d35daf8[6.0.x] Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().16107ab[6.0.x] Refs #36810 -- Avoided infinite recursion in LazyNonce.repr().774543e[6.0.x] Fixed #36305 -- Added documentation indentation guidelines to contrib...Updates
psycopg2-binaryfrom 2.9.10 to 2.9.11Changelog
Sourced from psycopg2-binary's changelog.
... (truncated)
Commits
fd9ae8cchore: bump to version 2.9.11d923840chore: update docs requirementsd42dc71Merge branch 'fix-1791'4fde656fix: avoid failed assert passing more arguments than placeholders8308c19fix: drop warning about the use of deprecated PyWeakref_GetObject function1a1eabfbuild(deps): bump actions/github-script from 7 to 8897af8bbuild(deps): bump peter-evans/repository-dispatch from 3 to 4ceefd30build(deps): bump actions/checkout from 4 to 54dc5854build(deps): bump actions/setup-python from 5 to 61945788Merge pull request #1802 from edgarrmondragon/cp314-wheelsUpdates
celeryfrom 5.5.3 to 5.6.2Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
6a43c84Prepare for release: v5.6.2 (#10049)333a82fBugfix: Revoked tasks now immediately update backend status to REVOKED (#9869)9d6ab11Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeEr...21dbc73Prepare for release: v5.6.1 (#10037)ba20bedOnly use exceptiongroup backport for Python < 3.11 (#10033)2167529Stop importing pytest_subtests0527296Bump google-cloud-firestore from 2.21.0 to 2.22.05f8659bClarify 'result_extended' setting usage in tasksf19db70Bump mypy from 1.19.0 to 1.19.1 (#10028)6da72bdbetter coverage (#10029)Updates
hiredisfrom 3.2.1 to 3.3.0Release notes
Sourced from hiredis's releases.
Commits
187d0f3Version 3.3.03efcf03Add Python 3.14 to CI and wheels (#213) (#215)966cedeFix assertion in reader.c (#212)78def30Bump version to 3.3.0-devUpdates
django-compressorfrom 4.5.1 to 4.6.0Changelog
Sourced from django-compressor's changelog.
Commits
3ada994Prepare 4.6.0.1baa82aRemove CI testing for EOL Django 5.0.8706a52Add CI testing for Python 3.14 and Django 6.0.7be9ce2Bump brotli, lxml, and coverage test dependencies.d6fd813Remove test version pinning for rcssmin and rjsmin.2b46e7dBump actions/setup-python from 5 to 6 (#1307)b97bb05Disable bs4's multi valued attributes (#1296)4e54330Migrate packaging to pyproject.toml (#1313)872f8d5Remove version pinning for rcssmin and rjsmin (#1312)cc38666Drop support for Python 3.9 (#1311)Updates
django-pintfrom 0.7.3 to 1.0.4Release notes
Sourced from django-pint's releases.
Changelog
Sourced from django-pint's changelog.
... (truncated)
Commits
a1179f5Merge pull request #120 from Adiorz/fix/support-expressions-in-bulk-updates432792bdocs: added author and issue6d8b267docs: add patch release entry to changelog9d2514b[pre-commit.ci] auto fixes from pre-commit.com hooks342cd92fix: support expressions (subqueries) in bulk updates2ab1034👽 update used ci/cd templatea4bb6bcMerge pull request #116 from CarliJoy/pre-commit-ci-update-config092c8b8[pre-commit.ci] auto fixes from pre-commit.com hookseedda5d[pre-commit.ci] pre-commit autoupdate67fa3b9Fix minimal django versionUpdates
django-post-officefrom 3.10.1 to 3.11.0Release notes
Sourced from django-post-office's releases.
Changelog
Sourced from django-post-office's changelog.
Commits
825af68Bump version to 3.1199be3b5Delete publish.yml (#513)a360b79Improve tests (#509)fe7c583Python314 fix (#511)0556f5eUpdated test.yml so tests don't get triggered twice (#512)00ddbc1Webhooks (#510)936d1acUpdated README.md91fbc6cWebhook handlers (#505)0f68aafMerge branch 'webhooks'5b7fdf9Move tests (#508)Updates
drf-yasgfrom 1.21.10 to 1.21.14Release notes
Sourced from drf-yasg's releases.
Changelog
Sourced from drf-yasg's changelog.
... (truncated)
Commits
7dceb27Add version 1.21.14 details to the changelog (#952)763cdd6Add version 1.21.13 details to the changelog (#951)a0559fcAdd missing swagger-ui sourcemaps (#950)2bf74d0Add version 1.21.12 details to the changelog (#948)b421e89swagger ui fix (#944)40fee2bAdd live demo domain and environment variables (#946)1785b84Update logout button to use POST request. (#945)0522cc1Rename github actions files to .yaml (#942)3a38123Bump actions/checkout from 5 to 6 in the github-actions group (#943)b252a0dHandle annotations not available at runtime (#941)Updates
jellyfishfrom 1.2.0 to 1.2.1Updates
markdownfrom 3.9 to 3.10.1Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
e5fa5b8Bump version to 3.10.1f925349More HTML fixes9933a0aRevert "Allow reference links with backticks"07dfa4eAllow reference links with backticksfb6b27aFix infinite loop when text contains multiple unclosed comments89112c2Make the docs build successfully with mkdocstrings-python 2.0961856cUpdate link2b49115Ensure nested elements inside inline comments are properly unescaped.22e89c1Bump version to 3.10c138aea+ PY314 - PY39Updates
pyyamlfrom 6.0.2 to 6.0.3Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
49790e7Release 6.0.3 (#889)Updates
xlsxwriterfrom 3.2.8 to 3.2.9Changelog
Sourced from xlsxwriter's changelog.
Commits
e943beePrep for release 3.2.9392bd9etyping: remove py.typed fileUpdates
xmlschemafrom 4.1.0 to 4.3.1Release notes
Sourced from xmlschema's releases.
Changelog
Sourced from xmlschema's changelog.
Commits
64b103fAdd a test for meta-schema URLs and relax memory test for Python 3.14508d1a2Update bugfix release information and clean deps of pyproject.toml4fc64bdRefactor LocationPath and add a workaround for issue #467dfec443Don't serialize cached properties91c1956Add caching module with class SchemaCache2bfb931Update CI tests and release infoa1d7d3cChange built status of components from bool to optional boolce822bdExtend and fix memory testsfa41056Add a custom XPath parser for schema find/findall/iterfind APIsb237528Add a test with UNC pathUpdates
larkfrom 1.2.2 to 1.3.1Release notes
Sourced from lark's releases.