Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
1bbad95
Update redis from 4.6.0 to 5.0.8
pyup-bot Aug 12, 2024
cc49075
Update redis from 5.0.3 to 5.0.8
pyup-bot Aug 12, 2024
00e22fd
Update redis from 5.0.3 to 5.0.8
pyup-bot Aug 12, 2024
c82b9ff
Update selenium from 3.141.0 to 4.23.1
pyup-bot Aug 12, 2024
00361ad
Update selenium from 3.141.0 to 4.23.1
pyup-bot Aug 12, 2024
aaae873
Update selenium from 3.141.0 to 4.23.1
pyup-bot Aug 12, 2024
e749494
Update sphinx from 7.2.6 to 8.0.2
pyup-bot Aug 12, 2024
1bbd3fb
Update sphinx-autodoc-typehints from 2.0.0 to 2.2.3
pyup-bot Aug 12, 2024
5a0b3ff
Update pip from 24.0 to 24.2
pyup-bot Aug 12, 2024
efc810f
Update pip from 24.0 to 24.2
pyup-bot Aug 12, 2024
cc706ee
Update setuptools from 69.1.1 to 72.1.0
pyup-bot Aug 12, 2024
36c4594
Update setuptools from 69.1.1 to 72.1.0
pyup-bot Aug 12, 2024
a6917b8
Update wheel from 0.42.0 to 0.44.0
pyup-bot Aug 12, 2024
66e7c71
Update wheel from 0.42.0 to 0.44.0
pyup-bot Aug 12, 2024
b5a4d53
Update attrs from 23.2.0 to 24.2.0
pyup-bot Aug 12, 2024
cbc2ca3
Update attrs from 23.2.0 to 24.2.0
pyup-bot Aug 12, 2024
844a45c
Update certifi from 2024.2.2 to 2024.7.4
pyup-bot Aug 12, 2024
9611035
Update certifi from 2024.2.2 to 2024.7.4
pyup-bot Aug 12, 2024
1c75ca6
Update cffi from 1.16.0 to 1.17.0
pyup-bot Aug 12, 2024
904b349
Update cffi from 1.16.0 to 1.17.0
pyup-bot Aug 12, 2024
74e384f
Update cryptography from 42.0.5 to 43.0.0
pyup-bot Aug 12, 2024
8212e1c
Update cryptography from 42.0.5 to 43.0.0
pyup-bot Aug 12, 2024
225e409
Update hiredis from 2.3.2 to 3.0.0
pyup-bot Aug 12, 2024
c49a458
Update hiredis from 2.3.2 to 3.0.0
pyup-bot Aug 12, 2024
2a0605a
Update peewee from 3.17.1 to 3.17.6
pyup-bot Aug 12, 2024
4afb46f
Update peewee from 3.17.1 to 3.17.6
pyup-bot Aug 12, 2024
df419b6
Update psutil from 5.9.8 to 6.0.0
pyup-bot Aug 12, 2024
52cf051
Update psutil from 5.9.8 to 6.0.0
pyup-bot Aug 12, 2024
5a3533a
Update pycparser from 2.21 to 2.22
pyup-bot Aug 12, 2024
43dbd90
Update pycparser from 2.21 to 2.22
pyup-bot Aug 12, 2024
60813db
Update pymysql from 1.1.0 to 1.1.1
pyup-bot Aug 12, 2024
16fee43
Update pymysql from 1.1.0 to 1.1.1
pyup-bot Aug 12, 2024
63851c4
Update pyopenssl from 24.1.0 to 24.2.1
pyup-bot Aug 12, 2024
4880726
Update pyopenssl from 24.1.0 to 24.2.1
pyup-bot Aug 12, 2024
eee12c5
Update python-datauri from 2.1.0 to 2.2.0
pyup-bot Aug 12, 2024
ee8635e
Update python-datauri from 2.1.0 to 2.2.0
pyup-bot Aug 12, 2024
4fa4a99
Update requests from 2.31.0 to 2.32.3
pyup-bot Aug 12, 2024
8b3710d
Update requests from 2.31.0 to 2.32.3
pyup-bot Aug 12, 2024
9881d7c
Update trio from 0.24.0 to 0.26.2
pyup-bot Aug 12, 2024
4bedf46
Update trio from 0.24.0 to 0.26.2
pyup-bot Aug 12, 2024
39f7334
Update typing-extensions from 4.10.0 to 4.12.2
pyup-bot Aug 12, 2024
1c9dc99
Update typing-extensions from 4.10.0 to 4.12.2
pyup-bot Aug 12, 2024
fea2a10
Update urllib3 from 2.2.1 to 2.2.2
pyup-bot Aug 12, 2024
611ad7a
Update urllib3 from 2.2.1 to 2.2.2
pyup-bot Aug 12, 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.8
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==8.0.2

# extentions
sphinx-autodoc-typehints==2.0.0
sphinx-autodoc-typehints==2.2.3
40 changes: 20 additions & 20 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.44.0

# Python dependencies
#
Expand All @@ -17,39 +17,39 @@ wheel==0.42.0
--extra-index-url https://mirrors.sjtug.sjtu.edu.cn/pypi/web/simple
--extra-index-url https://pypi.org/simple
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'
attrs==24.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
cffi==1.16.0
certifi==2024.7.4
cffi==1.17.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.8
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.2; 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'
40 changes: 20 additions & 20 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.44.0

# Python dependencies
#
Expand All @@ -12,39 +12,39 @@ wheel==0.42.0
--extra-index-url https://mirrors.sjtug.sjtu.edu.cn/pypi/web/simple
--extra-index-url https://pypi.org/simple
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'
attrs==24.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
cffi==1.16.0
certifi==2024.7.4
cffi==1.17.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.8
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.2; 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'