Skip to content

Commit

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

# Python packages
pip==22.1.2
setuptools==62.6.0
setuptools==63.1.0
wheel==0.37.1

# Python dependencies
Expand All @@ -20,9 +20,9 @@ async-generator==1.10; python_version >= '3.5'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.11.1
certifi==2022.6.15
cffi==1.15.0
cffi==1.15.1
chardet==5.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==37.0.3
cryptography==37.0.4
file-magic==0.4.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0
Expand All @@ -38,9 +38,9 @@ pymysql[rsa]==1.0.2
pyopenssl==22.0.0
pysocks==1.7.1
python-datauri==1.1.0
redis[hiredis]==4.3.3
redis[hiredis]==4.3.4
requests-futures==1.0.0
requests[socks]==2.28.0
requests[socks]==2.28.1
selenium==4.3.0
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'
Expand All @@ -49,7 +49,7 @@ soupsieve==2.3.2.post1; python_version >= '3.0'
stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.21.0; python_version >= '3.6'
typing-extensions==4.2.0
urllib3[secure]==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
typing-extensions==4.3.0
urllib3[secure]==1.26.10; 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'
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python packages
pip==22.1.2
setuptools==62.6.0
setuptools==63.1.0
wheel==0.37.1

# Python dependencies
Expand All @@ -15,9 +15,9 @@ async-generator==1.10; python_version >= '3.5'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.11.1
certifi==2022.6.15
cffi==1.15.0
cffi==1.15.1
chardet==5.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==37.0.3
cryptography==37.0.4
file-magic==0.4.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0
Expand All @@ -33,9 +33,9 @@ pymysql[rsa]==1.0.2
pyopenssl==22.0.0
pysocks==1.7.1
python-datauri==1.1.0
redis[hiredis]==4.3.3
redis[hiredis]==4.3.4
requests-futures==1.0.0
requests[socks]==2.28.0
requests[socks]==2.28.1
selenium==4.3.0
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'
Expand All @@ -44,7 +44,7 @@ soupsieve==2.3.2.post1; python_version >= '3.0'
stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.21.0; python_version >= '3.6'
typing-extensions==4.2.0
urllib3[secure]==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
typing-extensions==4.3.0
urllib3[secure]==1.26.10; 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 5bdfab2

Please sign in to comment.