Skip to content

Commit 3a1a578

Browse files
authored
Merge pull request #56 from europanite/fix/deps
fix/deps
2 parents 4cf1273 + 1b306af commit 3a1a578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

service/requirements.test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# write required libraries.
22
-r requirements.txt
33
pytest==8.4.2
4-
pytest-cov==5.0.0
5-
ruff==0.13.1
4+
pytest-cov==7.0.0
5+
ruff==0.14.7

service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# write required libraries.
2-
jupyterlab==4.4.7
2+
jupyterlab==4.5.0

0 commit comments

Comments
 (0)