build(deps): bump the allpip group across 1 directory with 45 updates#788
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the allpip group across 1 directory with 45 updates#788dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the allpip group with 43 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.3` | `0.139.2` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.4` | `1.18.5` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.48.0` | `0.51.0` | | [click](https://github.com/pallets/click) | `8.4.1` | `8.4.2` | | [python-ulid](https://github.com/mdomke/python-ulid) | `3.1.0` | `3.2.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.50` | `2.0.51` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.31` | `0.0.32` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `8.2.1` | `8.3.0` | | [prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator) | `8.0.0` | `8.0.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.1` | `7.15.2` | | [playwright](https://github.com/microsoft/playwright-python) | `1.60.0` | `1.61.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.15` | `0.15.22` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.410` | `1.1.411` | | [setuptools](https://github.com/pypa/setuptools) | `82.0.1` | `83.0.0` | | [djlint](https://github.com/djlint/djLint) | `1.36.4` | `1.41.0` | | [anyio](https://github.com/agronholm/anyio) | `4.13.0` | `4.14.2` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.3` | `4.15.0` | | [blessed](https://github.com/jquast/blessed) | `1.44.0` | `1.47.0` | | [certifi](https://github.com/certifi/python-certifi) | `2026.5.20` | `2026.6.17` | | [cffi](https://github.com/python-cffi/cffi) | `2.0.0` | `2.1.0` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.7` | `3.4.9` | | [cryptography](https://github.com/pyca/cryptography) | `48.0.1` | `49.0.0` | | [cssbeautifier](https://github.com/beautifier/js-beautify) | `1.15.4` | `2.0.3` | | [distlib](https://github.com/pypa/distlib) | `0.4.0` | `0.4.3` | | [dulwich](https://github.com/dulwich/dulwich) | `1.2.6` | `1.2.12` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.0` | `3.31.1` | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.4.0` | `2026.6.0` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.1` | `3.5.3` | | [idna](https://github.com/kjd/idna) | `3.17` | `3.18` | | [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.5.0` | `4.6.0` | | [joserfc](https://github.com/authlib/joserfc) | `1.6.8` | `1.7.4` | | [jsbeautifier](https://github.com/ghost6991/Jsbeautifier) | `1.15.4` | `2.0.3` | | [json5](https://github.com/dpranke/pyjson5) | `0.14.0` | `0.15.0` | | [pbs-installer](https://github.com/frostming/pbs-installer) | `2026.5.10` | `2026.7.18` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.10.1` | | [python-discovery](https://github.com/tox-dev/python-discovery) | `1.4.0` | `1.4.4` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2026.5.9` | `2026.7.19` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.4` | `2.9` | | [tomlkit](https://github.com/python-poetry/tomlkit) | `0.15.0` | `0.15.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.15.0` | `4.16.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.4.2` | `21.6.1` | | [websockets](https://github.com/python-websockets/websockets) | `16.0` | `16.1.1` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `2.2.1` | `2.2.2` | Updates `fastapi` from 0.136.3 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.3...0.139.2) Updates `alembic` from 1.18.4 to 1.18.5 - [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 `uvicorn` from 0.48.0 to 0.51.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.48.0...0.51.0) Updates `click` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.4.1...8.4.2) Updates `python-ulid` from 3.1.0 to 3.2.1 - [Release notes](https://github.com/mdomke/python-ulid/releases) - [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst) - [Commits](mdomke/python-ulid@3.1.0...3.2.1) Updates `sqlalchemy` from 2.0.50 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 `python-multipart` from 0.0.31 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.31...0.0.32) Updates `vcrpy` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v8.2.1...v8.3.0) Updates `prometheus-fastapi-instrumentator` from 8.0.0 to 8.0.2 - [Release notes](https://github.com/trallnag/prometheus-fastapi-instrumentator/releases) - [Changelog](https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/master/CHANGELOG.md) - [Commits](trallnag/prometheus-fastapi-instrumentator@v8.0.0...v8.0.2) Updates `coverage` from 7.14.1 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.1...7.15.2) Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.60.0...v1.61.0) Updates `ruff` from 0.15.15 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.15...0.15.22) Updates `pyright` from 1.1.410 to 1.1.411 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.410...v1.1.411) Updates `setuptools` from 82.0.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.1...v83.0.0) Updates `djlint` from 1.36.4 to 1.41.0 - [Release notes](https://github.com/djlint/djLint/releases) - [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md) - [Commits](djlint/djLint@v1.36.4...v1.41.0) Updates `anyio` from 4.13.0 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.13.0...4.14.2) Updates `beautifulsoup4` from 4.14.3 to 4.15.0 Updates `blessed` from 1.44.0 to 1.47.0 - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](https://github.com/jquast/blessed/commits) Updates `certifi` from 2026.5.20 to 2026.6.17 - [Commits](certifi/python-certifi@2026.05.20...2026.06.17) Updates `cffi` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v2.0.0...v2.1.0) Updates `charset-normalizer` from 3.4.7 to 3.4.9 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.7...3.4.9) Updates `cryptography` from 48.0.1 to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.1...49.0.0) Updates `cssbeautifier` from 1.15.4 to 2.0.3 - [Release notes](https://github.com/beautifier/js-beautify/releases) - [Changelog](https://github.com/beautifier/js-beautify/blob/main/CHANGELOG.md) - [Commits](beautifier/js-beautify@v1.15.4...v2.0.3) Updates `distlib` from 0.4.0 to 0.4.3 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.4.0...0.4.3) Updates `dulwich` from 1.2.6 to 1.2.12 - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/main/NEWS) - [Commits](jelmer/dulwich@dulwich-1.2.6...dulwich-1.2.12) Updates `filelock` from 3.29.0 to 3.31.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.29.0...3.31.1) Updates `fsspec` from 2026.4.0 to 2026.6.0 - [Commits](fsspec/filesystem_spec@2026.4.0...2026.6.0) Updates `greenlet` from 3.5.1 to 3.5.3 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.5.1...3.5.3) Updates `idna` from 3.17 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.17...v3.18) Updates `jaraco-functools` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/jaraco/jaraco.functools/releases) - [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst) - [Commits](jaraco/jaraco.functools@v4.5.0...v4.6.0) Updates `jinxed` from 2.0.4 to 2.1.0 - [Release notes](https://github.com/Rockhopper-Technologies/jinxed/releases) - [Commits](Rockhopper-Technologies/jinxed@2.0.4...2.1.0) Updates `joserfc` from 1.6.8 to 1.7.4 - [Release notes](https://github.com/authlib/joserfc/releases) - [Changelog](https://github.com/authlib/joserfc/blob/main/docs/changelog.rst) - [Commits](authlib/joserfc@1.6.8...1.7.4) Updates `jsbeautifier` from 1.15.4 to 2.0.3 - [Commits](https://github.com/ghost6991/Jsbeautifier/commits) Updates `json5` from 0.14.0 to 0.15.0 - [Commits](dpranke/pyjson5@v0.14.0...v0.15.0) Updates `pbs-installer` from 2026.5.10 to 2026.7.18 - [Release notes](https://github.com/frostming/pbs-installer/releases) - [Commits](frostming/pbs-installer@2026.05.10...2026.07.18) Updates `platformdirs` from 4.10.0 to 4.10.1 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.10.0...4.10.1) Updates `python-discovery` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](tox-dev/python-discovery@1.4.0...1.4.4) Updates `regex` from 2026.5.9 to 2026.7.19 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2026.5.9...2026.7.19) Updates `soupsieve` from 2.8.4 to 2.9 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8.4...2.9) Updates `tomlkit` from 0.15.0 to 0.15.1 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.15.0...0.15.1) Updates `typing-extensions` from 4.15.0 to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.15.0...4.16.0) Updates `virtualenv` from 21.4.2 to 21.6.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.4.2...21.6.1) Updates `wcwidth` from 0.7.0 to 0.8.2 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.7.0...0.8.2) Updates `websockets` from 16.0 to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@16.0...16.1.1) Updates `wrapt` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: allpip - dependency-name: alembic dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allpip - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: allpip - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allpip - dependency-name: python-ulid dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: allpip - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allpip - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allpip - dependency-name: vcrpy dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: allpip - dependency-name: prometheus-fastapi-instrumentator dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allpip - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: allpip - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: allpip - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: allpip - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: allpip - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: allpip - dependency-name: djlint dependency-version: 1.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: allpip - dependency-name: anyio dependency-version: 4.14.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: blessed dependency-version: 1.47.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: cffi dependency-version: 2.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: allpip - dependency-name: cssbeautifier dependency-version: 2.0.3 dependency-type: indirect update-type: version-update:semver-major dependency-group: allpip - dependency-name: distlib dependency-version: 0.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: dulwich dependency-version: 1.2.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: filelock dependency-version: 3.31.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: fsspec dependency-version: 2026.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: greenlet dependency-version: 3.5.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: idna dependency-version: '3.18' dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: jaraco-functools dependency-version: 4.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: jinxed dependency-version: 2.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: joserfc dependency-version: 1.7.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: jsbeautifier dependency-version: 2.0.3 dependency-type: indirect update-type: version-update:semver-major dependency-group: allpip - dependency-name: json5 dependency-version: 0.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: pbs-installer dependency-version: 2026.7.18 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: platformdirs dependency-version: 4.10.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: python-discovery dependency-version: 1.4.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: regex dependency-version: 2026.7.19 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: soupsieve dependency-version: '2.9' dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: virtualenv dependency-version: 21.6.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: wcwidth dependency-version: 0.8.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: websockets dependency-version: 16.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: allpip - dependency-name: wrapt dependency-version: 2.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: allpip ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Welcome to our community 🤗 and thank you for your first contribution. As a first time contributor please make sure to review our contribution guidelines ❤️ |
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.
Bumps the allpip group with 43 updates in the / directory:
0.136.30.139.21.18.41.18.50.48.00.51.08.4.18.4.23.1.03.2.12.0.502.0.510.0.310.0.328.2.18.3.08.0.08.0.27.14.17.15.21.60.01.61.00.15.150.15.221.1.4101.1.41182.0.183.0.01.36.41.41.04.13.04.14.24.14.34.15.01.44.01.47.02026.5.202026.6.172.0.02.1.03.4.73.4.948.0.149.0.01.15.42.0.30.4.00.4.31.2.61.2.123.29.03.31.12026.4.02026.6.03.5.13.5.33.173.184.5.04.6.01.6.81.7.41.15.42.0.30.14.00.15.02026.5.102026.7.184.10.04.10.11.4.01.4.42026.5.92026.7.192.8.42.90.15.00.15.14.15.04.16.021.4.221.6.116.016.1.12.2.12.2.2Updates
fastapifrom 0.136.3 to 0.139.2Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
866b7a3🔖 Release version 0.139.2 (#16014)7b3effe📝 Update release notes7fe315c🐛 Refactor router route building to make it thread-safe, mainly relevant for ...c48e67b🔖 Release version 0.139.1 (#16012)2acc4fb📝 Update release noteseb75fd0🐛 Fix frontend fallback support for doted paths like/users/john.doe(#16011)9b8410b📝 Update release notese24d44c📝 Fix topic repository list not being displayed andskip_usersnot being ap...93b78f8📝 Update release notesb959b44📝 Update release notesUpdates
alembicfrom 1.18.4 to 1.18.5Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
uvicornfrom 0.48.0 to 0.51.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
e4d0b05Version 0.51.0 (#3028)944e43dRemove colorama from the standard extra (#3027)2e78770Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)a1b570cVersion 0.50.2 (#3022)83c7da7Require websockets>=13.0 for the default sansio implementation (#3021)b4d0116Version 0.50.1 (#3020)2a9151dSplit comma-separatedSec-WebSocket-Protocolvalues in the websockets-sansi...1bf3ab4Cover the excluded-directory branch inFileFilterwith a direct test (#3014)837b5f9Deflake multiprocess, reload, and signal supervisor tests (#2975)21d2c16Version 0.50.0 (#3013)Updates
clickfrom 8.4.1 to 8.4.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
b2e30a1Release version 8.4.27a16b20Fixpackage_nameresolution when module differs from distribution name (#3582)bec5928Fixpackage_nameresolution when top-level module differs from distribution...916883aFix tests to not rely on-Wdefaultoption (#3591)09195f6Fix double-bracketing of choices in synopsis (#3578)1557e26Check for warning exception with idiomatic context managerd9ff133Static typing improvements inclick.shell_completion(#3460)762c97eFix double-bracketing of choices in synopsis8929d39Convert changes to markdown. (#3559)237be50Move changes headings down a level.Updates
python-ulidfrom 3.1.0 to 3.2.1Release notes
Sourced from python-ulid's releases.
Changelog
Sourced from python-ulid's changelog.
Commits
7a31bbdImprove contribution guide4c35bd2chore: Add missing build step to publish job7226f71chore: Use pinned commit for codecov as well84ecd54chore: Use commit SHA pin for external actions3f04e7fchore: Update CHANGELOG with latest changes8ee65f6Depend on typing-extensions for Python<3.11; avoid it otherwise (#50)9b592d2Add changelog for 3.2.0 releasea1ef275Add --uuid7 option to ulid show commande24d596Add contribution guides for humans and AI2f4f67fchore: Ignore coverage filesUpdates
sqlalchemyfrom 2.0.50 to 2.0.51Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
python-multipartfrom 0.0.31 to 0.0.32Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
238ead6Version 0.0.32 (#302)8672979Replace per-byte partial-boundary scan with rfind lookbehind (#300)8190779Bump the python-packages group with 7 updates (#301)0d3c086Use uv package ecosystem for Dependabot (#299)Updates
vcrpyfrom 8.2.1 to 8.3.0Release notes
Sourced from vcrpy's releases.
Changelog
Sourced from vcrpy's changelog.
... (truncated)
Commits
c599974Release v8.3.068cbe59Show how to register a custom object in the cassette-not-saved error7a898b5Refuse to record cassettes the safe YAML loader can't read back (#1012)1421b36fix: show descriptive error when cassette contains unsupported YAML tags (#1008)b1fb62bMerge pull request #1000 from kevin1024/dependabot/pre_commit/https-/github.c...9e74117Fix stale keep-alive connection reuse; unpin werkzeug (#1001)30a721dLoosen up some things to allow vcrpy to work with niquests (#980)393e349build(deps): bump https://github.com/astral-sh/ruff-pre-commitUpdates
prometheus-fastapi-instrumentatorfrom 8.0.0 to 8.0.2Release notes
Sourced from prometheus-fastapi-instrumentator's releases.
Changelog
Sourced from prometheus-fastapi-instrumentator's changelog.
Commits
c1c1fb6chore: Prepare release v8.0.2652991edocs: Add link to pr in changelog4cca8aabuild(deps): bump pre-commit/action from 3.0.0 to 3.0.1 (#301)dd185b0build(deps): bump softprops/action-gh-release from 2 to 3 (#363)8e8f8c5build(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#364)778526bbuild(deps): bump actions/cache from 4 to 5 (#365)c212edebuild(deps): bump github/codeql-action from 2 to 4 (#366)f31451cchore: Replace deprecated coroutine detection (#378)c433368test(routing): add 405/Mount/WebSocket coverage for _IncludedRouter (#377)e7b3266Remove incorrect build badge from readmeUpdates
coveragefrom 7.14.1 to 7.15.2Release notes
Sourced from coverage's releases.