Skip to content

Commit

Permalink
Refresh Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Apr 5, 2024
1 parent e23c4ec commit 3329136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ selenium==4.19.0;python_version>="3.8"
cssselect==1.2.0
sortedcontainers==2.4.0
fasteners==0.19
execnet==2.0.2
execnet==2.0.2;python_version<"3.8"
execnet==2.1.0;python_version>="3.8"
iniconfig==2.0.0
pluggy==1.2.0;python_version<"3.8"
pluggy==1.4.0;python_version>="3.8"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@
'cssselect==1.2.0',
"sortedcontainers==2.4.0",
'fasteners==0.19',
'execnet==2.0.2',
'execnet==2.0.2;python_version<"3.8"',
'execnet==2.1.0;python_version>="3.8"',
'iniconfig==2.0.0',
'pluggy==1.2.0;python_version<"3.8"',
'pluggy==1.4.0;python_version>="3.8"',
Expand Down

0 comments on commit 3329136

Please sign in to comment.