From 81b554f18d34afa5bd051db23d339b7c1a5b531e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:04 -0400 Subject: [PATCH 01/42] Update redis from 4.6.0 to 5.0.8 --- conda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/requirements.txt b/conda/requirements.txt index 061c57d2..631f97d1 100644 --- a/conda/requirements.txt +++ b/conda/requirements.txt @@ -5,7 +5,7 @@ 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 From c3a7ba8fa7f8e097cea5e497fab6e3e5fc25c5a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:04 -0400 Subject: [PATCH 02/42] Update redis from 5.0.3 to 5.0.8 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index ddf04a2d..0afc8372 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -38,7 +38,7 @@ pymysql[rsa]==1.1.0 pyopenssl==24.1.0 pysocks==1.7.1 python-datauri==2.1.0 -redis[hiredis]==5.0.3 +redis[hiredis]==5.0.8 requests-futures==1.0.1 requests[socks]==2.31.0 selenium==3.141.0 From cc34cfb7e27e3d7dfc37ea1482f3506f2cd76577 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:05 -0400 Subject: [PATCH 03/42] Update redis from 5.0.3 to 5.0.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac20e304..cf312ee9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pymysql[rsa]==1.1.0 pyopenssl==24.1.0 pysocks==1.7.1 python-datauri==2.1.0 -redis[hiredis]==5.0.3 +redis[hiredis]==5.0.8 requests-futures==1.0.1 requests[socks]==2.31.0 selenium==3.141.0 From d57ea634ef66474209a628cfdc9270cd7ae24705 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:06 -0400 Subject: [PATCH 04/42] Update selenium from 3.141.0 to 4.23.1 --- conda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/requirements.txt b/conda/requirements.txt index 631f97d1..8c177a19 100644 --- a/conda/requirements.txt +++ b/conda/requirements.txt @@ -8,6 +8,6 @@ python-datauri == 2.2.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 From d551f8bc7a2bfa5aed7592125263f35eb8893b97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:06 -0400 Subject: [PATCH 05/42] Update selenium from 3.141.0 to 4.23.1 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 0afc8372..43daea3c 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -41,7 +41,7 @@ python-datauri==2.1.0 redis[hiredis]==5.0.8 requests-futures==1.0.1 requests[socks]==2.31.0 -selenium==3.141.0 +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 From a13aca1e54341f94d7fa9e034d972bcf352de1ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:07 -0400 Subject: [PATCH 06/42] Update selenium from 3.141.0 to 4.23.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf312ee9..4f94639b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ python-datauri==2.1.0 redis[hiredis]==5.0.8 requests-futures==1.0.1 requests[socks]==2.31.0 -selenium==3.141.0 +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 From 0d3bfb1ec8b5f2557e34e2e0208c23cdd6c117d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:08 -0400 Subject: [PATCH 07/42] Update sphinx from 7.2.6 to 8.0.2 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 22d1b811..9076ec11 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==7.2.6 +Sphinx==8.0.2 # extentions sphinx-autodoc-typehints==2.0.0 From d4e50968e9a963ba94b5d723da76fb7aa1f34429 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:08 -0400 Subject: [PATCH 08/42] Update sphinx-autodoc-typehints from 2.0.0 to 2.2.3 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9076ec11..ddcdb8d1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ Sphinx==8.0.2 # extentions -sphinx-autodoc-typehints==2.0.0 +sphinx-autodoc-typehints==2.2.3 From d861a3b77d87845842fc2e6675a29169f0edfa44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:09 -0400 Subject: [PATCH 09/42] Update pip from 24.0 to 24.2 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 43daea3c..b822d0ca 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -4,7 +4,7 @@ # To regenerate from the project's Pipfile, run: # Python packages -pip==24.0 +pip==24.2 setuptools==69.1.1 wheel==0.42.0 From 42361e7487163a49d567d054716ba008c2276a33 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:09 -0400 Subject: [PATCH 10/42] Update pip from 24.0 to 24.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f94639b..c5c10a8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Python packages -pip==24.0 +pip==24.2 setuptools==69.1.1 wheel==0.42.0 From 826136850ee120987c3cf83bb63f455f1a9e9bf1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:10 -0400 Subject: [PATCH 11/42] Update setuptools from 69.1.1 to 72.1.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index b822d0ca..6c8f38bf 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -5,7 +5,7 @@ # Python packages pip==24.2 -setuptools==69.1.1 +setuptools==72.1.0 wheel==0.42.0 # Python dependencies From 6714d717d7c77c4055155f75360d2d9eae058cab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:11 -0400 Subject: [PATCH 12/42] Update setuptools from 69.1.1 to 72.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5c10a8a..56eac189 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Python packages pip==24.2 -setuptools==69.1.1 +setuptools==72.1.0 wheel==0.42.0 # Python dependencies From af92cbc60909b587f0619ceacac7751effd06796 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:11 -0400 Subject: [PATCH 13/42] Update wheel from 0.42.0 to 0.44.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 6c8f38bf..e03c382e 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -6,7 +6,7 @@ # Python packages pip==24.2 setuptools==72.1.0 -wheel==0.42.0 +wheel==0.44.0 # Python dependencies # From b0ead7ed03a6e0b32708283c9ccd0724341788a4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:12 -0400 Subject: [PATCH 14/42] Update wheel from 0.42.0 to 0.44.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56eac189..3d749ff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Python packages pip==24.2 setuptools==72.1.0 -wheel==0.42.0 +wheel==0.44.0 # Python dependencies # From d6334080584387cec35f3fa5d81cdecad9224397 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:12 -0400 Subject: [PATCH 15/42] Update attrs from 23.2.0 to 24.1.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index e03c382e..45c97088 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -17,7 +17,7 @@ wheel==0.44.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.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.3 certifi==2024.2.2 cffi==1.16.0 From 1868183e17d4e5ac8d5fdd87f4028d4fd16a7ddf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:13 -0400 Subject: [PATCH 16/42] Update attrs from 23.2.0 to 24.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d749ff2..0cb7f434 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ wheel==0.44.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.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.3 certifi==2024.2.2 cffi==1.16.0 From 6b758246505be17909c28b7892e68538feabf922 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:13 -0400 Subject: [PATCH 17/42] Update certifi from 2024.2.2 to 2024.7.4 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 45c97088..dcc4a3bf 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -19,7 +19,7 @@ wheel==0.44.0 async-generator==1.10; python_version >= '3.5' attrs==24.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.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 From 9afe808017dcb1deb47a879e5620387385217a56 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:14 -0400 Subject: [PATCH 18/42] Update certifi from 2024.2.2 to 2024.7.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cb7f434..6b886d9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ wheel==0.44.0 async-generator==1.10; python_version >= '3.5' attrs==24.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.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 From 72e05f0a249309d7b0dfe5d6a3e77fe64ecaed23 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:15 -0400 Subject: [PATCH 19/42] Update cryptography from 42.0.5 to 43.0.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index dcc4a3bf..93f5b8aa 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -22,7 +22,7 @@ beautifulsoup4[html5lib]==4.12.3 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 From 43aa381e11702f46aaa120abaa8ca6621dd7758c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:15 -0400 Subject: [PATCH 20/42] Update cryptography from 42.0.5 to 43.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b886d9e..64cd6d99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ beautifulsoup4[html5lib]==4.12.3 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 From d70fccc3acde1f63de71197c13986de53b67d8ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:16 -0400 Subject: [PATCH 21/42] Update hiredis from 2.3.2 to 3.0.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 93f5b8aa..22336983 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -25,7 +25,7 @@ chardet==5.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2 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 From 9a93f35c5a5cbf4b83ee390742751a88315db657 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:16 -0400 Subject: [PATCH 22/42] Update hiredis from 2.3.2 to 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64cd6d99..12bf4656 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ chardet==5.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2 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 From 4385dc7ec7067cd0a9b8f047f5ebdc5e62f6f06f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:17 -0400 Subject: [PATCH 23/42] Update peewee from 3.17.1 to 3.17.6 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 22336983..a4a6d165 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -30,7 +30,7 @@ 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' From db843bc234404d691d62d9261ed0651e2b783031 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:17 -0400 Subject: [PATCH 24/42] Update peewee from 3.17.1 to 3.17.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12bf4656..7cae299f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ 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' From 968d5d4427867aed6d6142c2392c31daecab7bcf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:18 -0400 Subject: [PATCH 25/42] Update psutil from 5.9.8 to 6.0.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index a4a6d165..391a93b2 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -32,7 +32,7 @@ mmh3==4.1.0 outcome==1.3.0.post0; python_version >= '3.6' peewee==3.17.6 pottery==3.0.0 -psutil==5.9.8 +psutil==6.0.0 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 From 6ef1e874d7e2e87c10f97e02299c28e41766c530 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:18 -0400 Subject: [PATCH 26/42] Update psutil from 5.9.8 to 6.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7cae299f..ac93a52e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ mmh3==4.1.0 outcome==1.3.0.post0; python_version >= '3.6' peewee==3.17.6 pottery==3.0.0 -psutil==5.9.8 +psutil==6.0.0 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 From b940fef0ada5e470c3b97ba6fe45fcb1ced14959 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:19 -0400 Subject: [PATCH 27/42] Update pycparser from 2.21 to 2.22 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 391a93b2..c2f836fc 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -33,7 +33,7 @@ outcome==1.3.0.post0; python_version >= '3.6' peewee==3.17.6 pottery==3.0.0 psutil==6.0.0 -pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +pycparser==2.22; 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 pysocks==1.7.1 From dc86e0969186f2937b7db23b6962f27d74bc182c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:20 -0400 Subject: [PATCH 28/42] Update pycparser from 2.21 to 2.22 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac93a52e..1f0f3803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ outcome==1.3.0.post0; python_version >= '3.6' peewee==3.17.6 pottery==3.0.0 psutil==6.0.0 -pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +pycparser==2.22; 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 pysocks==1.7.1 From 9252a91ae728735297e75c26c8bd6e7fea58c99e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:20 -0400 Subject: [PATCH 29/42] Update pymysql from 1.1.0 to 1.1.1 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index c2f836fc..c46b5281 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -34,7 +34,7 @@ peewee==3.17.6 pottery==3.0.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.0 +pymysql[rsa]==1.1.1 pyopenssl==24.1.0 pysocks==1.7.1 python-datauri==2.1.0 From 3fdc4c1104f46e4c9953852097639f9561266d9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:21 -0400 Subject: [PATCH 30/42] Update pymysql from 1.1.0 to 1.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f0f3803..7b60ae69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ peewee==3.17.6 pottery==3.0.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.0 +pymysql[rsa]==1.1.1 pyopenssl==24.1.0 pysocks==1.7.1 python-datauri==2.1.0 From 69f23744f355e0d913d8c6c733e13cd9cedd6c81 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:21 -0400 Subject: [PATCH 31/42] Update pyopenssl from 24.1.0 to 24.2.1 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index c46b5281..ddb3b555 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -35,7 +35,7 @@ pottery==3.0.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.1.0 +pyopenssl==24.2.1 pysocks==1.7.1 python-datauri==2.1.0 redis[hiredis]==5.0.8 From 24ac8cae713e827725856a9355efe554fad42e10 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:22 -0400 Subject: [PATCH 32/42] Update pyopenssl from 24.1.0 to 24.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b60ae69..8fd5ef08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pottery==3.0.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.1.0 +pyopenssl==24.2.1 pysocks==1.7.1 python-datauri==2.1.0 redis[hiredis]==5.0.8 From 12de74258edfc6b0809eb112482eee6f8da07bb4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:23 -0400 Subject: [PATCH 33/42] Update python-datauri from 2.1.0 to 2.2.0 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index ddb3b555..9a21facc 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -37,7 +37,7 @@ pycparser==2.22; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. pymysql[rsa]==1.1.1 pyopenssl==24.2.1 pysocks==1.7.1 -python-datauri==2.1.0 +python-datauri==2.2.0 redis[hiredis]==5.0.8 requests-futures==1.0.1 requests[socks]==2.31.0 From 34f0bd5db63043525b0525346fe2f01fe60839be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:23 -0400 Subject: [PATCH 34/42] Update python-datauri from 2.1.0 to 2.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fd5ef08..b27edbcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pycparser==2.22; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. pymysql[rsa]==1.1.1 pyopenssl==24.2.1 pysocks==1.7.1 -python-datauri==2.1.0 +python-datauri==2.2.0 redis[hiredis]==5.0.8 requests-futures==1.0.1 requests[socks]==2.31.0 From 76dfab5400b85d323f1bdbc8b4b10fc3c9f8a2e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:24 -0400 Subject: [PATCH 35/42] Update requests from 2.31.0 to 2.32.3 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 9a21facc..4e0f20a6 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -40,7 +40,7 @@ pysocks==1.7.1 python-datauri==2.2.0 redis[hiredis]==5.0.8 requests-futures==1.0.1 -requests[socks]==2.31.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' From 59dccad8c75ad9541b4ae0dd35d3d2d1df4713f9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:24 -0400 Subject: [PATCH 36/42] Update requests from 2.31.0 to 2.32.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b27edbcf..d6b1cd85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ pysocks==1.7.1 python-datauri==2.2.0 redis[hiredis]==5.0.8 requests-futures==1.0.1 -requests[socks]==2.31.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' From b60a234322b4a1861248fe5c45d03b3658632771 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:25 -0400 Subject: [PATCH 37/42] Update trio from 0.24.0 to 0.26.1 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 4e0f20a6..ea533412 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -48,7 +48,7 @@ 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' +trio==0.26.1; 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' webencodings==0.5.1 From 7f8f1eaed4a34620a748574a8ee226bca884190c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:25 -0400 Subject: [PATCH 38/42] Update trio from 0.24.0 to 0.26.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6b1cd85..20e25375 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ 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' +trio==0.26.1; 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' webencodings==0.5.1 From f527836d59cb07d915d8e315c3c2255c0f9f7144 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:26 -0400 Subject: [PATCH 39/42] Update typing-extensions from 4.10.0 to 4.12.2 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index ea533412..149a3454 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -49,7 +49,7 @@ soupsieve==2.5; python_version >= '3.0' stem==1.8.2 trio-websocket==0.11.1; python_version >= '3.5' trio==0.26.1; python_version >= '3.6' -typing-extensions==4.10.0 +typing-extensions==4.12.2 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' webencodings==0.5.1 wsproto==1.2.0; python_full_version >= '3.6.1' From c1048d660936bcfb3b4551233c623bfa01587723 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:26 -0400 Subject: [PATCH 40/42] Update typing-extensions from 4.10.0 to 4.12.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20e25375..f6a956c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ soupsieve==2.5; python_version >= '3.0' stem==1.8.2 trio-websocket==0.11.1; python_version >= '3.5' trio==0.26.1; python_version >= '3.6' -typing-extensions==4.10.0 +typing-extensions==4.12.2 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' webencodings==0.5.1 wsproto==1.2.0; python_full_version >= '3.6.1' From d2c1ed2654dec42798b55a6fd6d75fded98d3a62 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:27 -0400 Subject: [PATCH 41/42] Update urllib3 from 2.2.1 to 2.2.2 --- requirements.debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.debug.txt b/requirements.debug.txt index 149a3454..2aea556b 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -50,6 +50,6 @@ stem==1.8.2 trio-websocket==0.11.1; python_version >= '3.5' trio==0.26.1; python_version >= '3.6' typing-extensions==4.12.2 -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' +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' From 4b0b0113eee37e7afe8c3d2f98e21d04b0d016d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 12:51:28 -0400 Subject: [PATCH 42/42] Update urllib3 from 2.2.1 to 2.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6a956c7..d7ba40d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,6 +45,6 @@ stem==1.8.2 trio-websocket==0.11.1; python_version >= '3.5' trio==0.26.1; python_version >= '3.6' typing-extensions==4.12.2 -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' +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'