-
Couldn't load subscription status.
- Fork 81
Bump the all-dependencies group across 1 directory with 34 updates #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Bumps the all-dependencies group with 31 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.2` | `1.13.3` | | [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.115.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.4.0` | `2.5.2` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.9` | `0.0.12` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.32` | `2.0.35` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.3` | | [gevent](https://github.com/gevent/gevent) | `24.2.1` | `24.10.2` | | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.12.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.6.9` | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.31.1` | | [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.2.post1` | | [certifi](https://github.com/certifi/python-certifi) | `2024年7月4日` | `2024年8月30日` | | [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.3.9` | | [dnspython](https://github.com/rthalley/dnspython) | `2.6.1` | `2.7.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.1` | | [httpcore](https://github.com/encode/httpcore) | `1.0.5` | `1.0.6` | | [httptools](https://github.com/MagicStack/httptools) | `0.6.1` | `0.6.2` | | [identify](https://github.com/pre-commit/identify) | `2.6.0` | `2.6.1` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` | | [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `75.1.0` | | [starlette](https://github.com/encode/starlette) | `0.38.2` | `0.39.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.6` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.23.0` | `0.24.0` | | [websockets](https://github.com/python-websockets/websockets) | `13.0` | `13.1` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.0.2` | `7.1.0` | Updates `alembic` from 1.13.2 to 1.13.3 - [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 `fastapi` from 0.112.2 to 0.115.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.112.2...0.115.2) Updates `pydantic` from 2.8.2 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.9.2) Updates `pydantic-settings` from 2.4.0 to 2.5.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.4.0...v2.5.2) Updates `python-multipart` from 0.0.9 to 0.0.12 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.9...0.0.12) Updates `sqlalchemy` from 2.0.32 to 2.0.35 - [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 `coverage` from 7.6.1 to 7.6.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.1...7.6.3) Updates `gevent` from 24.2.1 to 24.10.2 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@24.2.1...24.10.2) Updates `httpx` from 0.27.0 to 0.27.2 - [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.27.2) Updates `mypy` from 1.11.2 to 1.12.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.12.0) Updates `pre-commit` from 3.8.0 to 4.0.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@v3.8.0...v4.0.1) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) Updates `ruff` from 0.6.2 to 0.6.9 - [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.6.2...0.6.9) Updates `uvicorn` from 0.30.6 to 0.31.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.30.6...0.31.1) Updates `anyio` from 4.4.0 to 4.6.2.post1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.4.0...4.6.2.post1) Updates `certifi` from 2024年7月4日 to 2024年8月30日 - [Commits](certifi/python-certifi@2024年07月04日...2024年08月30日) Updates `cffi` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.0...v1.17.1) Updates `distlib` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.3.8...0.3.9) Updates `dnspython` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.6.1...v2.7.0) Updates `filelock` from 3.15.4 to 3.16.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.15.4...3.16.1) Updates `greenlet` from 3.0.3 to 3.1.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.0.3...3.1.1) Updates `httpcore` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.5...1.0.6) Updates `httptools` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](MagicStack/httptools@v0.6.1...v0.6.2) Updates `identify` from 2.6.0 to 2.6.1 - [Commits](pre-commit/identify@v2.6.0...v2.6.1) Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.8...v3.10) Updates `markupsafe` from 2.1.5 to 3.0.1 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.5...3.0.1) Updates `platformdirs` from 4.2.2 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.2...4.3.6) Updates `pydantic-core` from 2.20.1 to 2.23.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.23.4) Updates `setuptools` from 73.0.1 to 75.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v73.0.1...v75.1.0) Updates `starlette` from 0.38.2 to 0.39.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.38.2...0.39.2) Updates `virtualenv` from 20.26.3 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.3...20.26.6) Updates `watchfiles` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.23.0...v0.24.0) Updates `websockets` from 13.0 to 13.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@13.0...13.1) Updates `zope-interface` from 7.0.2 to 7.1.0 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.interface@7.0.2...7.1.0) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: gevent dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: cffi dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: distlib dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: dnspython dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: greenlet dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httpcore dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: httptools dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: idna dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: markupsafe dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-core dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: watchfiles dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: zope-interface dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 14, 2024
@dependabot
@github
Looks like these dependencies are updatable in another way, so this is no longer needed.
@dependabot
dependabot
bot
deleted the
dependabot/pip/all-dependencies-83edc53a28
branch
October 21, 2024 18:27
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.
Uh oh!
There was an error while loading. Please reload this page.
Bumps the all-dependencies group with 31 updates in the / directory:
1.13.21.13.30.112.20.115.22.8.22.9.22.4.02.5.20.0.90.0.122.0.322.0.357.6.17.6.324.2.124.10.20.27.00.27.21.11.21.12.03.8.04.0.18.3.28.3.30.6.20.6.90.30.60.31.14.4.04.6.2.post12024年7月4日2024年8月30日0.3.80.3.92.6.12.7.03.15.43.16.11.0.51.0.60.6.10.6.22.6.02.6.13.83.102.1.53.0.14.2.24.3.673.0.175.1.00.38.20.39.220.26.320.26.60.23.00.24.013.013.17.0.27.1.0Updates
alembicfrom 1.13.2 to 1.13.3Release notes
Sourced from alembic's releases.
Commits
Updates
fastapifrom 0.112.2 to 0.115.2Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
07684ae🔖 Release version 0.115.263c428f📝 Update release notesb77f235⬆️ Upgrade Starlette to>=0.37.2,<0.41.0(#12431)113da5b🔖 Release version 0.115.1f0be768📝 Update release notese049fc4🐛 Fix openapi generation with responses kwarg (#10895)b29cf16📝 Update release notes8ae4603🐛 RemoveRequiredshadowing from fastapi using Pydantic v2 (#12197)529155e📝 Update release notes104dc0b⬆ [pre-commit.ci] pre-commit autoupdate (#12396)Updates
pydanticfrom 2.8.2 to 2.9.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
7cedbfbhistory updates7eab2b8v bumpc0a288fFixZoneInfowith various invalid types (#10408)ea6115dFix variance issue in_IncExtype alias, only allowTrue(#10414)fbfe25aFix serialization schema generation when usingPlainValidator(#10427)26cff3cAdding notes on designing callable discriminators (#10400)8a0e7adDo not error when trying to evaluate annotations of private attributes (#10358)ecc5275bump2c61bfdFix evaluation of stringified annotations during namespace inspection (#10347)3d364cbUse correct types namespace when building namedtuple core schemas (#10337)Updates
pydantic-settingsfrom 2.4.0 to 2.5.2Release notes
Sourced from pydantic-settings's releases.
Commits
79090e2Prepare release 2.5.2 (#397)81d7c46Second fix for the TypeError bug introduced in 2.5 (#396)b2c0ee2Prepare release 2.5.1 (#393)3eff625Fix TypeError introduced in 2.5 (#392)7353e5bPrepare release 2.5.0 (#388)6ae24e5Update pydantic to > 2.9.0 (#387)287cb22Fix dotenv settings source problem in handling extra variables with same pref...a9eb22eAdd CLI subcommand union and alias support (#380)12d85cfEnable multiple secrets dirs (#372)94f3a90CLI ignore external parser list fix (#379)Updates
python-multipartfrom 0.0.9 to 0.0.12Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
3f7233dVersion 0.0.12 (#160)83191cbensure our boundary matches: improve the message (#124)a169d93Add mypy strict typing (#140)24d5f57Enforce 100% coverage (#159)293ea34Version 0.0.11 (#158)a790e40Improve performance, especially in data with many CR-LF (#137)dcf0ba1Handle invalid CRLF in header name. fixes #122 (#141)851a026Add entry to changelog (#157)265d6a4Upgrade documentation packages (#156)21825fcVersion 0.0.10 (#155)Updates
sqlalchemyfrom 2.0.32 to 2.0.35Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coveragefrom 7.6.1 to 7.6.3Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
342a4cbdocs: sample HTML for 7.6.3df03796docs: prep for 7.6.3378c321fix: nested context managers shouldn't cause a phantom missing branch #1876c8902edbuild: pypy 3.9 doesn't seem to be available nightlyc59a77bdocs(build): put a header on the GitHub releases65ac395docs: fix a link in the changes2d3e72cdocs: add coverage-simple-excludes to the docs474a363fix: didn't-ectomy. #18735229fc3docs: mention 1852 is fixed6a4506fbuild(docs): upgrade doc dependenciesUpdates
geventfrom 24.2.1 to 24.10.2Commits
c3fc2f0Preparing release 24.10.2203463eMerge pull request #2061 from gevent/dependabot/github_actions/github-actions...981039cchange note for #20491dd7f6aGHA: Test on 3.13 final.818457aAdd workaround for flaky test_signal.py on 3.13/CI.68c21b4incorporate patch for #2049.6f9258cBack to development: 24.10.200d2503Preparing release 24.10.160e36bcBring in newer _fallback_socketpair. Fixes #20480877f8dMerge pull request #2057 from Enkidu-Aururu/add-changes-urlUpdates
httpxfrom 0.27.0 to 0.27.2Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
609df7eReintroduceURLTypes. (#3288)1d6b663Update CHANGELOG for 0.27.1 release date. (#3285)1bf1ba5Version 0.27.1 (#3275)7c0cda1Improve InvalidURL error message. (#3250)beb501fBump the python-packages group across 1 directory with 8 updates (#3247)359f77dClean up URL signature. (#3245)b351a44Update requirements.txt (#3246)db9072fAdd URL parsing tests from WHATWG (#3188)92e9dfbUpdate asgi.py docstring (#3210)e186eccBump the python-packages group with 8 updates (#3213)Updates
mypyfrom 1.11.2 to 1.12.0Changelog
Sourced from mypy's changelog.