Skip to content

Commit 7fde02d

Browse files
committed
Refresh Python dependencies
1 parent 75bf151 commit 7fde02d

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
@@ -1,4 +1,4 @@
1-
pip>=23.3.1
1+
pip>=23.3.2
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
44
setuptools>=69.0.2;python_version>="3.8"
@@ -23,7 +23,7 @@ sniffio==1.3.0
2323
h11==0.14.0
2424
outcome==1.3.0.post0
2525
trio==0.22.2;python_version<"3.8"
26-
trio==0.23.1;python_version>="3.8"
26+
trio==0.23.2;python_version>="3.8"
2727
trio-websocket==0.11.1
2828
wsproto==1.2.0
2929
selenium==4.11.2;python_version<"3.8"
@@ -65,7 +65,7 @@ rich==13.7.0
6565

6666
coverage==6.2;python_version<"3.7"
6767
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
68-
coverage==7.3.2;python_version>="3.8"
68+
coverage==7.3.3;python_version>="3.8"
6969
pytest-cov==4.0.0;python_version<"3.7"
7070
pytest-cov==4.1.0;python_version>="3.7"
7171
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
],
132132
python_requires=">=3.7",
133133
install_requires=[
134-
'pip>=23.3.1',
134+
'pip>=23.3.2',
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137137
'setuptools>=69.0.2;python_version>="3.8"',
@@ -156,7 +156,7 @@
156156
'h11==0.14.0',
157157
'outcome==1.3.0.post0',
158158
'trio==0.22.2;python_version<"3.8"',
159-
'trio==0.23.1;python_version>="3.8"',
159+
'trio==0.23.2;python_version>="3.8"',
160160
'trio-websocket==0.11.1',
161161
'wsproto==1.2.0',
162162
'selenium==4.11.2;python_version<"3.8"',
@@ -206,7 +206,7 @@
206206
# Usage: coverage run -m pytest; coverage html; coverage report
207207
"coverage": [
208208
'coverage==7.2.7;python_version<"3.8"',
209-
'coverage==7.3.2;python_version>="3.8"',
209+
'coverage==7.3.3;python_version>="3.8"',
210210
'pytest-cov==4.1.0',
211211
],
212212
# pip install -e .[flake8]

0 commit comments

Comments
 (0)