Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 34 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Aug 24, 2022
1 parent a2b2d5a commit 0cd6b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Python packages
pip==22.2.2
setuptools==65.0.0
setuptools==65.2.0
wheel==0.37.1

# Python dependencies
Expand Down Expand Up @@ -41,7 +41,7 @@ python-datauri==1.1.0
redis[hiredis]==4.3.4
requests-futures==1.0.0
requests[socks]==2.28.1
selenium==4.4.0
selenium==4.4.3
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
sortedcontainers==2.4.0
Expand All @@ -50,6 +50,6 @@ stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.21.0; python_version >= '3.6'
typing-extensions==4.3.0
urllib3[secure]==1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3[secure]==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
webencodings==0.5.1
wsproto==1.1.0; python_full_version >= '3.6.1'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python packages
pip==22.2.2
setuptools==65.0.0
setuptools==65.2.0
wheel==0.37.1

# Python dependencies
Expand Down Expand Up @@ -36,7 +36,7 @@ python-datauri==1.1.0
redis[hiredis]==4.3.4
requests-futures==1.0.0
requests[socks]==2.28.1
selenium==4.4.0
selenium==4.4.3
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
sortedcontainers==2.4.0
Expand All @@ -45,6 +45,6 @@ stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.21.0; python_version >= '3.6'
typing-extensions==4.3.0
urllib3[secure]==1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3[secure]==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
webencodings==0.5.1
wsproto==1.1.0; python_full_version >= '3.6.1'

0 comments on commit 0cd6b61

Please sign in to comment.