Skip to content

Commit 932495a

Browse files
Bump the patch-dependencies group across 1 directory with 8 updates
Bumps the patch-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | `1.2.1` | `1.2.2` | | [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.20` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) | `2.0.32` | `2.0.44` | | [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) | `3.2.0` | `3.2.9` | | [types-fpdf2](https://github.com/typeshed-internal/stub_uploader) | `2.8.3.20250516` | `2.8.4.20250822` | | [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.0.20250515` | `2.32.4.20250913` | Updates `google-auth-oauthlib` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-python-oauthlib@v1.2.1...v1.2.2) 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.20 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.18...0.0.20) 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](psf/requests@v2.32.4...v2.32.5) Updates `sqlalchemy[asyncio]` from 2.0.32 to 2.0.44 - [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](jmcnamara/XlsxWriter@RELEASE_3.2.0...RELEASE_3.2.9) Updates `types-fpdf2` from 2.8.3.20250516 to 2.8.4.20250822 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-requests` from 2.32.0.20250515 to 2.32.4.20250913 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.2.2 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.20 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.44 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: types-fpdf2 dependency-version: 2.8.4.20250822 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: types-requests dependency-version: 2.32.4.20250913 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81b6e15 commit 932495a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements-common.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ calypsso==2.2.1
1010
Faker==37.1.0
1111
fastapi[standard]==0.115.6
1212
firebase-admin==6.5.0 # Firebase is used for push notification
13-
google-auth-oauthlib==1.2.1
14-
helloasso-python==1.0.5
13+
google-auth-oauthlib==1.2.3
14+
helloasso-python==1.0.8
1515
icalendar==5.0.13
1616
jellyfish==1.0.4 # String Matching
1717
Jinja2==3.1.6 # template engine for html files
@@ -23,13 +23,13 @@ pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, import
2323
PyMuPDF==1.24.9 # PDF processing, imported as `fitz`
2424
pypdf==4.3.1
2525
python-dotenv==1.0.1 # load environment variables from .env file
26-
python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters
26+
python-multipart==0.0.20 # a form data parser, as oauth flow requires form-data parameters
2727
redis==5.0.8
28-
requests==2.32.4
28+
requests==2.32.5
2929
sqlalchemy-utils == 0.41.2
30-
SQLAlchemy[asyncio]==2.0.32 # [asyncio] allows greenlet to be installed on Apple M1 devices.
30+
SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices.
3131
unidecode==1.3.8
3232
uvicorn[standard]==0.30.6
3333
weasyprint==65.1 # HTML to PDF converter
34-
xlsxwriter==3.2.0
34+
xlsxwriter==3.2.9
3535
psycopg[binary]==3.1.19 # PostgreSQL adapter for synchronous operations at startup (database initializations & migrations), local installation is recommended for a production site

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytest==8.3.5
1212
ruff==0.11.8
1313
types-aiofiles==24.1.0.20250516
1414
types-Authlib==1.5.0.20250516
15-
types-fpdf2==2.8.3.20250516
15+
types-fpdf2==2.8.4.20251031
1616
types-psutil==7.0.0.20250601
1717
types-redis==4.6.0.20241004
18-
types-requests==2.32.0.20250515
18+
types-requests==2.32.4.20250913

0 commit comments

Comments
 (0)