Skip to content

Commit 8f3a317

Browse files
committed
refactor: fix tests build
1 parent 1691a91 commit 8f3a317

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ colorama==0.4.6
1212
# via tox
1313
distlib==0.3.9
1414
# via virtualenv
15-
filelock==3.17.0
15+
filelock==3.16.1
1616
# via
1717
# tox
1818
# virtualenv
@@ -28,7 +28,7 @@ pluggy==1.5.0
2828
# via tox
2929
pygments==2.19.1
3030
# via -r requirements-ci.in
31-
pyproject-api==1.9.0
31+
pyproject-api==1.8.0
3232
# via tox
3333
tox==4.24.1
3434
# via

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ colorama==0.4.6
1818
# via tox
1919
distlib==0.3.9
2020
# via virtualenv
21-
filelock==3.17.0
21+
filelock==3.16.1
2222
# via
2323
# tox
2424
# virtualenv
@@ -69,7 +69,7 @@ pyflakes==3.2.0
6969
# via flake8
7070
pygments==2.19.1
7171
# via -r requirements-dev.in
72-
pyproject-api==1.9.0
72+
pyproject-api==1.8.0
7373
# via tox
7474
pytest==8.3.4
7575
# via -r requirements-dev.in

0 commit comments

Comments
 (0)