Skip to content

Commit

Permalink
Refresh Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Dec 19, 2023
1 parent 75bf151 commit 7fde02d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip>=23.3.1
pip>=23.3.2
packaging>=23.2
setuptools>=68.0.0;python_version<"3.8"
setuptools>=69.0.2;python_version>="3.8"
Expand All @@ -23,7 +23,7 @@ sniffio==1.3.0
h11==0.14.0
outcome==1.3.0.post0
trio==0.22.2;python_version<"3.8"
trio==0.23.1;python_version>="3.8"
trio==0.23.2;python_version>="3.8"
trio-websocket==0.11.1
wsproto==1.2.0
selenium==4.11.2;python_version<"3.8"
Expand Down Expand Up @@ -65,7 +65,7 @@ rich==13.7.0

coverage==6.2;python_version<"3.7"
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
coverage==7.3.2;python_version>="3.8"
coverage==7.3.3;python_version>="3.8"
pytest-cov==4.0.0;python_version<"3.7"
pytest-cov==4.1.0;python_version>="3.7"
flake8==5.0.4;python_version<"3.9"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
],
python_requires=">=3.7",
install_requires=[
'pip>=23.3.1',
'pip>=23.3.2',
'packaging>=23.2',
'setuptools>=68.0.0;python_version<"3.8"',
'setuptools>=69.0.2;python_version>="3.8"',
Expand All @@ -156,7 +156,7 @@
'h11==0.14.0',
'outcome==1.3.0.post0',
'trio==0.22.2;python_version<"3.8"',
'trio==0.23.1;python_version>="3.8"',
'trio==0.23.2;python_version>="3.8"',
'trio-websocket==0.11.1',
'wsproto==1.2.0',
'selenium==4.11.2;python_version<"3.8"',
Expand Down Expand Up @@ -206,7 +206,7 @@
# Usage: coverage run -m pytest; coverage html; coverage report
"coverage": [
'coverage==7.2.7;python_version<"3.8"',
'coverage==7.3.2;python_version>="3.8"',
'coverage==7.3.3;python_version>="3.8"',
'pytest-cov==4.1.0',
],
# pip install -e .[flake8]
Expand Down

0 comments on commit 7fde02d

Please sign in to comment.