chore(deps): bump the all group across 1 directory with 10 updates#78
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all group across 1 directory with 10 updates#78dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [joserfc](https://github.com/authlib/joserfc), [cryptography](https://github.com/pyca/cryptography), [fastapi](https://github.com/fastapi/fastapi), [fastapi-swagger](https://github.com/dantetemplar/fastapi-swagger), [ruff](https://github.com/astral-sh/ruff), [uvicorn](https://github.com/Kludex/uvicorn), [beanie](https://github.com/BeanieODM/beanie), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `joserfc` to 1.7.1 - [Release notes](https://github.com/authlib/joserfc/releases) - [Changelog](https://github.com/authlib/joserfc/blob/main/docs/changelog.rst) - [Commits](authlib/joserfc@1.6.5...1.7.1) Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) Updates `fastapi` to 0.137.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.1...0.137.0) Updates `fastapi-swagger` to 0.4.50 - [Release notes](https://github.com/dantetemplar/fastapi-swagger/releases) - [Commits](dantetemplar/fastapi-swagger@v0.4.49...v0.4.50) Updates `ruff` to 0.15.17 - [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.12...0.15.17) 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.46.0...0.49.0) Updates `beanie` to 2.1.0 - [Release notes](https://github.com/BeanieODM/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](BeanieODM/beanie@1.30.0...2.1.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@9.0.3...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@v1.3.0...v1.4.0) Updates `prek` to 0.4.4 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.13...v0.4.4) --- updated-dependencies: - dependency-name: joserfc dependency-version: 1.7.1 dependency-type: direct:production dependency-group: all - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production dependency-group: all - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production dependency-group: all - dependency-name: fastapi-swagger dependency-version: 0.4.50 dependency-type: direct:production dependency-group: all - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: all - dependency-name: beanie dependency-version: 2.1.0 dependency-type: direct:production dependency-group: all - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: all - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: all - dependency-name: prek dependency-version: 0.4.4 dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 joserfc, cryptography, fastapi, fastapi-swagger, ruff, uvicorn, beanie, pytest, pytest-asyncio and prek to permit the latest version.
Updates
joserfcto 1.7.1Release notes
Sourced from joserfc's releases.
Changelog
Sourced from joserfc's changelog.
... (truncated)
Commits
51aef50chore: release 1.7.1d6a3d15fix(jwe): when decrypt, use the original aad base64 value3c9efedchore: release 1.7.0da5dba1Merge pull request #100 from authlib/export-public382b39dfix(jwk): as_dict, as_pem, as_der export public key by default955aaa0Merge commit from forkc133016fix(typing): use Iterator for _filter_keys_by_parameters return valuedbb26fcReject empty oct key material and empty HMAC keys at sign/verify entry1ddca8ffix(typing): update type hints for dropping python 3.9fe1d746chore: drop python 3.9Updates
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
fastapito 0.137.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
9a9c4ad🔖 Release version 0.137.0 (#15748)c6d5897📝 Update release notes31d097f📝 Update release notes (#15747)ba609a8📝 Update release notes8e1d774♻️ Refactor internals to preserveAPIRouterandAPIRouteinstances (#15745)016ab76📝 Update release notese2fcd55🔧 Update sponsors: remove TalorData (#15744)d3e6a29📝 Update release notese4b6a36🔧 Update sponsors: remove ExoFlare (#15736)944fb70📝 Update release notesUpdates
fastapi-swaggerto 0.4.50Release notes
Sourced from fastapi-swagger's releases.
Commits
9103d25chore: bump version to 0.4.50a89f9dcchore: update Swagger UI to v5.32.6Updates
ruffto 0.15.17Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
7c645a9Bump 0.15.17 (#25872)f381eb1Prioritize human-readable names in CLI output (#25869)b9b4546Minor workflow simplification (#25870)1e77ba0[ty] MovePreformattedBlockScannerto format-agnostic location. (#25856)6f2b772[ty] Preserve nominal type of enum.property instances (#25849)be4777c[ty] Fix site-package error when multiple versions of pythons are installed i...53f6ff7Allow human-readable names in suppression comments (#25614)6740325[ty] Restrict uncached raw signature access (#25866)970b1bfAuto-update snapshots when syncing typeshed (#25841)0785793Fix handling ofignorecomments within adisable/enablepair (#25845)Updates
uvicornto 0.49.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
3ef2e3eVersion 0.49.0 (#2973)eeb64b1Consume duplicate forwarding headers in ProxyHeadersMiddleware (#2971)630f4acMake the watchfiles reload tests deterministic (#2972)9154922chore(deps): bump the github-actions group across 1 directory with 6 updates ...739727aMigrate docs deploy from Cloudflare Pages to Workers (#2967)be4a240Gate docs preview deploy on Cloudflare token presence (#2966)c489d7eBump httptools minimum version to 0.8.0 (#2962)9f547bdSkip docs preview deploy for Dependabot PRs (#2961)44446b8Migrate documentation from MkDocs Material to Zensical (#2959)cfd659cBump pymdown-extensions to 10.21.3 (#2958)Updates
beanieto 2.1.0Release notes
Sourced from beanie's releases.
Changelog
Sourced from beanie's changelog.
... (truncated)
Commits
8a1dba4fix: switch publish workflows to OIDC trusted publisher and update actions (#...160ae55release: 2.1.0e416dafadd support with_children on delete_all (#1310)dc10fe0release: bump version to 2.1.0ce69851test: do not ignore deprecation warnings in tests (#1123)e79aba9fix: resolve Pydantic field aliases in nested expression field queries (#1278)78ff7dcfix: persist before_event changes to DB on save/update/replace (#1279)82bbebefix: handle BackLink types in fetch_link and fetch_all_links (#1286)5e48925fix: handle RootModel with custom iter in save() (#1284)db2f441fix: support frozen fields on save() and replace() (#1282)Updates
pytestto 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
pytest-asyncioto 1.4.0Release notes
Sourced from pytest-asyncio's releases.
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.Updates
prekto 0.4.4Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.