Skip to content

Commit 2702fc5

Browse files
committed
Adjust the dependencies version relation.
Signed-off-by: Sadam·Sadik <1903249375@qq.com>
1 parent 966a752 commit 2702fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"django-celery-results>=2.5.1",
1313
"redis>=5.0.1",
1414
"flower>=2.0.1",
15-
"sqlalchemy>=2.0.28",
15+
"sqlalchemy>=2.0.25",
1616
"graphviz>=0.20.1"
1717
]
1818
requires-python = ">=3.6"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ django-celery-beat>=2.6.0
1010
django-celery-results>=2.5.1
1111
redis>=5.0.1
1212
flower>=2.0.1
13-
sqlalchemy>=2.0.28
13+
sqlalchemy>=2.0.25
1414
graphviz>=0.20.1
1515

1616

0 commit comments

Comments
 (0)