Skip to content

Commit e77dcea

Browse files
committed
⬆️ build(deps): upgrade all libs
1 parent f02605f commit e77dcea

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.7.2
7+
rev: v0.9.1
88
hooks:
99
# Run the linter.
1010
- id: ruff

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
isort==5.13.2
55
black==24.10.0
6-
ruff==0.7.2
7-
pytest==8.3.3
8-
mypy==1.13.0
6+
ruff==0.9.1
7+
pytest==8.3.4
8+
mypy==1.14.1
99
coverage[toml]==7.6.10
10-
pre-commit==3.8.0
10+
pre-commit==4.0.1

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fastapi[all]==0.115.6
22
Authlib==1.4.0
3-
SQLAlchemy==2.0.36
3+
SQLAlchemy==2.0.37
44
psycopg2==2.9.10
5-
bcrypt==4.2.0
5+
bcrypt==4.2.1
66
alembic==1.14.0
7-
psutil==6.1.0
8-
loguru==0.7.2
7+
psutil==6.1.1
8+
loguru==0.7.3

0 commit comments

Comments
 (0)