Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #105

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
python-version: ['3.11']
toxenv: [quality, pii_check, django42]

steps:
Expand All @@ -37,7 +37,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
if: matrix.python-version == '3.11' && matrix.toxenv == 'django42'
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via django
attrs==24.2.0
# via -r requirements/base.in
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
Expand Down Expand Up @@ -60,15 +60,15 @@ edx-opaque-keys==2.10.0
# edx-drf-extensions
edx-rest-api-client==5.7.1
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
jinja2==3.1.4
# via -r requirements/base.in
markupsafe==2.1.5
# via jinja2
newrelic==9.13.0
# via edx-django-utils
pbr==6.0.0
pbr==6.1.0
# via stevedore
psutil==6.0.0
# via edx-django-utils
Expand All @@ -94,7 +94,7 @@ slumber==0.7.1
# via edx-rest-api-client
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -127,7 +127,7 @@ edx-drf-extensions==10.3.0
# via -r requirements/quality.txt
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -140,7 +140,7 @@ filelock==3.15.4
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -182,7 +182,7 @@ packaging==24.1
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -309,7 +309,7 @@ sqlparse==0.5.1
# via
# -r requirements/quality.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backports-tarfile==1.2.0
# via jaraco-context
build==1.2.1
# via -r requirements/doc.in
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -105,13 +105,13 @@ edx-opaque-keys==2.10.0
# edx-drf-extensions
edx-rest-api-client==5.7.1
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand Down Expand Up @@ -160,7 +160,7 @@ packaging==24.1
# build
# pytest
# sphinx
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -238,7 +238,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -270,7 +270,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -293,5 +293,5 @@ urllib3==2.2.2
# requests
# responses
# twine
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.0
setuptools==74.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.2.4
# pylint-celery
attrs==24.2.0
# via -r requirements/test.txt
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -94,15 +94,15 @@ edx-django-utils==5.15.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.in
edx-opaque-keys==2.10.0
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-rest-api-client==5.7.1
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==24.1
# via
# -r requirements/test.txt
# pytest
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -225,7 +225,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
attrs==24.2.0
# via -r requirements/base.txt
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -85,7 +85,7 @@ edx-opaque-keys==2.10.0
# edx-drf-extensions
edx-rest-api-client==5.7.1
# via -r requirements/base.txt
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
Expand All @@ -105,7 +105,7 @@ newrelic==9.13.0
# edx-django-utils
packaging==24.1
# via pytest
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -168,7 +168,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{42}
envlist = py311-django{42}

[doc8]
; D001 = Line too long
Expand Down
Loading