core: bump webauthn from 1.9.0 to 1.10.0 (#6546)

Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases)
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: webauthn
  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>
This commit is contained in:
dependabot[bot] 2023-08-15 11:36:05 +01:00 committed by GitHub
parent 51e570ec5a
commit 9ae3041542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
poetry.lock generated
View File

@ -3950,20 +3950,20 @@ files = [
[[package]]
name = "webauthn"
version = "1.9.0"
version = "1.10.0"
description = "Pythonic WebAuthn"
optional = false
python-versions = "*"
files = [
{file = "webauthn-1.9.0-py3-none-any.whl", hash = "sha256:b12e02968085fa73099f3f8f486a1b1aee265a0840a6a8b6d076b551d4595aac"},
{file = "webauthn-1.9.0.tar.gz", hash = "sha256:2e628e65aa1f267d03adead0dd0432fa8c91c8ea3f7e87087685fa7d2e62aaaa"},
{file = "webauthn-1.10.0-py3-none-any.whl", hash = "sha256:b036150a113afc69c2161fef4e58d2bdf54357ee426f0c3ddcbe1fd8361196a3"},
{file = "webauthn-1.10.0.tar.gz", hash = "sha256:f9691d311bd9e80f9177d05716168c7f4193bc8d818a61b149740f8aebf9f75b"},
]
[package.dependencies]
asn1crypto = ">=1.4.0"
cbor2 = ">=5.4.2.post1"
cryptography = ">=41.0.1"
pydantic = ">=1.10.11,<2.0a0"
pydantic = ">=1.10.11"
pyOpenSSL = ">=23.2.0"
[[package]]