Skip to content

core: bump webauthn from 2.5.2 to 2.6.0#15089

Merged
BeryJu merged 1 commit intomainfrom
dependabot/uv/webauthn-2.6.0
Jun 17, 2025
Merged

core: bump webauthn from 2.5.2 to 2.6.0#15089
BeryJu merged 1 commit intomainfrom
dependabot/uv/webauthn-2.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps webauthn from 2.5.2 to 2.6.0.

Release notes

Sourced from webauthn's releases.

v2.6.0

Changes:

  • The new webauthn.helpers.options_to_json_dict helper can be used to simplify registration and authentication options into a simple Dict[str, Any] value (#256)

v2.5.3

Changes:

  • More X.509 validation exceptions will include the cause of the exception as reported by the third-party library handling the validation (#255)
Changelog

Sourced from webauthn's changelog.

v2.6.0

Changes:

  • The new webauthn.helpers.options_to_json_dict helper can be used to simplify registration and authentication options into a simple Dict[str, Any] value (#256)

v2.5.3

Changes:

  • More X.509 validation exceptions will include the cause of the exception as reported by the third-party library handling the validation (#255)
Commits
  • 82e7c9d Update CHANGELOG for v2.6.0
  • ece6bba Bump version to v2.6.0
  • 6a3f7c7 Merge pull request #256 from duo-labs/feat/254-options-to-json-dict
  • bd6f816 Tweak docstring
  • c59d9bb Sneak in one trailing Black change
  • c7d8ad1 Refactor options_to_json to call new method
  • 2939bce Add new options_to_json_dict helper
  • ac2e03c Update CHANGELOG for v2.5.3
  • 12bf27e Bump version to v2.5.3
  • 519fa0a Merge pull request #255 from duo-labs/fix/253-include-original-cert-chain-lib...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases)
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md)
- [Commits](duo-labs/py_webauthn@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: webauthn
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 17, 2025 04:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2025
@netlify
Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit f16ad00
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6850ee3d5f4317000883a352

@netlify
Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f16ad00
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6850ee3ddaf42600084fd951

@BeryJu BeryJu merged commit c50353e into main Jun 17, 2025
98 checks passed
@BeryJu BeryJu deleted the dependabot/uv/webauthn-2.6.0 branch June 17, 2025 11:30
kensternberg-authentik added a commit that referenced this pull request Jun 19, 2025
* main: (39 commits)
  website/docs: Add steps to troubleshoot /initial-setup/ (#15011)
  core, web: update translations (#15084)
  website: bump the eslint group in /website with 3 updates (#15085)
  website: bump @types/node from 24.0.1 to 24.0.3 in /website (#15086)
  website: bump postcss from 8.5.5 to 8.5.6 in /website (#15087)
  core: bump webauthn from 2.5.2 to 2.6.0 (#15089)
  core: bump goauthentik.io/api/v3 from 3.2025061.2 to 3.2025062.1 (#15090)
  web: bump the eslint group across 2 directories with 3 updates (#15091)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#15074)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#15075)
  ci: fix post-release e2e builds failing (#15082)
  web: bump API Client version (#15079)
  web/common: fix uiConfig not merged correctly (#15080)
  root: backport version bump `2025.6.2` (#15078)
  website/integrations: add note to nextcloud OIDC config (#15073)
  web/admin: remove all special cases of slug handling, replace with a "smart slug" component (#14983)
  Web/cleanup/empty state better slot handling (#14289)
  website/docs: release notes for `2025.6.2` (#15065)
  website/docs: remove commented out config options (#15064)
  website/docs: postgres troubleshooting: get PGPASSWORD from POSTGRES_PASSWORD_FILE (#15039)
  ...
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases)
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md)
- [Commits](duo-labs/py_webauthn@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: webauthn
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant