Skip to content

Commit a3b6bcc

Browse files
committed
Refresh Python dependencies
1 parent bd4a1a9 commit a3b6bcc

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2121
filelock>=3.8.2;python_version>="3.7"
2222
platformdirs>=2.0.2;python_version<"3.6"
2323
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
24-
platformdirs>=2.5.4;python_version>="3.7"
24+
platformdirs>=2.6.0;python_version>="3.7"
2525
pyparsing>=2.4.7;python_version<"3.6"
2626
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
2727
pyparsing>=3.0.9;python_version>="3.7"
@@ -97,9 +97,8 @@ pygments==2.5.2;python_version<"3.6"
9797
pygments==2.13.0;python_version>="3.6"
9898
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9999
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
100-
pyrepl==0.9.0
101-
tabcompleter==1.0.0
102-
pdbp==1.2.4
100+
tabcompleter==1.1.0
101+
pdbp==1.2.5
103102
colorama==0.4.6;python_version<"3.6"
104103
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105104
colorama==0.4.6;python_version>="3.7"

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
'filelock>=3.8.2;python_version>="3.7"',
147147
'platformdirs>=2.0.2;python_version<"3.6"',
148148
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
149-
'platformdirs>=2.5.4;python_version>="3.7"',
149+
'platformdirs>=2.6.0;python_version>="3.7"',
150150
'pyparsing>=2.4.7;python_version<"3.6"',
151151
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
152152
'pyparsing>=3.0.9;python_version>="3.7"',
@@ -221,9 +221,8 @@
221221
'pygments==2.13.0;python_version>="3.6"',
222222
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"',
223223
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
224-
"pyrepl==0.9.0",
225-
"tabcompleter==1.0.0",
226-
"pdbp==1.2.4",
224+
"tabcompleter==1.1.0",
225+
"pdbp==1.2.5",
227226
'colorama==0.4.6;python_version<"3.6"',
228227
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
229228
'colorama==0.4.6;python_version>="3.7"',

0 commit comments

Comments
 (0)