Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
beedbac
Update redis from 4.6.0 to 5.0.7
pyup-bot Jul 29, 2024
b1e50d7
Update redis from 5.0.3 to 5.0.7
pyup-bot Jul 29, 2024
1b0c1f2
Update redis from 5.0.3 to 5.0.7
pyup-bot Jul 29, 2024
4408760
Update selenium from 3.141.0 to 4.23.1
pyup-bot Jul 29, 2024
1dcb93a
Update selenium from 3.141.0 to 4.23.1
pyup-bot Jul 29, 2024
7d0a1e6
Update selenium from 3.141.0 to 4.23.1
pyup-bot Jul 29, 2024
ee2be6a
Update sphinx from 7.2.6 to 7.4.7
pyup-bot Jul 29, 2024
5a691e8
Update sphinx-autodoc-typehints from 2.0.0 to 2.2.3
pyup-bot Jul 29, 2024
5f9c1a8
Update pip from 24.0 to 24.2
pyup-bot Jul 29, 2024
d114317
Update pip from 24.0 to 24.2
pyup-bot Jul 29, 2024
39f2610
Update setuptools from 69.1.1 to 72.1.0
pyup-bot Jul 29, 2024
a0d50bd
Update setuptools from 69.1.1 to 72.1.0
pyup-bot Jul 29, 2024
085a23c
Update wheel from 0.42.0 to 0.43.0
pyup-bot Jul 29, 2024
ab45823
Update wheel from 0.42.0 to 0.43.0
pyup-bot Jul 29, 2024
cb8d048
Update certifi from 2024.2.2 to 2024.7.4
pyup-bot Jul 29, 2024
159b6a5
Update certifi from 2024.2.2 to 2024.7.4
pyup-bot Jul 29, 2024
0cdd7d5
Update cryptography from 42.0.5 to 43.0.0
pyup-bot Jul 29, 2024
e791978
Update cryptography from 42.0.5 to 43.0.0
pyup-bot Jul 29, 2024
b6970ef
Update hiredis from 2.3.2 to 3.0.0
pyup-bot Jul 29, 2024
ccc2311
Update hiredis from 2.3.2 to 3.0.0
pyup-bot Jul 29, 2024
596f7f3
Update peewee from 3.17.1 to 3.17.6
pyup-bot Jul 29, 2024
14a96b4
Update peewee from 3.17.1 to 3.17.6
pyup-bot Jul 29, 2024
5755a28
Update psutil from 5.9.8 to 6.0.0
pyup-bot Jul 29, 2024
17329fe
Update psutil from 5.9.8 to 6.0.0
pyup-bot Jul 29, 2024
758d23e
Update pycparser from 2.21 to 2.22
pyup-bot Jul 29, 2024
22f77db
Update pycparser from 2.21 to 2.22
pyup-bot Jul 29, 2024
09f9193
Update pymysql from 1.1.0 to 1.1.1
pyup-bot Jul 29, 2024
3961dad
Update pymysql from 1.1.0 to 1.1.1
pyup-bot Jul 29, 2024
4c28e0e
Update pyopenssl from 24.1.0 to 24.2.1
pyup-bot Jul 29, 2024
0126ab6
Update pyopenssl from 24.1.0 to 24.2.1
pyup-bot Jul 29, 2024
5b96a77
Update python-datauri from 2.1.0 to 2.2.0
pyup-bot Jul 29, 2024
f557265
Update python-datauri from 2.1.0 to 2.2.0
pyup-bot Jul 29, 2024
1b64b6a
Update requests from 2.31.0 to 2.32.3
pyup-bot Jul 29, 2024
25015eb
Update requests from 2.31.0 to 2.32.3
pyup-bot Jul 29, 2024
9bcf43b
Update trio from 0.24.0 to 0.26.0
pyup-bot Jul 29, 2024
0d3e2ef
Update trio from 0.24.0 to 0.26.0
pyup-bot Jul 29, 2024
1989964
Update typing-extensions from 4.10.0 to 4.12.2
pyup-bot Jul 29, 2024
5350c26
Update typing-extensions from 4.10.0 to 4.12.2
pyup-bot Jul 29, 2024
1171015
Update urllib3 from 2.2.1 to 2.2.2
pyup-bot Jul 29, 2024
855f65e
Update urllib3 from 2.2.1 to 2.2.2
pyup-bot Jul 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pottery == 3.0.0
psutil == 6.0.0
pymysql == 1.1.1
python-datauri == 2.2.0
redis == 4.6.0
redis==5.0.7
requests == 2.32.3
requests-futures == 1.0.1
selenium == 3.141.0
selenium==4.23.1
stem == 1.8.2
typing-extensions == 4.12.2
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==7.2.6
Sphinx==7.4.7

