From f83866bc89e6d2442f0ea4f6a59707a70e918f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:19:49 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [pytest](https://github.com/pytest-dev/pytest) and [httpx2](https://github.com/pydantic/httpx2). Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0) Updates `pytest` from 8.4.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.4.2...9.0.3) Updates `httpx2` from 2.9.1 to 2.12.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](https://github.com/pydantic/httpx2/compare/v2.9.1...v2.12.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip - dependency-name: httpx2 dependency-version: 2.12.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a97e79ed..ec822247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pydantic ==2.13.4", "pydantic-settings ==2.14.2", "python-jose ==3.5.0", - "cryptography ==48.0.1", + "cryptography ==50.0.0", "sqlalchemy ==2.0.51", "packaging ==26.2", "uvicorn ==0.38.0", @@ -51,12 +51,12 @@ fileglancer = "fileglancer.cli:cli" test = [ "coverage ==7.15.2 ; (python_version != '3.12' or sys_platform != 'darwin' or platform_machine != 'x86_64')", "coverage ==7.15.1 ; (python_version == '3.12' and sys_platform == 'darwin' and platform_machine == 'x86_64')", - "pytest ==8.4.2", + "pytest ==9.0.3", "pytest-asyncio ==1.4.0", "pytest-cov ==7.1.0", "pytest-html ==4.2.0", "requests-mock ==1.12.1", - "httpx2 ==2.9.1" + "httpx2 ==2.12.0" ] release = [ "twine ==7.0.0",