diff --git a/requirements/base.txt b/requirements/base.txt index b4fc7e57..6d8cd653 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.20 # 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,7 +78,7 @@ 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.22.0 # via # google-api-python-client # google-auth-httplib2 @@ -104,15 +103,15 @@ jsonlines==3.1.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 +newrelic==8.10.1 # via edx-django-utils oauthlib==3.2.2 # via requests-oauthlib pbr==5.11.1 # via stevedore -platformdirs==3.5.3 +platformdirs==3.10.0 # via zeep psutil==5.9.5 # via edx-django-utils @@ -124,9 +123,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,7 +138,7 @@ 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 @@ -215,7 +214,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 +226,9 @@ urllib3==1.26.16 # google-auth # kubernetes # requests -validators==0.20.0 +validators==0.21.2 # via -r requirements/base.in -websocket-client==1.5.3 +websocket-client==1.6.1 # via kubernetes wrapt==1.11.2 # via diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index fd0cc1c7..3a9e6f79 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -6,17 +6,19 @@ # build==0.10.0 # via pip-tools -click==8.1.3 +click==8.1.7 # via pip-tools 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 +wheel==0.41.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 4df26748..cd74ef7f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.40.0 +wheel==0.41.1 # 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..cbfee66b 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.0 # 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.1.14 # 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.2.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.0 # 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