From 58cb701c3676591ee75692f1009ca337be76ba2f Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 17 Sep 2023 20:21:17 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 58 ++++++++++++++++++++------------------ requirements/pip-tools.txt | 17 +++++++---- requirements/pip.txt | 4 +-- requirements/testing.txt | 42 +++++++++++++-------------- 4 files changed, 66 insertions(+), 55 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index b4fc7e57..1514c6db 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -25,7 +25,7 @@ botocore==1.23.54 # s3transfer cachetools==5.3.1 # via google-auth -certifi==2023.5.7 +certifi==2023.7.22 # via # kubernetes # requests @@ -33,37 +33,36 @@ cffi==1.15.1 # via # cryptography # pynacl -charset-normalizer==3.1.0 +charset-normalizer==3.2.0 # via requests -click==8.1.3 +click==8.1.7 # via # -r requirements/base.in # click-log # edx-django-utils click-log==0.4.0 # via -r requirements/base.in -cloudflare==2.11.6 +cloudflare==2.11.7 # via -r requirements/base.in -cryptography==41.0.1 +cryptography==41.0.3 # via # pyjwt # simple-salesforce -decorator==5.1.1 - # via validators deprecated==1.2.14 # via pygithub -django==3.2.19 +django==3.2.21 # via # -c requirements/constraints.txt # django-crum + # django-waffle # edx-django-utils django-crum==0.7.9 # via edx-django-utils -django-waffle==3.0.0 +django-waffle==4.0.0 # via edx-django-utils easydict==1.10 # via yagocd -edx-django-utils==5.5.0 +edx-django-utils==5.7.0 # via edx-rest-api-client edx-opaque-keys==0.4.0 # via -r requirements/base.in @@ -79,12 +78,12 @@ gitpython==3.1.18 # via -r requirements/base.in google-api-python-client==1.7.3 # via -r requirements/base.in -google-auth==2.20.0 +google-auth==2.23.0 # via # google-api-python-client # google-auth-httplib2 # kubernetes -google-auth-httplib2==0.1.0 +google-auth-httplib2==0.1.1 # via google-api-python-client httplib2==0.22.0 # via @@ -100,19 +99,23 @@ jmespath==0.10.0 # via # boto3 # botocore -jsonlines==3.1.0 +jsonlines==4.0.0 # via cloudflare kubernetes==12.0.1 # via -r requirements/base.in -lxml==4.9.2 +lxml==4.9.3 # via zeep -newrelic==8.8.0 +more-itertools==10.1.0 + # via simple-salesforce +newrelic==9.0.0 # via edx-django-utils oauthlib==3.2.2 # via requests-oauthlib pbr==5.11.1 # via stevedore -platformdirs==3.5.3 +pendulum==2.1.2 + # via simple-salesforce +platformdirs==3.10.0 # via zeep psutil==5.9.5 # via edx-django-utils @@ -124,9 +127,9 @@ pyasn1-modules==0.3.0 # via google-auth pycparser==2.21 # via cffi -pygithub==1.58.2 +pygithub==1.59.1 # via -r requirements/base.in -pyjwt[crypto]==2.7.0 +pyjwt[crypto]==2.8.0 # via # edx-rest-api-client # pygithub @@ -139,19 +142,22 @@ pynacl==1.5.0 # via # edx-django-utils # pygithub -pyparsing==3.0.9 +pyparsing==3.1.1 # via httplib2 python-dateutil==2.8.2 # via # botocore # freezegun # kubernetes + # pendulum pytz==2016.10 # via # -r requirements/base.in # django # jenkinsapi # zeep +pytzdata==2020.1 + # via pendulum pyyaml==5.4 # via # -r requirements/base.in @@ -185,7 +191,7 @@ s3transfer==0.5.2 # via boto3 sailthru-client==2.3.5 # via -r requirements/base.in -simple-salesforce==1.12.4 +simple-salesforce==1.12.5 # via -r requirements/base.in simplejson==3.19.1 # via sailthru-client @@ -195,8 +201,6 @@ six==1.16.0 # edx-opaque-keys # freezegun # google-api-python-client - # google-auth - # google-auth-httplib2 # isodate # kubernetes # python-dateutil @@ -205,9 +209,9 @@ six==1.16.0 # yagocd slumber==0.7.1 # via edx-rest-api-client -smmap==5.0.0 +smmap==5.0.1 # via gitdb -soupsieve==2.4.1 +soupsieve==2.5 # via beautifulsoup4 sqlparse==0.4.4 # via django @@ -215,7 +219,7 @@ stevedore==1.32.0 # via # edx-django-utils # edx-opaque-keys -typing-extensions==4.6.3 +typing-extensions==4.7.1 # via asgiref unicodecsv==0.14.1 # via -r requirements/base.in @@ -227,9 +231,9 @@ urllib3==1.26.16 # google-auth # kubernetes # requests -validators==0.20.0 +validators==0.22.0 # via -r requirements/base.in -websocket-client==1.5.3 +websocket-client==1.6.3 # via kubernetes wrapt==1.11.2 # via diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index fd0cc1c7..d2e8e4e5 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,20 +4,27 @@ # # make upgrade # -build==0.10.0 +build==1.0.3 # via pip-tools -click==8.1.3 +click==8.1.7 # via pip-tools +importlib-metadata==6.8.0 + # via build packaging==23.1 # via build -pip-tools==6.13.0 +pip-tools==7.3.0 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 # via build tomli==2.0.1 - # via build -wheel==0.40.0 + # via + # build + # pip-tools + # pyproject-hooks +wheel==0.41.2 # via pip-tools +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip.txt b/requirements/pip.txt index 4df26748..dc2379f0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.40.0 +wheel==0.41.2 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==23.1.2 +pip==23.2.1 # via -r requirements/pip.in setuptools==59.8.0 # via diff --git a/requirements/testing.txt b/requirements/testing.txt index f6a0cb02..21fa0200 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ # # make upgrade # -astroid==2.15.5 +astroid==2.15.6 # via # -r requirements/testing.in # pylint @@ -19,34 +19,34 @@ botocore==1.23.54 # boto3 # moto # s3transfer -certifi==2023.5.7 +certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography -charset-normalizer==3.1.0 +charset-normalizer==3.2.0 # via requests -click==8.1.3 +click==8.1.7 # via # click-log # code-annotations # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.3.0 +code-annotations==1.5.0 # via edx-lint -coverage[toml]==7.2.7 +coverage[toml]==7.3.1 # via pytest-cov -cryptography==41.0.1 +cryptography==41.0.3 # via moto ddt==1.6.0 # via -r requirements/testing.in -dill==0.3.6 +dill==0.3.7 # via pylint edx-lint==5.3.4 # via -r requirements/testing.in -exceptiongroup==1.1.1 +exceptiongroup==1.1.3 # via pytest -execnet==1.9.0 +execnet==2.0.2 # via pytest-xdist httpretty==1.1.4 # via -r requirements/testing.in @@ -72,27 +72,27 @@ markupsafe==2.1.3 # werkzeug mccabe==0.7.0 # via pylint -mock==5.0.2 +mock==5.1.0 # via -r requirements/testing.in -moto==4.1.11 +moto==4.2.3 # via -r requirements/testing.in packaging==23.1 # via pytest pbr==5.11.1 # via stevedore -platformdirs==3.5.3 +platformdirs==3.10.0 # via pylint -pluggy==1.0.0 +pluggy==1.3.0 # via pytest py==1.11.0 # via pytest-pycodestyle -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via # -r requirements/testing.in # pytest-pycodestyle pycparser==2.21 # via cffi -pylint==2.17.4 +pylint==2.17.5 # via # -r requirements/testing.in # edx-lint @@ -108,7 +108,7 @@ pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -pytest==7.3.2 +pytest==7.4.2 # via # -r requirements/testing.in # pytest-cov @@ -129,7 +129,7 @@ python-dateutil==2.8.2 # moto python-slugify==8.0.1 # via code-annotations -pyyaml==6.0 +pyyaml==6.0.1 # via code-annotations requests==2.31.0 # via @@ -161,9 +161,9 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.11.8 +tomlkit==0.12.1 # via pylint -typing-extensions==4.6.3 +typing-extensions==4.7.1 # via # astroid # pylint @@ -172,7 +172,7 @@ urllib3==1.26.16 # botocore # requests # responses -werkzeug==2.3.6 +werkzeug==2.3.7 # via moto wrapt==1.11.2 # via