Skip to content

Commit e32d381

Browse files
committed
Refresh Python dependencies
1 parent 4903822 commit e32d381

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
@@ -30,7 +30,7 @@ idna==2.10;python_version<"3.6"
3030
idna==3.4;python_version>="3.6"
3131
chardet==3.0.4;python_version<"3.6"
3232
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
33-
chardet==5.0.0;python_version>="3.7"
33+
chardet==5.1.0;python_version>="3.7"
3434
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
3535
charset-normalizer==2.1.1;python_version>="3.7"
3636
urllib3==1.26.12;python_version<"3.7"
@@ -49,7 +49,7 @@ websockets==10.4;python_version>="3.7"
4949
pyopenssl==22.1.0;python_version>="3.7"
5050
wsproto==1.2.0;python_version>="3.7"
5151
selenium==3.141.0;python_version<"3.7"
52-
selenium==4.6.1;python_version>="3.7"
52+
selenium==4.7.0;python_version>="3.7"
5353
msedge-selenium-tools==3.141.3;python_version<"3.7"
5454
more-itertools==5.0.0;python_version<"3.6"
5555
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
@@ -99,7 +99,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9999
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
100100
pyrepl==0.9.0
101101
tabcompleter==1.0.0
102-
pdbp==1.1.0
102+
pdbp==1.2.2
103103
colorama==0.4.6;python_version<"3.6"
104104
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105105
colorama==0.4.6;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
156156
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
157157
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
158-
'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
158+
'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests"
159159
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
160160
'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests"
161161
'urllib3==1.26.12;python_version<"3.7"',
@@ -173,7 +173,7 @@
173173
'pyopenssl==22.1.0;python_version>="3.7"',
174174
'wsproto==1.2.0;python_version>="3.7"',
175175
'selenium==3.141.0;python_version<"3.7"',
176-
'selenium==4.6.1;python_version>="3.7"',
176+
'selenium==4.7.0;python_version>="3.7"',
177177
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
178178
'more-itertools==5.0.0;python_version<"3.6"',
179179
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
@@ -223,7 +223,7 @@
223223
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
224224
"pyrepl==0.9.0",
225225
"tabcompleter==1.0.0",
226-
"pdbp==1.1.0",
226+
"pdbp==1.2.2",
227227
'colorama==0.4.6;python_version<"3.6"',
228228
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
229229
'colorama==0.4.6;python_version>="3.7"',

0 commit comments

Comments
 (0)