Skip to content

Commit

Permalink
Python Requirements Update (#369)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* build: Update codecov to use the repository upload token.

---------

Co-authored-by: Irtaza Akram <irtaza.akram@arbisoft.com>
  • Loading branch information
edx-requirements-bot and irtazaakram authored Apr 30, 2024
1 parent 2bae6bc commit d3f1479
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

- name: Upload coverage to CodeCov
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.88
boto3==1.34.93
# via fs-s3fs
botocore==1.34.88
botocore==1.34.93
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -129,7 +129,7 @@ webob==1.8.7
# via
# -r requirements/base.in
# xblock
xblock[django]==4.0.0
xblock[django]==4.0.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.25.3
virtualenv==20.26.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.88
boto3==1.34.93
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.88
botocore==1.34.93
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -212,7 +212,7 @@ packaging==24.0
# tox
pbr==6.0.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -254,7 +254,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -349,7 +349,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.14.2
tox==4.15.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -372,7 +372,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.3
virtualenv==20.26.0
# via
# -r requirements/test.txt
# tox
Expand All @@ -386,7 +386,7 @@ webob==1.8.7
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
xblock[django]==4.0.0
xblock[django]==4.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.88
boto3==1.34.93
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.88
botocore==1.34.93
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ colorama==0.4.6
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -179,7 +179,7 @@ packaging==24.0
# tox
pbr==6.0.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -218,7 +218,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -296,7 +296,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.14.2
tox==4.15.0
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240316
# via
Expand All @@ -314,7 +314,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.3
virtualenv==20.26.0
# via
# -r requirements/test.txt
# tox
Expand All @@ -326,7 +326,7 @@ webob==1.8.7
# via
# -r requirements/test.txt
# xblock
xblock[django]==4.0.0
xblock[django]==4.0.1
# via
# -r requirements/test.txt
# acid-xblock
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.88
boto3==1.34.93
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.88
botocore==1.34.93
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -142,7 +142,7 @@ packaging==24.0
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
Expand All @@ -158,7 +158,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.6.1
# via tox
pytest==8.1.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -224,7 +224,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via
Expand All @@ -240,7 +240,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.25.3
virtualenv==20.26.0
# via tox
web-fragments==2.2.0
# via
Expand All @@ -250,7 +250,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock[django]==4.0.0
xblock[django]==4.0.1
# via
# -r requirements/base.txt
# acid-xblock
Expand Down

0 comments on commit d3f1479

Please sign in to comment.