From 655b3c3d396de172f0bd148058e05f80279d92c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:53:04 +0000 Subject: [PATCH] Bump the uv group across 1 directory with 3 updates Bumps the uv group with 3 updates in the /backend directory: [pytest](https://github.com/pytest-dev/pytest), [cryptography](https://github.com/pyca/cryptography) and [python-multipart](https://github.com/Kludex/python-multipart). Updates `pytest` from 8.2.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...9.0.3) Updates `cryptography` from 46.0.6 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7) Updates `python-multipart` from 0.0.22 to 0.0.26 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.22...0.0.26) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: uv - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 4 ++-- backend/uv.lock | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a841893ed..e8555290f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -21,7 +21,7 @@ db = [ test = [ "Faker==26.0.0", "httpx==0.27.0", - "pytest==8.2.2", + "pytest==9.0.3", "freezegun==1.5.1", "coverage==7.6.1", "ruff==0.9.3", diff --git a/backend/requirements.txt b/backend/requirements.txt index 2351402f0..aaabe91a4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ argon2-cffi-bindings==25.* Babel==2.* caldav==1.6.0 celery[redis]==5.* -cryptography==46.0.6 +cryptography==46.0.7 dnspython==2.* fastapi[standard]==0.* flower>=2.0.1,<3 @@ -24,7 +24,7 @@ oauthlib==3.* posthog==3.23.0 psycopg[binary]==3.2.12 python-dotenv==1.* -python-multipart==0.0.22 +python-multipart==0.0.26 PyJWT==2.12.0 pydantic[email]==2.* requests-oauthlib==2.* diff --git a/backend/uv.lock b/backend/uv.lock index ea64dea8f..b5c1cfc1c 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -166,7 +166,7 @@ requires-dist = [ { name = "psycopg", extras = ["binary"], specifier = "==3.2.12" }, { name = "pydantic", extras = ["email"], specifier = "==2.*" }, { name = "pyjwt", specifier = "==2.12.0" }, - { name = "pytest", marker = "extra == 'test'", specifier = "==8.2.2" }, + { name = "pytest", marker = "extra == 'test'", specifier = "==9.0.3" }, { name = "python-dotenv", specifier = "==1.*" }, { name = "python-multipart", specifier = "==0.0.22" }, { name = "redis", specifier = "==5.*" }, @@ -1553,17 +1553,18 @@ wheels = [ [[package]] name = "pytest" -version = "8.2.2" +version = "9.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, { name = "iniconfig" }, { name = "packaging" }, { name = "pluggy" }, + { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a6/58/e993ca5357553c966b9e73cb3475d9c935fe9488746e13ebdf9b80fae508/pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977", size = 1427980, upload-time = "2024-06-04T13:38:09.274Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/4e/e7/81ebdd666d3bff6670d27349b5053605d83d55548e6bd5711f3b0ae7dd23/pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343", size = 339873, upload-time = "2024-06-04T13:38:05.285Z" }, + { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, ] [[package]]