From 0e844bbbac9768b4d684ad6a2fc42f0c943ef960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:04:21 +0000 Subject: [PATCH] Bump the patch-dependencies group across 1 directory with 9 updates Bumps the patch-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [authlib](https://github.com/authlib/authlib) | `1.6.5` | `1.6.8` | | [helloasso-python](https://github.com/GIT_USER_ID/GIT_REPO_ID) | `1.0.5` | `1.0.8` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.18` | `0.0.22` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) | `2.0.44` | `2.0.47` | | [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) | `3.2.0` | `3.2.9` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` | | [types-fpdf2](https://github.com/typeshed-internal/stub_uploader) | `2.8.3.20250516` | `2.8.4.20260221` | | [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.0.20250515` | `2.32.4.20260107` | Updates `authlib` from 1.6.5 to 1.6.8 - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.5...v1.6.8) Updates `helloasso-python` from 1.0.5 to 1.0.8 - [Commits](https://github.com/GIT_USER_ID/GIT_REPO_ID/commits) Updates `python-multipart` from 0.0.18 to 0.0.22 - [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.18...0.0.22) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) Updates `sqlalchemy[asyncio]` from 2.0.44 to 2.0.47 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `xlsxwriter` from 3.2.0 to 3.2.9 - [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes) - [Commits](https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.2.0...RELEASE_3.2.9) Updates `pytest` from 9.0.1 to 9.0.2 - [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/9.0.1...9.0.2) Updates `types-fpdf2` from 2.8.3.20250516 to 2.8.4.20260221 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-requests` from 2.32.0.20250515 to 2.32.4.20260107 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: helloasso-python dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: sqlalchemy[asyncio] dependency-version: 2.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: xlsxwriter dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: types-fpdf2 dependency-version: 2.8.4.20260221 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: types-requests dependency-version: 2.32.4.20260107 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- requirements.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 083d0c399c..399a21f87d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,11 +7,11 @@ pytest-alembic==0.12.1 pytest-asyncio==1.3.0 pytest-cov==6.1.1 pytest-mock==3.14.1 -pytest==9.0.1 +pytest==9.0.2 ruff==0.11.8 types-aiofiles==24.1.0.20250516 types-Authlib==1.5.0.20250516 -types-fpdf2==2.8.3.20250516 +types-fpdf2==2.8.4.20260221 types-psutil==7.0.0.20250601 types-redis==4.6.0.20241004 -types-requests==2.32.0.20250515 \ No newline at end of file +types-requests==2.32.4.20260107 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f09c236b9d..7d93b8c516 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiofiles==24.1.0 # Asynchronous file manipulation alembic==1.13.2 # database migrations arq==0.26.3 # Scheduler asyncpg==0.31.0 # PostgreSQL adapter for asynchronous operations -authlib==1.6.5 +authlib==1.6.8 bcrypt==4.1.3 # password hashing boto3==1.38.23 broadcaster==0.3.1 # Working with websockets with multiple workers. @@ -12,7 +12,7 @@ fastapi[standard]==0.122.0 firebase-admin==7.1.0 # Firebase is used for push notification google-api-python-client==2.187.0 google-auth-oauthlib==1.2.1 -helloasso-python==1.0.5 +helloasso-python==1.0.8 httpx==0.28.1 icalendar==5.0.13 jellyfish==1.2.1 # String Matching @@ -26,12 +26,12 @@ pydantic==2.12.5 pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.26.6 # PDF processing, imported as `fitz` pypdf==6.4.0 -python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters +python-multipart==0.0.22 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 -requests==2.32.4 +requests==2.32.5 sqlalchemy-utils == 0.41.2 -SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices. +SQLAlchemy[asyncio]==2.0.47 # [asyncio] allows greenlet to be installed on Apple M1 devices. unidecode==1.3.8 uvicorn[standard]==0.30.6 weasyprint==65.1 # HTML to PDF converter -xlsxwriter==3.2.0 +xlsxwriter==3.2.9