Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 19 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored May 11, 2022
1 parent 2210fb0 commit fb92c25
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Sphinx==4.5.0

# sphinx-autodoc-typehints
sphinx-autodoc-typehints==1.17.0
sphinx-autodoc-typehints==1.18.1
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.0.4
setuptools==62.0.0
setuptools==62.1.0
wheel==0.37.1

# Python dependencies
Expand All @@ -18,11 +18,11 @@ wheel==0.37.1
--extra-index-url https://pypi.org/simple
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.10.0
beautifulsoup4[html5lib]==4.11.1
certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==36.0.2
cryptography==37.0.2
file-magic==0.4.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0
Expand All @@ -38,18 +38,18 @@ pymysql[rsa]==1.0.2
pyopenssl==22.0.0
pysocks==1.7.1
python-datauri==1.1.0
redis[hiredis]==4.2.2
redis[hiredis]==4.3.1
requests-futures==1.0.0
requests[socks]==2.27.1
selenium==4.1.3
selenium==4.1.5
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
soupsieve==2.3.1; python_version >= '3.0'
soupsieve==2.3.2.post1; python_version >= '3.0'
stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.20.0; python_version >= '3.6'
typing-extensions==4.1.1
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'
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.0.4
setuptools==62.0.0
setuptools==62.1.0
wheel==0.37.1

# Python dependencies
Expand All @@ -13,11 +13,11 @@ wheel==0.37.1
--extra-index-url https://pypi.org/simple
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.10.0
beautifulsoup4[html5lib]==4.11.1
certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==36.0.2
cryptography==37.0.2
file-magic==0.4.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0
Expand All @@ -33,18 +33,18 @@ pymysql[rsa]==1.0.2
pyopenssl==22.0.0
pysocks==1.7.1
python-datauri==1.1.0
redis[hiredis]==4.2.2
redis[hiredis]==4.3.1
requests-futures==1.0.0
requests[socks]==2.27.1
selenium==4.1.3
selenium==4.1.5
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
soupsieve==2.3.1; python_version >= '3.0'
soupsieve==2.3.2.post1; python_version >= '3.0'
stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.20.0; python_version >= '3.6'
typing-extensions==4.1.1
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'
webencodings==0.5.1
wsproto==1.1.0; python_full_version >= '3.6.1'

0 comments on commit fb92c25

Please sign in to comment.