Skip to content

Commit 3ac082a

Browse files
Bump the patch-dependencies group across 1 directory with 6 updates
Bumps the patch-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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.32` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.44` | `2.0.51` | | [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) | `3.2.0` | `3.2.9` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.18` | | [types-fpdf2](https://github.com/python/typeshed) | `2.8.3.20250516` | `2.8.4.20260518` | 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.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.18...0.0.32) Updates `sqlalchemy` from 2.0.44 to 2.0.51 - [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 `ruff` from 0.15.10 to 0.15.18 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.18) Updates `types-fpdf2` from 2.8.3.20250516 to 2.8.4.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-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.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.51 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: ruff dependency-version: 0.15.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: types-fpdf2 dependency-version: 2.8.4.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bff3008 commit 3ac082a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pytest-xdist==3.8.0
99
pytest-cov==6.1.1
1010
pytest-mock==3.14.1
1111
pytest==9.0.1
12-
ruff==0.15.10
12+
ruff==0.15.18
1313
types-Authlib==1.5.0.20250516
14-
types-fpdf2==2.8.3.20250516
14+
types-fpdf2==2.8.4.20260518
1515
types-psutil==7.0.0.20250601
1616
types-redis==4.6.0.20241004

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fastapi[standard]==0.122.0
1212
firebase-admin==7.1.0 # Firebase is used for push notification
1313
google-api-python-client==2.187.0
1414
google-auth-oauthlib==1.2.1
15-
helloasso-python==1.0.5
15+
helloasso-python==1.0.8
1616
httpx==0.28.1
1717
icalendar==5.0.13
1818
jellyfish==1.2.1 # String Matching
@@ -26,11 +26,11 @@ pydantic==2.12.5
2626
pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt`
2727
PyMuPDF==1.26.7 # PDF processing, imported as `fitz`
2828
pypdf==6.4.0
29-
python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters
29+
python-multipart==0.0.32 # a form data parser, as oauth flow requires form-data parameters
3030
redis==5.0.8
3131
sqlalchemy-utils == 0.41.2
32-
SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices.
32+
SQLAlchemy[asyncio]==2.0.51 # [asyncio] allows greenlet to be installed on Apple M1 devices.
3333
unidecode==1.3.8
3434
uvicorn[standard]==0.30.6
3535
weasyprint==65.1 # HTML to PDF converter
36-
xlsxwriter==3.2.0
36+
xlsxwriter==3.2.9

0 commit comments

Comments
 (0)