@@ -3,7 +3,7 @@ pip>=23.0.1;python_version>="3.7"
3
3
packaging >= 21.3 ;python_version < "3.7"
4
4
packaging >= 23.0 ;python_version >= "3.7"
5
5
setuptools >= 59.6.0 ;python_version < "3.7"
6
- setuptools >= 67.6.0 ;python_version >= "3.7"
6
+ setuptools >= 67.6.1 ;python_version >= "3.7"
7
7
keyring >= 23.4.1 ;python_version < "3.8"
8
8
keyring >= 23.13.1 ;python_version >= "3.8"
9
9
tomli >= 1.2.3 ;python_version < "3.7"
@@ -17,10 +17,11 @@ attrs>=22.2.0;python_version>="3.7"
17
17
PyYAML >= 6.0
18
18
certifi >= 2022.12.7
19
19
filelock >= 3.4.1 ;python_version < "3.7"
20
- filelock >= 3.10.7 ;python_version >= "3.7"
20
+ filelock >= 3.11.0 ;python_version >= "3.7"
21
21
platformdirs >= 2.4.0 ;python_version < "3.7"
22
22
platformdirs >= 3.2.0 ;python_version >= "3.7"
23
23
pyparsing >= 3.0.7 ;python_version < "3.7"
24
+ pyparsing >= 3.0.9 ;python_version >= "3.7"
24
25
zipp == 3.6.0 ;python_version < "3.7"
25
26
zipp >= 3.15.0 ;python_version >= "3.7"
26
27
more-itertools == 8.14.0 ;python_version < "3.7"
@@ -42,7 +43,6 @@ h11==0.14.0;python_version>="3.7"
42
43
outcome == 1.2.0 ;python_version >= "3.7"
43
44
trio == 0.22.0 ;python_version >= "3.7"
44
45
trio-websocket == 0.10.2 ;python_version >= "3.7"
45
- websockets == 10.4 ;python_version >= "3.7"
46
46
pyopenssl == 23.1.1 ;python_version >= "3.7"
47
47
wsproto == 1.2.0 ;python_version >= "3.7"
48
48
selenium == 3.141.0 ;python_version < "3.7"
@@ -59,7 +59,7 @@ iniconfig==2.0.0;python_version>="3.7"
59
59
pluggy == 1.0.0
60
60
py == 1.11.0
61
61
pytest == 7.0.1 ;python_version < "3.7"
62
- pytest == 7.2.2 ;python_version >= "3.7"
62
+ pytest == 7.3.0 ;python_version >= "3.7"
63
63
pytest-forked == 1.4.0 ;python_version < "3.7"
64
64
pytest-forked == 1.6.0 ;python_version >= "3.7"
65
65
pytest-html == 2.0.1
@@ -76,7 +76,7 @@ sbvirtualdisplay==1.2.0
76
76
behave == 1.2.6
77
77
soupsieve == 2.3.2.post1 ;python_version < "3.7"
78
78
soupsieve == 2.4 ;python_version >= "3.7"
79
- beautifulsoup4 == 4.12.0
79
+ beautifulsoup4 == 4.12.2
80
80
cryptography == 36.0.2 ;python_version < "3.7"
81
81
cryptography == 40.0.1 ;python_version >= "3.7"
82
82
pygments == 2.14.0
@@ -103,7 +103,7 @@ rich==13.3.3;python_version>="3.7"
103
103
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
104
104
105
105
coverage == 6.2 ;python_version < "3.7"
106
- coverage == 7.2.2 ;python_version >= "3.7"
106
+ coverage == 7.2.3 ;python_version >= "3.7"
107
107
pytest-cov == 4.0.0
108
108
flake8 == 5.0.4 ;python_version < "3.9"
109
109
flake8 == 6.0.0 ;python_version >= "3.9"
0 commit comments