chore(deps): bump the python-dependencies group across 1 directory with 6 updates#825
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
…th 6 updates Updates the requirements on [boto3](https://github.com/boto/boto3), [cachetools](https://github.com/tkem/cachetools), [gunicorn](https://github.com/benoitc/gunicorn), [litellm[proxy]](https://github.com/BerriAI/litellm), [starlette](https://github.com/Kludex/starlette) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `boto3` from 1.40.76 to 1.42.64 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.76...1.42.64) Updates `cachetools` from 7.0.2 to 7.0.5 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.0.2...v7.0.5) Updates `gunicorn` to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.1.0) Updates `litellm[proxy]` from 1.81.3 to 1.82.1 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits/1.82.1) Updates `starlette` to 0.52.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.40.0...0.52.1) Updates `uvicorn` to 0.41.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.31.1...0.41.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: litellm[proxy] dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: starlette dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
a7c69cf to
f6feba8
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 boto3, cachetools, gunicorn, litellm[proxy], starlette and uvicorn to permit the latest version.
Updates
boto3from 1.40.76 to 1.42.64Commits
12c6ff2Merge branch 'release-1.42.64'e006a9aBumping version to 1.42.64e4935eeAdd changelog entries from botocore3cb7506Fix typo in CONTRIBUTING.rst: codstyle to codestyle (#4731)5e8adc5Merge branch 'release-1.42.63'1c19e8cMerge branch 'release-1.42.63' into developab9feeaBumping version to 1.42.63ea37886Add changelog entries from botocore1e80b23Merge branch 'release-1.42.62'e36ca90Merge branch 'release-1.42.62' into developUpdates
cachetoolsfrom 7.0.2 to 7.0.5Changelog
Sourced from cachetools's changelog.
Commits
5dce86fRelease v7.0.5.af5e688Minor@cachedmethodperformance improvements.0ca75e6Relase v7.0.4.5b1fa39Prepare v7.0.4.18e5930Fix #218: Fix and properly document@cachedmethod.cache_key handling.98ec79fDrop "class method" from@cachedmethoddocstring.93822a3Release v7.0.3.57d2e48Fix #387: Handle obj=None case for inspection in _DescriptorBase.Updates
gunicornto 25.1.0Release notes
Sourced from gunicorn's releases.
Commits
2d43101docs: merge gunicornc into 25.1.0 releasebf4ad8ddocs: update 25.1.0 release date to 2026-02-13730350eMerge pull request #3505 from benoitc/feature/gunicornc-control-interface63df19bfix(tests): use process groups for reliable signal handling in PyPycd77bccfix(tests): increase wait time for all server tests02ea985fix(tests): improve server test reliability on FreeBSD6d81c9efix: resolve pylint warnings7486baafix: remove unused imports3e60d29docs: add gunicornc control interface guidee05e40dfeat(ctl): add message-based dirty worker managementUpdates
litellm[proxy]from 1.81.3 to 1.82.1Release notes
Sourced from litellm[proxy]'s releases.
... (truncated)
Commits
Updates
starletteto 0.52.1Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
e5b8a5dVersion 0.52.1 (#3110)d02eadeOnly usetyping_extensionsin older Python versions (#3109)f490b42Version 0.52.0 (#3107)d8c7cf9TurnStateinto aMapping(#3036)cfce146chore: bump coverage (#3103)9138e55fix: setup github pages for deployment (#3102)aff6df7docs: add environment for github docs (#3101)434bab9docS: fix gh pages deploy (#3100)03426bedocs: replace mkdocs by zensical (#3098)df2ee22Version 0.51.0 (#3097)Updates
uvicornto 0.41.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
9283c0fVersion 0.41.0 (#2821)a01a33eAdd--limit-max-requests-jitterto stagger worker restarts (#2707)2ce65bdIgnore permission denied errors in watchfiles reloader (#2817)654f2edEnsure lifespan shutdown runs whenshould_exitis set during startup (#2812)a03d9f6Reduce the log level of 'request limit exceeded' messages (#2788)e377de4Add socket path to scope["server"] (#2561)0779f7fPoll for readiness intest_multiprocess_health_checkandrun_server(#2816)7e9ce2cPoll for PID changes intest_multiprocess_sighupinstead of fixed sleep (#2...99f0d87Fix grep warning in scripts/sync-version (#2807)7ae2e63chore(deps): bump the python-packages group with 18 updates (#2801)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions