diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8995a732..ff8e5e29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install pip diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 8bbadf15..db3751ef 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 diff --git a/requirements/dev.txt b/requirements/dev.txt index 3e2bd7a3..cfae2532 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -80,7 +80,7 @@ colorama==0.4.6 # via # -r requirements/ci.txt # tox -coverage[toml]==7.3.2 +coverage[toml]==7.3.3 # via # -r requirements/test.txt # coverage diff --git a/requirements/doc.txt b/requirements/doc.txt index dbf063f0..9f8925c9 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -42,6 +42,8 @@ celery==5.3.6 # -r requirements/base.txt certifi==2023.11.17 # via requests +cffi==1.16.0 + # via cryptography charset-normalizer==3.3.2 # via requests click==8.1.7 @@ -71,6 +73,8 @@ coreschema==0.0.4 # via coreapi deepmerge==1.1.0 # via sphinxcontrib-openapi +cryptography==41.0.7 + # via secretstorage django==3.2.23 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt @@ -121,6 +125,10 @@ itypes==1.2.0 # via coreapi jaraco-classes==3.3.0 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # coreschema @@ -167,6 +175,8 @@ prompt-toolkit==3.0.43 # via # -r requirements/base.txt # click-repl +pycparser==2.21 + # via cffi pydata-sphinx-theme==0.14.4 # via sphinx-book-theme pygments==2.17.2 @@ -214,12 +224,14 @@ rfc3986==2.0.0 # via twine rich==13.7.0 # via twine -rpds-py==0.13.2 +rpds-py==0.15.2 # via # jsonschema # referencing rules==3.3 # via -r requirements/doc.in +secretstorage==3.3.3 + # via keyring simplejson==3.19.2 # via django-rest-swagger six==1.16.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index 14cb99cd..d798b87b 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -8,7 +8,7 @@ wheel==0.42.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==23.3.1 +pip==23.3.2 # via -r requirements/pip.in setuptools==69.0.2 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index ed03e47b..ca5c0ffe 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -45,7 +45,7 @@ click-repl==0.3.0 # via # -r requirements/base.txt # celery -coverage[toml]==7.3.2 +coverage[toml]==7.3.3 # via # coverage # pytest-cov