Skip to content

Commit 0feac72

Browse files
authored
Fix python dependencies for plugins manager (#1750)
1 parent 4e42961 commit 0feac72

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

news.d/bugfix/1750.core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update plover-plugins-manager and related Python dependencies.

reqs/constraints.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
appdirs==1.4.4
22
appnope==0.1.2
3-
attrs==21.2.0
3+
attrs==24.3.0
44
Babel==2.9.1
55
bleach==4.1.0
66
build==0.7.0
7-
cattrs==1.8.0
7+
cattrs==25.1.1
88
certifi==2021.10.8
99
cffi==1.15.0
1010
chardet==4.0.0
@@ -30,11 +30,11 @@ keyring==23.2.1
3030
mac-alias==2.2.0
3131
MarkupSafe==2.0.1
3232
mock==4.0.3
33-
packaging==21.0
33+
packaging==25.0
3434
pep517==0.12.0
3535
pip==21.3.1
36-
pkginfo==1.8.1
37-
plover-plugins-manager==0.7.2
36+
pkginfo==1.12.1.2
37+
plover-plugins-manager==0.7.9
3838
plover-stroke==1.1.0
3939
plover-treal==1.0.1
4040
pluggy==1.0.0
@@ -55,8 +55,8 @@ python-xlib==0.31
5555
pytz==2021.3
5656
PyYAML==6.0
5757
readme-renderer==30.0
58-
requests==2.26.0
59-
requests-cache==0.9.1
58+
requests==2.32.3
59+
requests-cache==1.2.1
6060
requests-futures==1.0.0
6161
requests-toolbelt==0.9.1
6262
rfc3986==1.5.0
@@ -70,7 +70,7 @@ towncrier==24.8.0
7070
tqdm==4.62.3
7171
twine==3.7.0
7272
url-normalize==1.4.3
73-
urllib3==1.26.7
73+
urllib3==1.26.18
7474
wcwidth==0.2.5
7575
webencodings==0.5.1
7676
wheel==0.37.0

0 commit comments

Comments
 (0)