Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 40 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Oct 4, 2023
1 parent cff0c4e commit fffdaaa
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
@@ -1,4 +1,4 @@
Sphinx==7.2.5
Sphinx==7.2.6

# extentions
sphinx-autodoc-typehints==1.24.0
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==23.2.1
setuptools==68.2.0
setuptools==68.2.2
wheel==0.41.2

# Python dependencies
Expand All @@ -20,7 +20,7 @@ async-generator==1.10; python_version >= '3.5'
attrs==23.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.12.2
certifi==2023.7.22
cffi==1.15.1
cffi==1.16.0
chardet==5.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==41.0.4
file-magic==0.4.1
Expand All @@ -38,18 +38,18 @@ pymysql[rsa]==1.1.0
pyopenssl==23.2.0
pysocks==1.7.1
python-datauri==2.1.0
redis[hiredis]==5.0.0
redis[hiredis]==5.0.1
requests-futures==1.0.1
requests[socks]==2.31.0
selenium==4.12.0
selenium==4.13.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0; python_version >= '3.5'
sortedcontainers==2.4.0
soupsieve==2.5; python_version >= '3.0'
stem==1.8.2
trio-websocket==0.10.4; python_version >= '3.5'
trio-websocket==0.11.1; python_version >= '3.5'
trio==0.22.2; python_version >= '3.6'
typing-extensions==4.7.1
urllib3[secure]==2.0.4; 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.8.0
urllib3[secure]==2.0.5; 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.2.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==23.2.1
setuptools==68.2.0
setuptools==68.2.2
wheel==0.41.2

# Python dependencies
Expand All @@ -15,7 +15,7 @@ async-generator==1.10; python_version >= '3.5'
attrs==23.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.12.2
certifi==2023.7.22
cffi==1.15.1
cffi==1.16.0
chardet==5.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==41.0.4
file-magic==0.4.1
Expand All @@ -33,18 +33,18 @@ pymysql[rsa]==1.1.0
pyopenssl==23.2.0
pysocks==1.7.1
python-datauri==2.1.0
redis[hiredis]==5.0.0
redis[hiredis]==5.0.1
requests-futures==1.0.1
requests[socks]==2.31.0
selenium==4.12.0
selenium==4.13.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0; python_version >= '3.5'
sortedcontainers==2.4.0
soupsieve==2.5; python_version >= '3.0'
stem==1.8.2
trio-websocket==0.10.4; python_version >= '3.5'
trio-websocket==0.11.1; python_version >= '3.5'
trio==0.22.2; python_version >= '3.6'
typing-extensions==4.7.1
urllib3[secure]==2.0.4; 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.8.0
urllib3[secure]==2.0.5; 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.2.0; python_full_version >= '3.6.1'

0 comments on commit fffdaaa

Please sign in to comment.