# extentions
sphinx-autodoc-typehints==2.0.0
sphinx-autodoc-typehints==2.2.3
36 changes: 18 additions & 18 deletions requirements.debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# To regenerate from the project's Pipfile, run:

# Python packages
pip==24.0
setuptools==69.1.1
wheel==0.42.0
pip==24.2
setuptools==72.1.0
wheel==0.43.0

# Python dependencies
#
Expand All @@ -19,37 +19,37 @@ wheel==0.42.0
async-generator==1.10; python_version >= '3.5'
attrs==23.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.12.3
certifi==2024.2.2
certifi==2024.7.4
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==42.0.5
cryptography==43.0.0
file-magic==0.4.1
h11==0.14.0; python_version >= '3.6'
hiredis==2.3.2
hiredis==3.0.0
html5lib==1.1
idna==3.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
mmh3==4.1.0
outcome==1.3.0.post0; python_version >= '3.6'
peewee==3.17.1
peewee==3.17.6
pottery==3.0.0
psutil==5.9.8
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.1.0
pyopenssl==24.1.0
psutil==6.0.0
pycparser==2.22; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.1.1
pyopenssl==24.2.1
pysocks==1.7.1
python-datauri==2.1.0
redis[hiredis]==5.0.3
python-datauri==2.2.0
redis[hiredis]==5.0.7
requests-futures==1.0.1
requests[socks]==2.31.0
selenium==3.141.0
requests[socks]==2.32.3
selenium==4.23.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.1; python_version >= '3.5'
sortedcontainers==2.4.0
soupsieve==2.5; python_version >= '3.0'
stem==1.8.2
trio-websocket==0.11.1; python_version >= '3.5'
trio==0.24.0; python_version >= '3.6'
typing-extensions==4.10.0
urllib3[secure]==2.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
trio==0.26.0; python_version >= '3.6'
typing-extensions==4.12.2
urllib3[secure]==2.2.2; 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'
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python packages
pip==24.0
setuptools==69.1.1
wheel==0.42.0
pip==24.2
setuptools==72.1.0
wheel==0.43.0

# Python dependencies
#
Expand All @@ -14,37 +14,37 @@ wheel==0.42.0
async-generator==1.10; python_version >= '3.5'
attrs==23.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.12.3
certifi==2024.2.2
certifi==2024.7.4
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==42.0.5
cryptography==43.0.0
file-magic==0.4.1
h11==0.14.0; python_version >= '3.6'
hiredis==2.3.2
hiredis==3.0.0
html5lib==1.1
idna==3.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
mmh3==4.1.0
outcome==1.3.0.post0; python_version >= '3.6'
peewee==3.17.1
peewee==3.17.6
pottery==3.0.0
psutil==5.9.8
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.1.0
pyopenssl==24.1.0
psutil==6.0.0
pycparser==2.22; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.1.1
pyopenssl==24.2.1
pysocks==1.7.1
python-datauri==2.1.0
redis[hiredis]==5.0.3
python-datauri==2.2.0
redis[hiredis]==5.0.7
requests-futures==1.0.1
requests[socks]==2.31.0
selenium==3.141.0
requests[socks]==2.32.3
selenium==4.23.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.1; python_version >= '3.5'
sortedcontainers==2.4.0
soupsieve==2.5; python_version >= '3.0'
stem==1.8.2
trio-websocket==0.11.1; python_version >= '3.5'
trio==0.24.0; python_version >= '3.6'
typing-extensions==4.10.0
urllib3[secure]==2.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
trio==0.26.0; python_version >= '3.6'
typing-extensions==4.12.2
urllib3[secure]==2.2.2; 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'