Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 03 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Jan 18, 2022
1 parent 79b72a5 commit 0d5194b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# sphinx
Sphinx==4.3.2
Sphinx==4.4.0

# sphinx-autodoc-typehints
sphinx-autodoc-typehints==1.13.0
sphinx-autodoc-typehints==1.15.2
10 changes: 5 additions & 5 deletions requirements.debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Python packages
pip==21.3.1
setuptools==60.2.0
setuptools==60.5.0
wheel==0.37.1

# Python dependencies
Expand All @@ -31,16 +31,16 @@ idna==3.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3
mmh3==3.0.0
outcome==1.1.0; python_version >= '3.6'
peewee==3.14.8
pottery==2.3.5
pottery==2.3.6
psutil==5.9.0
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.0.2
pyopenssl==21.0.0
pysocks==1.7.1
python-datauri==1.1.0
redis[hiredis]==4.1.0
redis[hiredis]==4.1.1
requests-futures==1.0.0
requests[socks]==2.27.0
requests[socks]==2.27.1
selenium==4.1.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 @@ -50,6 +50,6 @@ stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.19.0; python_version >= '3.6'
typing-extensions==4.0.1
urllib3[secure]==1.26.7; 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.8; 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.0.0; python_full_version >= '3.6.1'
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python packages
pip==21.3.1
setuptools==60.2.0
setuptools==60.5.0
wheel==0.37.1

# Python dependencies
Expand All @@ -26,16 +26,16 @@ idna==3.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3
mmh3==3.0.0
outcome==1.1.0; python_version >= '3.6'
peewee==3.14.8
pottery==2.3.5
pottery==2.3.6
psutil==5.9.0
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.0.2
pyopenssl==21.0.0
pysocks==1.7.1
python-datauri==1.1.0
redis[hiredis]==4.1.0
redis[hiredis]==4.1.1
requests-futures==1.0.0
requests[socks]==2.27.0
requests[socks]==2.27.1
selenium==4.1.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 @@ -45,6 +45,6 @@ stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.19.0; python_version >= '3.6'
typing-extensions==4.0.1
urllib3[secure]==1.26.7; 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.8; 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.0.0; python_full_version >= '3.6.1'

0 comments on commit 0d5194b

Please sign in to comment.