From 86d0bdf7234e95146492177c6c9999134d62435d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:55:28 +0000 Subject: [PATCH] Bump pyotp from 2.9.0 to 2.10.0 Bumps [pyotp](https://github.com/pyauth/pyotp) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/pyauth/pyotp/releases) - [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst) - [Commits](https://github.com/pyauth/pyotp/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: pyotp dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aff8329..6c05353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "requests>=2.34.2", "zxcvbn>=4.5.0", "django-cleanup>=9.0.0", - "pyotp>=2.9.0", + "pyotp>=2.10.0", "qrcode[pil]>=8.2", "whitenoise[brotli]>=6.12.0", ] diff --git a/uv.lock b/uv.lock index 50fa74c..fda94ee 100644 --- a/uv.lock +++ b/uv.lock @@ -336,7 +336,7 @@ requires-dist = [ { name = "django-storages", specifier = ">=1.14.6" }, { name = "gunicorn", specifier = ">=26.0.0" }, { name = "psycopg2-binary", specifier = ">=2.9.12" }, - { name = "pyotp", specifier = ">=2.9.0" }, + { name = "pyotp", specifier = ">=2.10.0" }, { name = "python-dotenv", specifier = ">=1.2.2" }, { name = "qrcode", extras = ["pil"], specifier = ">=8.2" }, { name = "requests", specifier = ">=2.34.2" }, @@ -520,11 +520,11 @@ sdist = { url = "https://files.pythonhosted.org/packages/60/bf/62567830b700d9f69 [[package]] name = "pyotp" -version = "2.9.0" +version = "2.10.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f3/b2/1d5994ba2acde054a443bd5e2d384175449c7d2b6d1a0614dbca3a63abfc/pyotp-2.9.0.tar.gz", hash = "sha256:346b6642e0dbdde3b4ff5a930b664ca82abfa116356ed48cc42c7d6590d36f63", size = 17763, upload-time = "2023-07-27T23:41:03.295Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2d/c6/c5d96a86fd0bf6fa1bbb5c5c341ff3208638b692727a683c8289068d9a11/pyotp-2.10.0.tar.gz", hash = "sha256:d01e9703443616b03c57c700b5cbffd56a1f929c1b0f8f03131bc78c1fca9d3f", size = 18625, upload-time = "2026-06-14T03:48:49.221Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c3/c0/c33c8792c3e50193ef55adb95c1c3c2786fe281123291c2dbf0eaab95a6f/pyotp-2.9.0-py3-none-any.whl", hash = "sha256:81c2e5865b8ac55e825b0358e496e1d9387c811e85bb40e71a3b29b288963612", size = 13376, upload-time = "2023-07-27T23:41:01.685Z" }, + { url = "https://files.pythonhosted.org/packages/65/33/7b83bde70eddaaaaef487751a9c3a5cc0c0be54620ded0e120ebdc401ff9/pyotp-2.10.0-py3-none-any.whl", hash = "sha256:1df2f6a1bcc3bb0716172a5215ddc2f8c7c7fd26a13df9927d52e1746934836c", size = 13768, upload-time = "2026-06-14T03:48:47.831Z" }, ] [[package]]