Skip to content

Commit 36cf457

Browse files
committed
πŸ› universal-pathlib incompatibility
1 parent c528c43 commit 36cf457

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

β€Žpyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"rich-click~=1.5.2",
2222
"rich-pixels~=2.1.1",
2323
"textual==0.39.0",
24-
"textual-universal-directorytree~=1.0.1",
24+
"textual-universal-directorytree~=1.0.2",
2525
"Pillow>=9.1.0",
2626
"PyMuPDF~=1.22.3"
2727
]
@@ -36,13 +36,13 @@ requires-python = ">=3.8,<4.0"
3636
[project.optional-dependencies]
3737
all = [
3838
"pyarrow~=10.0.0",
39-
"textual-universal-directorytree[remote]~=1.0.1"
39+
"textual-universal-directorytree[remote]~=1.0.2"
4040
]
4141
parquet = [
4242
"pyarrow~=10.0.0"
4343
]
4444
remote = [
45-
"textual-universal-directorytree[remote]~=1.0.1"
45+
"textual-universal-directorytree[remote]~=1.0.2"
4646
]
4747

4848
[project.scripts]

β€Žrequirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,9 +1565,9 @@ textual-dev==1.0.1 \
15651565
--hash=sha256:419fc426c120f04f89ab0cb1aa88f7873dd7cdb9c21618e709175c8eaff6b566 \
15661566
--hash=sha256:9f4c40655cbb56af7ee92805ef14fa24ae98ff8b0ae778c59de7222f1caa7281
15671567
# via -r requirements.in
1568-
textual-universal-directorytree[remote]==1.0.1 \
1569-
--hash=sha256:4101fb541a69152721e4099a8c04cfe0a2f72c94e8d82fbc2608ed3c61392b2b \
1570-
--hash=sha256:fc5ac0d36a49a486c2a83ed054e06da84e5cc27bfa89eff71e08665d704f691e
1568+
textual-universal-directorytree[remote]==1.0.2 \
1569+
--hash=sha256:74f0d6687076f9adb9ebcbe50a5cda4a143b971e2729f62b9270f9ae7451458e \
1570+
--hash=sha256:eb3a4fcedda94e5fb42c0e9af6352ebc6ceb945d1164fb05ec090c59623a71fc
15711571
# via -r requirements.in
15721572
tomli==2.0.1 \
15731573
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \

β€Žrequirements/requirements-prod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -994,9 +994,9 @@ textual==0.39.0 \
994994
# via
995995
# -r requirements.in
996996
# textual-universal-directorytree
997-
textual-universal-directorytree[remote]==1.0.1 \
998-
--hash=sha256:4101fb541a69152721e4099a8c04cfe0a2f72c94e8d82fbc2608ed3c61392b2b \
999-
--hash=sha256:fc5ac0d36a49a486c2a83ed054e06da84e5cc27bfa89eff71e08665d704f691e
997+
textual-universal-directorytree[remote]==1.0.2 \
998+
--hash=sha256:74f0d6687076f9adb9ebcbe50a5cda4a143b971e2729f62b9270f9ae7451458e \
999+
--hash=sha256:eb3a4fcedda94e5fb42c0e9af6352ebc6ceb945d1164fb05ec090c59623a71fc
10001000
# via -r requirements.in
10011001
typing-extensions==4.7.1 \
10021002
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \

0 commit comments

Comments
Β (0)