Skip to content

Commit d0cd00a

Browse files
committed
Refresh Python dependencies
1 parent c5a535b commit d0cd00a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1;python_version<"3.7"
1212
tqdm>=4.65.0;python_version>="3.7"
1313
wheel>=0.37.1;python_version<"3.7"
14-
wheel>=0.38.4;python_version>="3.7"
14+
wheel>=0.40.0;python_version>="3.7"
1515
attrs==22.1.0;python_version<"3.7"
1616
attrs>=22.2.0;python_version>="3.7"
1717
PyYAML>=6.0
1818
certifi>=2022.12.7
1919
filelock>=3.4.1;python_version<"3.7"
20-
filelock>=3.9.0;python_version>="3.7"
20+
filelock>=3.9.1;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.1.1;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
@@ -41,7 +41,7 @@ sniffio==1.3.0;python_version>="3.7"
4141
h11==0.14.0;python_version>="3.7"
4242
outcome==1.2.0;python_version>="3.7"
4343
trio==0.22.0;python_version>="3.7"
44-
trio-websocket==0.9.2;python_version>="3.7"
44+
trio-websocket==0.10.0;python_version>="3.7"
4545
websockets==10.4;python_version>="3.7"
4646
pyopenssl==23.0.0;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
@@ -84,7 +84,7 @@ tabcompleter==1.1.0
8484
pdbp==1.2.8
8585
colorama==0.4.5;python_version<"3.7"
8686
colorama==0.4.6;python_version>="3.7"
87-
exceptiongroup==1.1.0;python_version>="3.7"
87+
exceptiongroup==1.1.1;python_version>="3.7"
8888
importlib-metadata==4.2.0;python_version<"3.8"
8989
pycparser==2.21
9090
pyotp==2.7.0;python_version<"3.7"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@
135135
'tqdm>=4.64.1;python_version<"3.7"',
136136
'tqdm>=4.65.0;python_version>="3.7"',
137137
'wheel>=0.37.1;python_version<"3.7"',
138-
'wheel>=0.38.4;python_version>="3.7"',
138+
'wheel>=0.40.0;python_version>="3.7"',
139139
'attrs==22.1.0;python_version<"3.7"',
140140
'attrs>=22.2.0;python_version>="3.7"',
141141
"PyYAML>=6.0",
142142
"certifi>=2022.12.7",
143143
'filelock>=3.4.1;python_version<"3.7"',
144-
'filelock>=3.9.0;python_version>="3.7"',
144+
'filelock>=3.9.1;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146146
'platformdirs>=3.1.1;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
@@ -165,7 +165,7 @@
165165
'h11==0.14.0;python_version>="3.7"',
166166
'outcome==1.2.0;python_version>="3.7"',
167167
'trio==0.22.0;python_version>="3.7"',
168-
'trio-websocket==0.9.2;python_version>="3.7"',
168+
'trio-websocket==0.10.0;python_version>="3.7"',
169169
'websockets==10.4;python_version>="3.7"',
170170
'pyopenssl==23.0.0;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
@@ -208,7 +208,7 @@
208208
"pdbp==1.2.8",
209209
'colorama==0.4.5;python_version<"3.7"',
210210
'colorama==0.4.6;python_version>="3.7"',
211-
'exceptiongroup==1.1.0;python_version>="3.7"',
211+
'exceptiongroup==1.1.1;python_version>="3.7"',
212212
'importlib-metadata==4.2.0;python_version<"3.8"',
213213
"pycparser==2.21",
214214
'pyotp==2.7.0;python_version<"3.7"',

0 commit comments

Comments
 (0)