Skip to content

Commit bc24788

Browse files
committed
Refresh Python dependencies
1 parent 1d15f11 commit bc24788

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=21.3.1;python_version<"3.7"
2-
pip>=23.1.2;python_version>="3.7"
2+
pip>=23.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"
@@ -12,7 +12,7 @@ certifi>=2023.5.7
1212
filelock>=3.4.1;python_version<"3.7"
1313
filelock>=3.12.2;python_version>="3.7"
1414
platformdirs>=2.4.0;python_version<"3.7"
15-
platformdirs>=3.8.1;python_version>="3.7"
15+
platformdirs>=3.9.1;python_version>="3.7"
1616
parse>=1.19.1
1717
parse-type>=0.6.2
1818
six==1.16.0
@@ -70,7 +70,7 @@ pygments==2.14.0;python_version<"3.7"
7070
pygments==2.15.1;python_version>="3.7"
7171
pyreadline3==3.4.1;platform_system=="Windows"
7272
tabcompleter==1.2.1
73-
pdbp==1.4.2
73+
pdbp==1.4.3
7474
colorama==0.4.5;python_version<"3.7"
7575
colorama==0.4.6;python_version>="3.7"
7676
exceptiongroup==1.1.2;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
python_requires=">=3.6",
134134
install_requires=[
135135
'pip>=21.3.1;python_version<"3.7"',
136-
'pip>=23.1.2;python_version>="3.7"',
136+
'pip>=23.2;python_version>="3.7"',
137137
'packaging>=21.3;python_version<"3.7"',
138138
'packaging>=23.1;python_version>="3.7"',
139139
'setuptools>=59.6.0;python_version<"3.7"',
@@ -146,7 +146,7 @@
146146
'filelock>=3.4.1;python_version<"3.7"',
147147
'filelock>=3.12.2;python_version>="3.7"',
148148
'platformdirs>=2.4.0;python_version<"3.7"',
149-
'platformdirs>=3.8.1;python_version>="3.7"',
149+
'platformdirs>=3.9.1;python_version>="3.7"',
150150
'parse>=1.19.1',
151151
'parse-type>=0.6.2',
152152
"six==1.16.0",
@@ -204,7 +204,7 @@
204204
'pygments==2.15.1;python_version>="3.7"',
205205
'pyreadline3==3.4.1;platform_system=="Windows"',
206206
"tabcompleter==1.2.1",
207-
"pdbp==1.4.2",
207+
"pdbp==1.4.3",
208208
'colorama==0.4.5;python_version<"3.7"',
209209
'colorama==0.4.6;python_version>="3.7"',
210210
'exceptiongroup==1.1.2;python_version>="3.7"',

0 commit comments

Comments
 (0)