build(deps): bump the api group with 8 updates - #214
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
|
@dependabot rebase |
Bumps the api group with 8 updates: | Package | From | To | | --- | --- | --- | | [apscheduler](https://github.com/agronholm/apscheduler) | `3.10.4` | `3.11.2` | | [fastapi](https://github.com/fastapi/fastapi) | `0.92.0` | `0.135.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.30.1` | `0.41.0` | | [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.16.1` | `1.25.2` | | [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.43b0` | `0.60b1` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.8` | `1.9.4` | | [httpx](https://github.com/encode/httpx) | `0.23.3` | `0.28.1` | | [icecream](https://github.com/gruns/icecream) | `2.1.3` | `2.1.10` | Updates `apscheduler` from 3.10.4 to 3.11.2 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.10.4...3.11.2) Updates `fastapi` from 0.92.0 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.92.0...0.135.1) Updates `uvicorn` from 0.30.1 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.30.1...0.41.0) Updates `azure-identity` from 1.16.1 to 1.25.2 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.1...azure-identity_1.25.2) Updates `opentelemetry-instrumentation-fastapi` from 0.43b0 to 0.60b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `bandit` from 1.7.8 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.8...1.9.4) Updates `httpx` from 0.23.3 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.23.3...0.28.1) Updates `icecream` from 2.1.3 to 2.1.10 - [Release notes](https://github.com/gruns/icecream/releases) - [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt) - [Commits](gruns/icecream@v2.1.3...v2.1.10) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api - dependency-name: azure-identity dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api - dependency-name: opentelemetry-instrumentation-fastapi dependency-version: 0.60b1 dependency-type: direct:production dependency-group: api - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: api - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: api - dependency-name: icecream dependency-version: 2.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: api ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/api-851028178a
branch
from
March 4, 2026 08:17
822f125 to
0681aaa
Compare
Contributor
Author
|
Looks like these dependencies are no longer updatable, 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.
Bumps the api group with 8 updates:
3.10.43.11.20.92.00.135.10.30.10.41.01.16.11.25.20.43b00.60b11.7.81.9.40.23.30.28.12.1.32.1.10Updates
apschedulerfrom 3.10.4 to 3.11.2Release notes
Sourced from apscheduler's releases.
Commits
0f70950Added the release versionbc404e6Updated publish actionsc3aa155Updated pre-commit modulesad6b2dcAdded fix for get_next_fire_time not advancing through fold with unfolded pre...f4df139Added the release version25be7b7Fixed CronTrigger getting stuck on fallback DST transition (#1079)1261386Updated etcd image repository nameb1f5636Fixed shutdown() not raising the correct exception for some schedulers6c72a51Backported release job from master4b96510Added the release versionUpdates
fastapifrom 0.92.0 to 0.135.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
ca5f60e🔖 Release version 0.135.187f75aa📝 Update release notes8a9258b🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed...6038507📝 Update release notesc796ba4👥 Update FastAPI People - Experts (#15037)b24aa03📝 Update release notes2c61047✏️ Fix typo indocs/en/docs/_llm-test.md(#15007)e3bbeef📝 Update release notesd726c8c📝 Update release notescf514e6👥 Update FastAPI People - Contributors and Translators (#15029)Updates
uvicornfrom 0.30.1 to 0.41.0Release notes
Sourced from uvicorn's releases.
... (truncated)
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)Updates
azure-identityfrom 1.16.1 to 1.25.2Release notes
Sourced from azure-identity's releases.
Commits
3bdfb63[Identity] Prepare release (#45112)fa2d335[Core] Update changelog for release (#45114)9233cd8Cut overtestruns fromtoxtouvvenvs (#44110)e25274dfoundry agent cannot use key auth (#45056)7337d70[Batch] Beta data plane SDK v15.1.0b3 Track 2 (#44681)65612caImplement Input Validation for Agentic Evaluators (#44618)5ec642f[core] Fix issues with url formatting (#45044)496aeaeFix pylint(4.0.4) errors for exporter (#45088)aa421d9App Config SDK/Provider Pylint Updates (#45050)16dcd67[AutoPR azure-mgmt-resource-deploymentstacks]-generated-from-SDK Generation -...Updates
opentelemetry-instrumentation-fastapifrom 0.43b0 to 0.60b1Changelog
Sourced from opentelemetry-instrumentation-fastapi's changelog.
... (truncated)
Commits
Updates
banditfrom 1.7.8 to 1.9.4Release notes
Sourced from bandit's releases.
... (truncated)
Commits
92ae8b8Fix B106 reporting wrong line number on multiline function calls (#1360)c8c8a55Lower version guard in check_ast_node to Python 3.12 (#1355)8f2f928Fix B615 false positive when revision is set via variable (#1358)e27493fInclude filename in nosec 'no failed test' warning (#1363)b69b336Fix B613 crash when reading from stdin (#1361)e418b79Bump docker/build-push-action from 6.18.0 to 6.19.2 (#1357)ff646fdBump docker/login-action from 3.6.0 to 3.7.0 (#1353)c0def6cchore: fixed some typos in comments (#1351)765f00dLimit B614 to torch.load deserializers (#1348)06fbbabBump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#1347)Updates
httpxfrom 0.23.3 to 0.28.1Release notes
Sourced from httpx's releases.
... (truncated)
Changelog
Sourced from httpx's changelog.
... (truncated)
Commits
26d48e0Version 0.28.1 (#3445)89599a9Fixverify=False,cert=...case. (#3442)8ecb86fAdd test for request params behavior changes (#3364) (#3440)0cb7e5aBump the python-packages group with 11 updates (#3434)15e21e9Updating deprecated docstring Client() class (#3426)80960faVersion 0.28.0. (#3419)a33c878Fixextensionstype annotation. (#3380)ce7e14dError on verify as str. (#3418)47f4a96Handle empty zstd responses (#3412)189fc4bUpdate CHANGELOG.md, fix typo(s) (#3406)Updates
icecreamfrom 2.1.3 to 2.1.10Release notes
Sourced from icecream's releases.
Changelog
Sourced from icecream's changelog.
... (truncated)
Commits
1d3858echanged version to 2.1.1029cc0f6Merge pull request #234 from iloveitaly/exclude-tests-from-whld970d6aadded also first name and last name to the nickname of ivana946eeabuild: exclude tests sub-packages from distributiond925baelink to ivan's github profile in the readmed7ac4c6tweak readme copyd496646note that icecream is maintaied by the ever-incredible ivan, with support fro...d08c89fremove old maintainer announcement, now 9 months old9e26838one more small fix and changelog for v2.1.941424e5small code tweakDependabot 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