chore(deps): bump the python-runtime group across 1 directory with 49 updates - #83
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-runtime group across 1 directory with 49 updates#83dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [jsonschema](https://github.com/python-jsonschema/jsonschema), [numpy](https://github.com/numpy/numpy), [scipy](https://github.com/scipy/scipy), [sqlparse](https://github.com/andialbrecht/sqlparse), [tree-sitter](https://github.com/tree-sitter/py-tree-sitter), [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python), [tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript), [tree-sitter-java](https://github.com/tree-sitter/tree-sitter-java), [tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby), [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust), [click](https://github.com/pallets/click), [fastapi](https://github.com/fastapi/fastapi), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [restrictedpython](https://github.com/zopefoundation/RestrictedPython), [psycopg2-binary](https://github.com/psycopg/psycopg2), [keyring](https://github.com/jaraco/keyring), [uvicorn](https://github.com/Kludex/uvicorn), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [httpx](https://github.com/encode/httpx), [moto](https://github.com/getmoto/moto), [pycryptodome](https://github.com/Legrandin/pycryptodome), [aiosqlite](https://github.com/omnilib/aiosqlite), [gunicorn](https://github.com/benoitc/gunicorn), [celery](https://github.com/celery/celery), [redis](https://github.com/redis/redis-py), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [alembic](https://github.com/sqlalchemy/alembic), [asyncpg](https://github.com/MagicStack/asyncpg), [psycopg](https://github.com/psycopg/psycopg), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [aiobotocore](https://github.com/aio-libs/aiobotocore), [python-multipart](https://github.com/Kludex/python-multipart), [pyjwt](https://github.com/jpadilla/pyjwt), [workos](https://workos.com/docs/sdks/python), [gitpython](https://github.com/gitpython-developers/GitPython), [websockets](https://github.com/python-websockets/websockets), [sentry-sdk](https://github.com/getsentry/sentry-python), [stripe](https://github.com/stripe/stripe-python), [pynacl](https://github.com/pyca/pynacl), [python-dotenv](https://github.com/theskumar/python-dotenv), [sse-starlette](https://github.com/sysid/sse-starlette) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.0...49.0.0) Updates `jsonschema` to 4.26.0 - [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.21.0...v4.26.0) Updates `numpy` to 2.2.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.0...v2.2.6) Updates `scipy` to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.11.0...v1.15.3) Updates `sqlparse` to 0.5.5 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.0...0.5.5) Updates `tree-sitter` to 0.25.2 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](tree-sitter/py-tree-sitter@v0.23.0...v0.25.2) Updates `tree-sitter-python` to 0.25.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases) - [Commits](tree-sitter/tree-sitter-python@v0.23.0...v0.25.0) Updates `tree-sitter-typescript` to 0.23.2 - [Release notes](https://github.com/tree-sitter/tree-sitter-typescript/releases) - [Commits](tree-sitter/tree-sitter-typescript@v0.23.0...v0.23.2) Updates `tree-sitter-java` to 0.23.5 - [Release notes](https://github.com/tree-sitter/tree-sitter-java/releases) - [Commits](tree-sitter/tree-sitter-java@v0.23.0...v0.23.5) Updates `tree-sitter-ruby` to 0.23.1 - [Release notes](https://github.com/tree-sitter/tree-sitter-ruby/releases) - [Commits](tree-sitter/tree-sitter-ruby@v0.23.0...v0.23.1) Updates `tree-sitter-rust` to 0.24.2 - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases) - [Commits](tree-sitter/tree-sitter-rust@v0.24.0...v0.24.2) Updates `click` to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.1.0...8.4.1) Updates `fastapi` to 0.137.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.0...0.137.1) Updates `hypothesis` to 6.155.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.0...v6.155.3) Updates `anthropic` to 0.109.2 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.40.0...v0.109.2) Updates `restrictedpython` to 8.3 - [Changelog](https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst) - [Commits](zopefoundation/RestrictedPython@8.1...8.3) Updates `psycopg2-binary` to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.12) Updates `keyring` to 25.7.0 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](jaraco/keyring@v25.0.0...v25.7.0) Updates `uvicorn` to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.30.0...0.49.0) Updates `pytest` to 9.1.0 - [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.0.0...9.1.0) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.0...v1.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v7.1.0) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.28.1) Updates `moto` to 5.2.2 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.0...5.2.2) Updates `pycryptodome` to 3.23.0 - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](Legrandin/pycryptodome@v3.20.0...v3.23.0) Updates `aiosqlite` to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.20.0...v0.22.1) Updates `gunicorn` to 26.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...26.0.0) Updates `celery` to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.4.0...v5.6.3) Updates `redis` to 8.0.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.0.0...v8.0.0) Updates `sqlalchemy` to 2.0.51 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `alembic` to 1.18.4 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `asyncpg` to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.29.0...v0.31.0) Updates `psycopg` to 3.3.4 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.0...3.3.4) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.0...v2.13.4) Updates `pydantic-settings` to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.3.0...v2.14.1) Updates `boto3` to 1.43.30 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.0...1.43.30) Updates `botocore` to 1.43.30 - [Commits](boto/botocore@1.34.0...1.43.30) Updates `aiobotocore` to 3.7.0 - [Release notes](https://github.com/aio-libs/aiobotocore/releases) - [Changelog](https://github.com/aio-libs/aiobotocore/blob/main/CHANGES.rst) - [Commits](aio-libs/aiobotocore@2.13.0...3.7.0) Updates `python-multipart` to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.9...0.0.32) Updates `pyjwt` to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.9.0...2.13.0) Updates `workos` to 8.0.0 Updates `gitpython` to 3.1.50 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.0...3.1.50) Updates `websockets` to 16.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@12.0...16.0) Updates `sentry-sdk` to 2.62.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.5.0...2.62.0) Updates `stripe` to 15.2.1 - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](stripe/stripe-python@v10.0.0...v15.2.1) Updates `pynacl` to 1.6.2 - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](pyca/pynacl@1.5.0...1.6.2) Updates `python-dotenv` to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.0...v1.2.2) Updates `sse-starlette` to 3.4.4 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](sysid/sse-starlette@v2.1.0...v3.4.4) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v77.0.0...v82.0.1) --- updated-dependencies: - dependency-name: aiobotocore dependency-version: 3.7.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:development dependency-group: python-runtime - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:development dependency-group: python-runtime - dependency-name: anthropic dependency-version: 0.109.1 dependency-type: direct:production dependency-group: python-runtime - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: boto3 dependency-version: 1.43.29 dependency-type: direct:development dependency-group: python-runtime - dependency-name: botocore dependency-version: 1.43.29 dependency-type: direct:development dependency-group: python-runtime - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:development dependency-group: python-runtime - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production dependency-group: python-runtime - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:development dependency-group: python-runtime - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development dependency-group: python-runtime - dependency-name: hypothesis dependency-version: 6.155.2 dependency-type: direct:production dependency-group: python-runtime - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: keyring dependency-version: 25.7.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: moto dependency-version: 5.2.2 dependency-type: direct:development dependency-group: python-runtime - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production dependency-group: python-runtime - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:development dependency-group: python-runtime - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production dependency-group: python-runtime - dependency-name: pycryptodome dependency-version: 3.23.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pynacl dependency-version: 1.6.2 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:development dependency-group: python-runtime - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:development dependency-group: python-runtime - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: restrictedpython dependency-version: '8.2' dependency-type: direct:production dependency-group: python-runtime - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production dependency-group: python-runtime - dependency-name: sentry-sdk dependency-version: 2.62.0 dependency-type: direct:development dependency-group: python-runtime - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-runtime - dependency-name: sqlalchemy dependency-version: 2.0.50 dependency-type: direct:development dependency-group: python-runtime - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production dependency-group: python-runtime - dependency-name: sse-starlette dependency-version: 3.4.4 dependency-type: direct:development dependency-group: python-runtime - dependency-name: stripe dependency-version: 15.2.1 dependency-type: direct:development dependency-group: python-runtime - dependency-name: tree-sitter dependency-version: 0.25.2 dependency-type: direct:production dependency-group: python-runtime - dependency-name: tree-sitter-java dependency-version: 0.23.5 dependency-type: direct:production dependency-group: python-runtime - dependency-name: tree-sitter-python dependency-version: 0.25.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: tree-sitter-ruby dependency-version: 0.23.1 dependency-type: direct:production dependency-group: python-runtime - dependency-name: tree-sitter-rust dependency-version: 0.24.2 dependency-type: direct:production dependency-group: python-runtime - dependency-name: tree-sitter-typescript dependency-version: 0.23.2 dependency-type: direct:production dependency-group: python-runtime - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:development dependency-group: python-runtime - dependency-name: workos dependency-version: 8.0.0 dependency-type: direct:development dependency-group: python-runtime ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/python-runtime-500ef7ebe7
branch
from
June 16, 2026 11:41
bfd9cb8 to
52400d5
Compare
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 cryptography, jsonschema, numpy, scipy, sqlparse, tree-sitter, tree-sitter-python, tree-sitter-typescript, tree-sitter-java, tree-sitter-ruby, tree-sitter-rust, click, fastapi, hypothesis, anthropic, restrictedpython, psycopg2-binary, keyring, uvicorn, pytest, pytest-asyncio, pytest-cov, httpx, moto, pycryptodome, aiosqlite, gunicorn, celery, redis, sqlalchemy, alembic, asyncpg, psycopg, pydantic, pydantic-settings, boto3, botocore, aiobotocore, python-multipart, pyjwt, workos, gitpython, websockets, sentry-sdk, stripe, pynacl, python-dotenv, sse-starlette and setuptools to permit the latest version.
Updates
cryptographyto 49.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
e300bbebump version and changelog for 49.0.0 (#15030)fa74cd8Add external mu (message representative) support for ML-DSA (#14979)f594db3chore(deps): bump openssl from 0.10.80 to 0.10.81 (#15029)608e011chore(deps): bump openssl-sys from 0.9.116 to 0.9.117 (#15028)a322bc4chore(deps): bump cc from 1.2.63 to 1.2.64 (#15027)33181a7Reject critical nameConstraints extensions containing directoryName constrain...6080dc7Bump dependencies that dependabot isn't (#15026)121faa3chore(deps): bump virtualenv from 21.4.2 to 21.4.3 (#15023)829520bAdd more robust processing for DH parameters. (#15016)0f05001Bump downstream dependencies in CI (#15025)Updates
jsonschemato 4.26.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
... (truncated)
Commits
a727743Add a changelog entry for 4.26.6d28c13Update the lockfile.739499eUpdate pre-commit hooks.cb2d779Merge pull request #1443 from python-jsonschema/pre-commit-ci-update-confige6bbbb7[pre-commit.ci] pre-commit autoupdated56037aMerge pull request #1442 from python-jsonschema/dependabot/github_actions/ast...e54ce13Bump astral-sh/setup-uv from 7.1.4 to 7.1.61f7c9fbPartially update docs requirements.241aec9Merge pull request #1441 from python-jsonschema/pre-commit-ci-update-config2818efbApache-2.0 -> nongplUpdates
numpyto 2.2.6Release notes
Sourced from numpy's releases.
... (truncated)
Commits
2b686f6Merge pull request #28980 from charris/prepare-2.2.6ed41828REL: Prepare for the NumPy 2.2.6 release [wheel build]83e4e7fMerge pull request #28966 from charris/backport-28958248f0cbTYP: add rejection-tests for complexndarrayfloordiv5bad9daTYP: reject complex scalar types inndarray.__ifloordiv__6c42775Merge pull request #28915 from charris/backport-288924277e7cMerge pull request #28916 from charris/backport-28898bd1c863BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898)87d1d8aMAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `...9e50659Merge pull request #28913 from charris/backport-28908Updates
scipyto 1.15.3Release notes
Sourced from scipy's releases.
Commits
e29dcb6REL: 1.15.3 rel commit [wheel build]61e6aa1Merge pull request #22840 from tylerjereddy/treddy_1.15.3_backports18c4ca8MAINT: PR 22840 wheel build [wheel build]bd0f132MAINT: PR 22840 revisions033b138MAINT: PR 22840 revisions7a283ccDOC: PR 22840 revisions3d1ea40BUG: spatial.HalfspaceIntersection: raise on non-feasible half space (#20035)d01b984BUG: ndimage.median_filter: fix segfault when usingmode='mirror'(#22608)0879108MAINT: special.logsumexp: fix bug when weight of largest magnitude component ...9b3b2d8Merge pull request #22869 from smurfix/mainUpdates
sqlparseto 0.5.5Changelog
Sourced from sqlparse's changelog.
... (truncated)
Commits
0d24023Bump version to 0.5.5da67ac1Enhance DoS protection by raising SQLParseError for exceeded grouping limits ...5ca50a2Fix splitting of BEGIN TRANSACTION statements (fixes #826).acd8e58Back to development version.14e300bBump version.96a67e2Code cleanup.1a3bfbdFix handling of semicolons inside BEGIN...END blocks (fixes #809).e92a032Fix handling of IF EXISTS statements in BEGIN...END blocks (fixes #812).149bebfUpdate Changelog.561a67eUpdate AUTHORS.Updates
tree-sitterto 0.25.2Release notes
Sourced from tree-sitter's releases.
Commits
e2a5b21chore: release 0.25.2bddf8adbuild: bump tree_sitter/core froma467ea8toda6fe9b2a94c01fix(parser): fix memleak of source_view10ff18dbuild: bump tree_sitter/core from629093dtoa467ea88452c1bci: bump actions/setup-python from 5 to 6 in the actions groupd2d8789ci: bump actions/upload-pages-artifact from 3 to 4 in the actions groupd36bde5build: properly detect MSVC compilerec0eab3build: bump tree_sitter/core from3624198to629093d5bae230ci: bump actions/checkout from 4 to 5 in the actions group794a34fci: bump actions/download-artifact from 4 to 5 in the actions groupUpdates
tree-sitter-pythonto 0.25.0Release notes
Sourced from tree-sitter-python's releases.
Commits
293fdc00.25.034a91a2chore: generate8ad8a51ci: update failing filesa0b84edtest: update tests1b1ca93fix: give a higher lexical precedence to the*inexcept*a4c106ffeat: allow multiple exception expressions without parenthesis29e3bc2refactor!: simplify exceptionsd8f9e69feat: add PEP 750 template string support7ff26dafeat: simplify try statement by accepting missing else/except/finally blocksafdba00build: update bindingsUpdates
tree-sitter-typescriptto 0.23.2Release notes
Sourced from tree-sitter-typescript's releases.
Commits
f975a620.23.261e2a770.23.17bfe051fix(rust): don't fetch files from node_modulesaa6c28ffix: remove glimmer tags9230875build: move tree-sitter-javascript todependencies14af167chore: regenerate31725c1build: update bindings89e0420feat(node): support single-file executables viabun build --compile73c4447chore: regenerate18bb23abuild: update bindingsUpdates
tree-sitter-javato 0.23.5Release notes
Sourced from tree-sitter-java's releases.
Commits
94703d50.23.5de81673chore: generate4885576feat: allow reserved identifiers inelement_value_pair24a58d8fix: correct floating point literal parsing33a3868fix: allow annotations after theellipsisin a spread parametere75fda2fix: giveyieldin_reserved_identifiera precedence of 004a649dfeat(highlights): add more keywordsa1bbe920.23.4875834dci(publish): add attestations and generate parser68dd781ci: bump tree-sitter/setup-action from 1 to 2Updates
tree-sitter-rubyto 0.23.1Release notes
Sourced from tree-sitter-ruby's releases.
Commits
71bd32f0.23.1f6a4aa0ci(publish): add attestations and generate parser351e818build: update bindings557ec01fix: remove unnecessary empty string usage83aec5fchore: regenerated9a15fabuild: update bindings62f87ddci: update workflows0b47296fix(swift): include scanner.cUpdates
tree-sitter-rustto 0.24.2Release notes
Sourced from tree-sitter-rust's releases.
Commits
77a37470.24.2c9f1579Merge remote-tracking branch 'origin/v0.24.x'b3e615dFix bad error recovery when parsing repeated string literals (#307)4b81067Disable regeneration6651c80Regenerate parser96e3121Remove attestations from GH release job8a1ccae0.24.1ab43fdbParse string literals even in with unexpected prefixes (#306)261b202Raw reference/identifier conflict (#288)946595dInclude LICENSE (#263)Updates
clickto 8.4.1Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
... (truncated)
Commits
6eeb50erelease version 8.4.167921d5change log and doc fixes (#3495)9c41f46Fix changelog and version admonitions6cb3477fix skip condition5ee8e31fix I/O operation on closed file error with CliRunner and echo_via_pager (#3482)becbde5pager doesn't close std streamsa5f5aa6Handle empty bytes in echo (#3493)4d3db84handle empty bytes in echod42f15bFixget_parameter_source()during type conversion and eager callbacks (#3484)0baa8dbDocument ctx.params bypass with test and docUpdates
fastapito 0.137.1Release notes
Sourced from fastapi's releases.
Commits
a82e5f2🔖 Release version 0.137.1 (#15766)edd1461📝 Update release notesb78c822🚨 Fix typing checks for APIRoute (#15765)e0f8cad📝 Update release notesd8aad20🐛 Fix bug, allow empty path in path operation in prefixless router (#15763)9a9c4ad🔖 Release version 0.137.0 (#15748)c6d5897📝 Update release notes31d097f📝 Update release notes (#15747)ba609a8📝 Update release notes8e1d774♻️ Refactor internals to preserveAPIRouterandAPIRouteinstances (#15745)Updates
hypothesisto 6.155.3Commits
8497a82Bump hypothesis version to 6.155.3 and update changelog1ac02e3Merge pull request #4767 from pschanely/suppress-observations814a0efMerge branch 'master' into suppress-observationsef41ab2Fix two crosshair-backend test failures + a spurious empty observation1084b33claude: fix link preview dark styling in furo auto theme modecaa15d0Bump hypothesis version to 6.155.2 and update changelog41f16b2format