Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.14.1` |
| [types-aiofiles](https://github.com/python/typeshed) | `24.1.0.20240626` | `24.1.0.20241221` |
| [types-fpdf2](https://github.com/python/typeshed) | `2.7.9.20240519` | `2.8.2.20241223` |
| [types-redis](https://github.com/python/typeshed) | `4.6.0.20240425` | `4.6.0.20241004` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240622` | `2.32.0.20241016` |



Updates `mypy` from 1.10.1 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.14.1)

Updates `types-aiofiles` from 24.1.0.20240626 to 24.1.0.20241221
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-fpdf2` from 2.7.9.20240519 to 2.8.2.20241223
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-redis` from 4.6.0.20240425 to 4.6.0.20241004
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-requests` from 2.32.0.20240622 to 2.32.0.20241016
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types-dependencies
- dependency-name: types-aiofiles
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types-dependencies
- dependency-name: types-fpdf2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types-dependencies
- dependency-name: types-redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 82febab commit 1f6a2fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements-common.txt
aiosqlite==0.20.0
httpx==0.27.0 # needed for tests as a replacement of requests in TestClient
mypy==1.10.1
mypy==1.14.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
pytest-alembic==0.11.1
Expand All @@ -10,8 +10,8 @@ pytest-cov==5.0.0
pytest-mock==3.14.0
pytest==8.3.2
ruff==0.5.7
types-aiofiles==24.1.0.20240626
types-fpdf2==2.7.9.20240519
types-redis==4.6.0.20240425
types-requests==2.32.0.20240622
types-aiofiles==24.1.0.20241221
types-fpdf2==2.8.2.20241223
types-redis==4.6.0.20241004
types-requests==2.32.0.20241016
google-auth-stubs==0.3.0

0 comments on commit 1f6a2fc

Please sign in to comment.