From 598f19672c6f261a83b226c49c3cd790bfdba485 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Thu, 1 Dec 2022 10:24:39 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 8 ++++---- requirements/ci.txt | 10 +++++----- requirements/pip.txt | 4 ++-- requirements/pip_tools.txt | 4 ++-- requirements/production.txt | 8 ++++---- requirements/test.txt | 10 +++++----- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8154c5e..42de390 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # @@ -16,7 +16,7 @@ idna==3.4 # via requests newrelic==8.4.0 # via -r requirements/base.in -path==16.5.0 +path==16.6.0 # via path-py path-py==12.5.0 # via -r requirements/base.in @@ -24,5 +24,5 @@ requests==2.28.1 # via -r requirements/base.in six==1.16.0 # via -r requirements/base.in -urllib3==1.26.12 +urllib3==1.26.13 # via requests diff --git a/requirements/ci.txt b/requirements/ci.txt index 090f21f..486eca7 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # @@ -25,7 +25,7 @@ coverage[toml]==6.5.0 # pytest-cov dogstatsd-python==0.5.6 # via -r requirements/test.txt -exceptiongroup==1.0.0 +exceptiongroup==1.0.4 # via # -r requirements/test.txt # pytest @@ -45,7 +45,7 @@ packaging==21.3 # via # -r requirements/test.txt # pytest -path==16.5.0 +path==16.6.0 # via # -r requirements/test.txt # path-py @@ -74,7 +74,7 @@ tomli==2.0.1 # -r requirements/test.txt # coverage # pytest -urllib3==1.26.12 +urllib3==1.26.13 # via # -r requirements/test.txt # requests diff --git a/requirements/pip.txt b/requirements/pip.txt index e50ba06..0404d3a 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.37.1 +wheel==0.38.4 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==22.3 +pip==22.3.1 # via -r requirements/pip.in setuptools==59.8.0 # via diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 82f29d4..c86a216 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -12,7 +12,7 @@ packaging==21.3 # via build pep517==0.13.0 # via build -pip-tools==6.9.0 +pip-tools==6.11.0 # via -r requirements/pip_tools.in pyparsing==3.0.9 # via packaging @@ -20,7 +20,7 @@ tomli==2.0.1 # via # build # pep517 -wheel==0.37.1 +wheel==0.38.4 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/production.txt b/requirements/production.txt index 60e22a5..a992a4e 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # @@ -22,7 +22,7 @@ idna==3.4 # requests newrelic==8.4.0 # via -r requirements/base.txt -path==16.5.0 +path==16.6.0 # via # -r requirements/base.txt # path-py @@ -32,7 +32,7 @@ requests==2.28.1 # via -r requirements/base.txt six==1.16.0 # via -r requirements/base.txt -urllib3==1.26.12 +urllib3==1.26.13 # via # -r requirements/base.txt # requests diff --git a/requirements/test.txt b/requirements/test.txt index 6f675d3..73f3e99 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # @@ -20,7 +20,7 @@ coverage[toml]==6.5.0 # via pytest-cov dogstatsd-python==0.5.6 # via -r requirements/production.txt -exceptiongroup==1.0.0 +exceptiongroup==1.0.4 # via pytest idna==3.4 # via @@ -34,7 +34,7 @@ newrelic==8.4.0 # via -r requirements/production.txt packaging==21.3 # via pytest -path==16.5.0 +path==16.6.0 # via # -r requirements/production.txt # path-py @@ -56,7 +56,7 @@ tomli==2.0.1 # via # coverage # pytest -urllib3==1.26.12 +urllib3==1.26.13 # via # -r requirements/production.txt # requests