Skip to content

Commit 5ec2d1c

Browse files
committed
Refresh Python dependencies
1 parent c0c694a commit 5ec2d1c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ tqdm>=4.65.0;python_version>="3.7"
1313
wheel>=0.37.1;python_version<"3.7"
1414
wheel>=0.40.0;python_version>="3.7"
1515
attrs==22.1.0;python_version<"3.7"
16-
attrs>=22.2.0;python_version>="3.7"
16+
attrs>=23.1.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.11.0;python_version>="3.7"
20+
filelock>=3.12.0;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.2.0;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
@@ -75,15 +75,15 @@ parameterized==0.9.0;python_version>="3.7"
7575
sbvirtualdisplay==1.2.0
7676
behave==1.2.6
7777
soupsieve==2.3.2.post1;python_version<"3.7"
78-
soupsieve==2.4;python_version>="3.7"
78+
soupsieve==2.4.1;python_version>="3.7"
7979
beautifulsoup4==4.12.2
8080
cryptography==36.0.2;python_version<"3.7"
8181
cryptography==40.0.2;python_version>="3.7"
8282
pygments==2.14.0;python_version<"3.7"
83-
pygments==2.15.0;python_version>="3.7"
83+
pygments==2.15.1;python_version>="3.7"
8484
pyreadline3==3.4.1;platform_system=="Windows"
85-
tabcompleter==1.1.0
86-
pdbp==1.2.8
85+
tabcompleter==1.2.0
86+
pdbp==1.3.0
8787
colorama==0.4.5;python_version<"3.7"
8888
colorama==0.4.6;python_version>="3.7"
8989
exceptiongroup==1.1.1;python_version>="3.7"

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@
137137
'wheel>=0.37.1;python_version<"3.7"',
138138
'wheel>=0.40.0;python_version>="3.7"',
139139
'attrs==22.1.0;python_version<"3.7"',
140-
'attrs>=22.2.0;python_version>="3.7"',
140+
'attrs>=23.1.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.11.0;python_version>="3.7"',
144+
'filelock>=3.12.0;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146146
'platformdirs>=3.2.0;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
@@ -199,15 +199,15 @@
199199
"sbvirtualdisplay==1.2.0",
200200
"behave==1.2.6",
201201
'soupsieve==2.3.2.post1;python_version<"3.7"',
202-
'soupsieve==2.4;python_version>="3.7"',
202+
'soupsieve==2.4.1;python_version>="3.7"',
203203
"beautifulsoup4==4.12.2",
204204
'cryptography==36.0.2;python_version<"3.7"',
205205
'cryptography==40.0.2;python_version>="3.7"',
206206
'pygments==2.14.0;python_version<"3.7"',
207-
'pygments==2.15.0;python_version>="3.7"',
207+
'pygments==2.15.1;python_version>="3.7"',
208208
'pyreadline3==3.4.1;platform_system=="Windows"',
209-
"tabcompleter==1.1.0",
210-
"pdbp==1.2.8",
209+
"tabcompleter==1.2.0",
210+
"pdbp==1.3.0",
211211
'colorama==0.4.5;python_version<"3.7"',
212212
'colorama==0.4.6;python_version>="3.7"',
213213
'exceptiongroup==1.1.1;python_version>="3.7"',

0 commit comments

Comments
 (0)