From 422fcdf13088bc9fb8e1380178c37e34ee5523a4 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 1 May 2023 18:20:46 -0500 Subject: [PATCH] Scheduled weekly dependency update for week 18 (#157) --- docs/requirements.txt | 2 +- requirements.debug.txt | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3eb834d3..64244f94 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==6.2.0 +Sphinx==7.0.0 # extentions sphinx-autodoc-typehints==1.23.4 diff --git a/requirements.debug.txt b/requirements.debug.txt index 938f9107..38526366 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -4,7 +4,7 @@ # To regenerate from the project's Pipfile, run: # Python packages -pip==23.1.1 +pip==23.1.2 setuptools==67.7.2 wheel==0.40.0 @@ -40,7 +40,7 @@ pysocks==1.7.1 python-datauri==1.1.0 redis[hiredis]==4.5.4 requests-futures==1.0.0 -requests[socks]==2.28.2 +requests[socks]==2.29.0 selenium==4.9.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' @@ -50,6 +50,6 @@ stem==1.8.1 trio-websocket==0.10.2; python_version >= '3.5' trio==0.22.0; python_version >= '3.6' typing-extensions==4.5.0 -urllib3[secure]==1.26.15; 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.0.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' diff --git a/requirements.txt b/requirements.txt index 4d473850..2d032605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Python packages -pip==23.1.1 +pip==23.1.2 setuptools==67.7.2 wheel==0.40.0 @@ -35,7 +35,7 @@ pysocks==1.7.1 python-datauri==1.1.0 redis[hiredis]==4.5.4 requests-futures==1.0.0 -requests[socks]==2.28.2 +requests[socks]==2.29.0 selenium==4.9.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' @@ -45,6 +45,6 @@ stem==1.8.1 trio-websocket==0.10.2; python_version >= '3.5' trio==0.22.0; python_version >= '3.6' typing-extensions==4.5.0 -urllib3[secure]==1.26.15; 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.0.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'