diff --git a/requirements.debug.txt b/requirements.debug.txt index dcc6b9cd..02893b06 100644 --- a/requirements.debug.txt +++ b/requirements.debug.txt @@ -5,7 +5,7 @@ # Python packages pip==22.0.4 -setuptools==60.9.3 +setuptools==60.10.0 wheel==0.37.1 # Python dependencies @@ -22,7 +22,7 @@ beautifulsoup4[html5lib]==4.10.0 certifi==2021.10.8 cffi==1.15.0 chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -cryptography==36.0.1 +cryptography==36.0.2 file-magic==0.4.0 h11==0.13.0; python_version >= '3.6' hiredis==2.0.0 @@ -50,6 +50,6 @@ stem==1.8.0 trio-websocket==0.9.2; python_version >= '3.5' trio==0.20.0; python_version >= '3.6' typing-extensions==4.1.1 -urllib3[secure]==1.26.8; 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]==1.26.9; 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.1.0; python_full_version >= '3.6.1' diff --git a/requirements.txt b/requirements.txt index e72b1ba5..0dde4a2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Python packages pip==22.0.4 -setuptools==60.9.3 +setuptools==60.10.0 wheel==0.37.1 # Python dependencies @@ -17,7 +17,7 @@ beautifulsoup4[html5lib]==4.10.0 certifi==2021.10.8 cffi==1.15.0 chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -cryptography==36.0.1 +cryptography==36.0.2 file-magic==0.4.0 h11==0.13.0; python_version >= '3.6' hiredis==2.0.0 @@ -45,6 +45,6 @@ stem==1.8.0 trio-websocket==0.9.2; python_version >= '3.5' trio==0.20.0; python_version >= '3.6' typing-extensions==4.1.1 -urllib3[secure]==1.26.8; 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]==1.26.9; 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.1.0; python_full_version >= '3.6.1'