diff --git a/conda/requirements.txt b/conda/requirements.txt index 0c973c34..1fd3f409 100644 --- a/conda/requirements.txt +++ b/conda/requirements.txt @@ -5,9 +5,9 @@ pottery == 3.0.0 psutil == 6.1.0 pymysql == 1.1.1 python-datauri == 2.2.0 -redis == 4.6.0 +redis==5.2.0 requests == 2.32.3 requests-futures == 1.0.2 -selenium == 3.141.0 +selenium==4.27.0 stem == 1.8.2 typing-extensions == 4.12.2 diff --git a/docs/requirements.txt b/docs/requirements.txt index 22d1b811..be4e16b1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==7.2.6 +Sphinx==8.1.3 # extentions -sphinx-autodoc-typehints==2.0.0 +sphinx-autodoc-typehints==2.5.0 diff --git a/requirements.debug.txt b/requirements.debug.txt index ddf04a2d..b003b3a7 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -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.3.1 +setuptools==75.6.0 +wheel==0.45.1 # Python dependencies # @@ -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.8.30 +cffi==1.17.1 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.3 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 +idna==3.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +mmh3==5.0.1 outcome==1.3.0.post0; python_version >= '3.6' -peewee==3.17.1 +peewee==3.17.8 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.1.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 -requests-futures==1.0.1 -requests[socks]==2.31.0 -selenium==3.141.0 +python-datauri==2.2.0 +redis[hiredis]==5.2.0 +requests-futures==1.0.2 +requests[socks]==2.32.3 +selenium==4.27.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.1; python_version >= '3.5' sortedcontainers==2.4.0 -soupsieve==2.5; python_version >= '3.0' +soupsieve==2.6; 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.27.0; python_version >= '3.6' +typing-extensions==4.12.2 +urllib3[secure]==2.2.3; 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' diff --git a/requirements.txt b/requirements.txt index ac20e304..1c94504a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Python packages -pip==24.0 -setuptools==69.1.1 -wheel==0.42.0 +pip==24.3.1 +setuptools==75.6.0 +wheel==0.45.1 # Python dependencies # @@ -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.8.30 +cffi==1.17.1 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.3 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 +idna==3.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +mmh3==5.0.1 outcome==1.3.0.post0; python_version >= '3.6' -peewee==3.17.1 +peewee==3.17.8 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.1.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 -requests-futures==1.0.1 -requests[socks]==2.31.0 -selenium==3.141.0 +python-datauri==2.2.0 +redis[hiredis]==5.2.0 +requests-futures==1.0.2 +requests[socks]==2.32.3 +selenium==4.27.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.1; python_version >= '3.5' sortedcontainers==2.4.0 -soupsieve==2.5; python_version >= '3.0' +soupsieve==2.6; 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.27.0; python_version >= '3.6' +typing-extensions==4.12.2 +urllib3[secure]==2.2.3; 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'