Skip to content

Commit

Permalink
Bump the patch-dependencies group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arq](https://github.com/samuelcolvin/arq) | `0.26.1` | `0.26.3` |
| [fastapi[standard]](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.10` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |
| [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.43` | `8.13.55` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.18` | `0.0.20` |
| [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) | `2.0.32` | `2.0.38` |
| [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) | `3.2.0` | `3.2.2` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.2.240807` | `2.2.3.241126` |
| [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.2.1` | `3.2.5` |



Updates `arq` from 0.26.1 to 0.26.3
- [Release notes](https://github.com/samuelcolvin/arq/releases)
- [Changelog](https://github.com/python-arq/arq/blob/main/HISTORY.rst)
- [Commits](python-arq/arq@v0.26.1...v0.26.3)

Updates `fastapi[standard]` from 0.115.6 to 0.115.10
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.6...0.115.10)

Updates `pandas` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `phonenumbers` from 8.13.43 to 8.13.55
- [Commits](daviddrysdale/python-phonenumbers@v8.13.43...v8.13.55)

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 `sqlalchemy[asyncio]` from 2.0.32 to 2.0.38
- [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.2
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.2.0...RELEASE_3.2.2)

Updates `pandas-stubs` from 2.2.2.240807 to 2.2.3.241126
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.2.240807...v2.2.3.241126)

Updates `psycopg[binary]` from 3.2.1 to 3.2.5
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.5)

---
updated-dependencies:
- dependency-name: arq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: fastapi[standard]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: sqlalchemy[asyncio]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: xlsxwriter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: pandas-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: psycopg[binary]
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent 7238091 commit 32626f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions requirements-common.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
aiofiles==24.1.0 # Asynchronous file manipulation
alembic==1.13.2 # database migrations
arq==0.26.1 # Scheduler
arq==0.26.3 # Scheduler
asyncpg==0.29.0 # PostgreSQL adapter for asynchronous operations
bcrypt==4.1.3 # password hashing
broadcaster==0.3.1 # Working with websockets with multiple workers.
calypsso==1.2.0
fastapi[standard]==0.115.6
fastapi[standard]==0.115.10
firebase-admin==6.5.0 # Firebase is used for push notification
fpdf2==2.7.8
google-auth-oauthlib==1.2.1
HelloAssoAPIWrapper==1.0.0
icalendar==5.0.13
jellyfish==1.0.4 # String Matching
Jinja2==3.1.5 # template engine for html files
pandas==2.2.2
phonenumbers==8.13.43 # Used for phone number validation
pandas==2.2.3
phonenumbers==8.13.55 # Used for phone number validation
pydantic-settings==2.3.4
pydantic==2.7.4
pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, imported as `jwt`
PyMuPDF==1.24.9 # PDF processing
pypdf==4.3.1
python-dotenv==1.0.1 # load environment variables from .env file
python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters
python-multipart==0.0.20 # a form data parser, as oauth flow requires form-data parameters
redis==5.0.8
requests==2.32.3
sqlalchemy-utils == 0.41.2
SQLAlchemy[asyncio]==2.0.32 # [asyncio] allows greenlet to be installed on Apple M1 devices.
SQLAlchemy[asyncio]==2.0.38 # [asyncio] allows greenlet to be installed on Apple M1 devices.
unidecode==1.3.8
uvicorn[standard]==0.30.6
xlsxwriter==3.2.0
xlsxwriter==3.2.2
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
aiosqlite==0.20.0
httpx==0.27.0 # needed for tests as a replacement of requests in TestClient
mypy==1.10.1
pandas-stubs == 2.2.2.240807
psycopg[binary]==3.2.1 # PostgreSQL adapter for synchronous operations at startup (database initializations & migrations), binary installation is the easiest way to install it
pandas-stubs == 2.2.3.241126
psycopg[binary]==3.2.5 # PostgreSQL adapter for synchronous operations at startup (database initializations & migrations), binary installation is the easiest way to install it
pytest-alembic==0.11.1
pytest-asyncio==0.23.8
pytest-cov==5.0.0
Expand Down

0 comments on commit 32626f0

Please sign in to comment.