From a52c5bc357b7f360ab5c9b046d16af38993c5e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:20:30 +0000 Subject: [PATCH] chore(deps): bump the backend-minor-and-patch group Bumps the backend-minor-and-patch group in /apps/backend with 5 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `50.0.0` | `50.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.4` | `0.16.5` | | [click](https://github.com/pallets/click) | `8.4.2` | `8.5.0` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.16.1` | `6.16.2` | | [websockets](https://github.com/python-websockets/websockets) | `17.0.1` | `17.1` | Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) Updates `ruff` from 0.16.4 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.4...0.16.5) Updates `click` from 8.4.2 to 8.5.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.2...8.5.0) Updates `pypdf` from 6.16.1 to 6.16.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.16.1...6.16.2) Updates `websockets` from 17.0.1 to 17.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/17.0.1...17.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-and-patch - dependency-name: pypdf dependency-version: 6.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: websockets dependency-version: '17.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-and-patch ... Signed-off-by: dependabot[bot] --- apps/backend/pyproject.toml | 2 +- apps/backend/requirements-dev.txt | 2 +- apps/backend/requirements.txt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/backend/pyproject.toml b/apps/backend/pyproject.toml index 228b12a..c8be9d1 100644 --- a/apps/backend/pyproject.toml +++ b/apps/backend/pyproject.toml @@ -39,7 +39,7 @@ test = [ ] dev = [ "mypy==2.3.1", - "ruff==0.16.4", + "ruff==0.16.5", ] [tool.setuptools.packages.find] diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index bb1e374..0d7a4eb 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -13,4 +13,4 @@ pathspec==1.1.1 pluggy==1.6.0 pytest==9.1.1 pytest-cov==7.1.0 -ruff==0.16.4 +ruff==0.16.5 diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index d9b77d9..c90be4a 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -16,9 +16,9 @@ asn1crypto==1.5.1 certifi==2026.7.22 cffi==2.1.1 charset-normalizer==3.5.1 -click==8.4.2 +click==8.5.0 colorama==0.4.6 -cryptography==50.0.0 +cryptography==50.0.1 cssselect2==0.9.0 dnspython==2.8.0 email-validator==2.3.0 @@ -46,7 +46,7 @@ Pygments==2.21.0 pyhanko-certvalidator==0.31.4 pyHanko==0.36.2 PyJWT==2.13.0 -pypdf==6.16.1 +pypdf==6.16.2 python-bidi==0.6.11 python-dotenv==1.2.3 python-multipart==0.0.32 @@ -70,5 +70,5 @@ urllib3==2.7.0 uvicorn==0.52.4 watchfiles==1.2.0 webencodings==0.6.1 -websockets==17.0.1 +websockets==17.1 xhtml2pdf==0.2.17