Skip to content

Commit 472926b

Browse files
committed
[qtinterfaceframework] Delete pathtools dependency and update dependabot tagged dependencies.
Pathtools does not work with Python 3.12 ( gorakhargosh/pathtools#13 ) and qtinterfaceframework says: - Use ``pathlib`` from the standard library, instead of pathtools (`microsoft#556 <https://github.com/gorakhargosh/watchdog/pull/556>`_)
1 parent ee7563a commit 472926b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/qtinterfaceframework/requirements_minimal.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ argh==0.26.2
33
click==6.7
44
coloredlogs==10.0
55
humanfriendly==4.15.1
6-
Jinja2==2.11.3
7-
MarkupSafe==1.1
6+
Jinja2==3.1.4
7+
MarkupSafe==2.1.5
88
path.py==11.0.1
9-
pathtools==0.1.2
109
PyYAML==6.0.1
1110
six==1.11.0
1211
watchdog==2.1.7

ports/qtinterfaceframework/vcpkg.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "qtinterfaceframework",
33
"version": "6.7.0",
4+
"port-version": 1,
45
"description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.",
56
"homepage": "https://www.qt.io/",
67
"license": null,

0 commit comments

Comments
 (0)