Skip to content

Commit 997edcc

Browse files
committed
Refresh Python dependencies
1 parent 39e9b64 commit 997edcc

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ pip>=23.1.2;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=67.8.0;python_version>="3.7"
6+
setuptools>=68.0.0;python_version>="3.7"
77
keyring>=23.4.1;python_version<"3.8"
8-
keyring>=23.13.1;python_version>="3.8"
8+
keyring>=24.0.1;python_version>="3.8"
99
tomli>=1.2.3;python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1;python_version<"3.7"
@@ -19,9 +19,10 @@ certifi>=2023.5.7
1919
filelock>=3.4.1;python_version<"3.7"
2020
filelock>=3.12.2;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
22-
platformdirs>=3.5.3;python_version>="3.7"
22+
platformdirs>=3.7.0;python_version>="3.7"
23+
parse>=1.19.1
2324
pyparsing>=3.0.7;python_version<"3.7"
24-
pyparsing>=3.0.9;python_version>="3.7"
25+
pyparsing>=3.1.0;python_version>="3.7"
2526
zipp==3.6.0;python_version<"3.7"
2627
zipp>=3.15.0;python_version>="3.7"
2728
more-itertools==8.14.0;python_version<"3.7"
@@ -56,7 +57,8 @@ fasteners==0.18;python_version>="3.7"
5657
execnet==1.9.0
5758
iniconfig==1.1.1;python_version<"3.7"
5859
iniconfig==2.0.0;python_version>="3.7"
59-
pluggy==1.0.0
60+
pluggy==1.0.0;python_version<"3.7"
61+
pluggy==1.2.0;python_version>="3.7"
6062
py==1.11.0
6163
pytest==7.0.1;python_version<"3.7"
6264
pytest==7.3.2;python_version>="3.7"
@@ -82,8 +84,8 @@ cryptography==41.0.1;python_version>="3.7"
8284
pygments==2.14.0;python_version<"3.7"
8385
pygments==2.15.1;python_version>="3.7"
8486
pyreadline3==3.4.1;platform_system=="Windows"
85-
tabcompleter==1.2.0
86-
pdbp==1.4.0
87+
tabcompleter==1.2.1
88+
pdbp==1.4.1
8789
colorama==0.4.5;python_version<"3.7"
8890
colorama==0.4.6;python_version>="3.7"
8991
exceptiongroup==1.1.1;python_version>="3.7"

setup.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
'packaging>=21.3;python_version<"3.7"',
130130
'packaging>=23.1;python_version>="3.7"',
131131
'setuptools>=59.6.0;python_version<"3.7"',
132-
'setuptools>=67.8.0;python_version>="3.7"',
132+
'setuptools>=68.0.0;python_version>="3.7"',
133133
'keyring>=23.4.1;python_version<"3.8"',
134-
'keyring>=23.13.1;python_version>="3.8"',
134+
'keyring>=24.0.1;python_version>="3.8"',
135135
'tomli>=1.2.3;python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
'tqdm>=4.64.1;python_version<"3.7"',
@@ -145,9 +145,10 @@
145145
'filelock>=3.4.1;python_version<"3.7"',
146146
'filelock>=3.12.2;python_version>="3.7"',
147147
'platformdirs>=2.4.0;python_version<"3.7"',
148-
'platformdirs>=3.5.3;python_version>="3.7"',
148+
'platformdirs>=3.7.0;python_version>="3.7"',
149+
'parse>=1.19.1',
149150
'pyparsing>=3.0.7;python_version<"3.7"',
150-
'pyparsing>=3.0.9;python_version>="3.7"',
151+
'pyparsing>=3.1.0;python_version>="3.7"',
151152
'zipp==3.6.0;python_version<"3.7"',
152153
'zipp>=3.15.0;python_version>="3.7"',
153154
'more-itertools==8.14.0;python_version<"3.7"',
@@ -182,7 +183,8 @@
182183
"execnet==1.9.0",
183184
'iniconfig==1.1.1;python_version<"3.7"',
184185
'iniconfig==2.0.0;python_version>="3.7"',
185-
"pluggy==1.0.0",
186+
'pluggy==1.0.0;python_version<"3.7"',
187+
'pluggy==1.2.0;python_version>="3.7"',
186188
"py==1.11.0",
187189
'pytest==7.0.1;python_version<"3.7"',
188190
'pytest==7.3.2;python_version>="3.7"',
@@ -208,8 +210,8 @@
208210
'pygments==2.14.0;python_version<"3.7"',
209211
'pygments==2.15.1;python_version>="3.7"',
210212
'pyreadline3==3.4.1;platform_system=="Windows"',
211-
"tabcompleter==1.2.0",
212-
"pdbp==1.4.0",
213+
"tabcompleter==1.2.1",
214+
"pdbp==1.4.1",
213215
'colorama==0.4.5;python_version<"3.7"',
214216
'colorama==0.4.6;python_version>="3.7"',
215217
'exceptiongroup==1.1.1;python_version>="3.7"',

0 commit comments

Comments
 (0)