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 #311

Merged
merged 3 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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
python-version: ['3.11']
toxenv: [django42, quality, pii_check]

steps:
Expand All @@ -38,7 +38,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
24 changes: 10 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand All @@ -17,19 +17,15 @@ attrs==24.2.0
# -r requirements/base.in
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.35.1
boto3==1.35.9
# via fs-s3fs
botocore==1.35.1
botocore==1.35.9
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
Expand Down Expand Up @@ -184,7 +180,7 @@ fs-s3fs==1.1.1
# via openedx-django-pyfs
future==1.0.0
# via pyjwkest
idna==3.7
idna==3.8
# via requests
inflection==0.5.1
# via drf-yasg
Expand Down Expand Up @@ -228,9 +224,9 @@ oauthlib==3.2.2
# social-auth-core
openapi-codec==1.3.2
# via django-rest-swagger
openedx-django-pyfs==3.6.0
openedx-django-pyfs==3.7.0
# via lti-consumer-xblock
openedx-events==9.11.0
openedx-events==9.12.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand All @@ -239,7 +235,7 @@ openedx-filters==1.9.0
# via lti-consumer-xblock
packaging==24.1
# via drf-yasg
pbr==6.0.0
pbr==6.1.0
# via stevedore
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -326,7 +322,7 @@ social-auth-core==4.5.4
# social-auth-app-django
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -341,7 +337,7 @@ uritemplate==4.1.1
# via
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down
55 changes: 17 additions & 38 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -31,20 +31,15 @@ backports-tarfile==1.2.0
# via
# -r requirements/validation.txt
# jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/validation.txt
# django
# djangorestframework
bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.35.1
boto3==1.35.9
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.35.1
botocore==1.35.9
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -57,7 +52,7 @@ cachetools==5.5.0
# via
# -r requirements/validation.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/validation.txt
# requests
Expand Down Expand Up @@ -114,7 +109,6 @@ cryptography==43.0.0
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand Down Expand Up @@ -220,7 +214,7 @@ dnspython==2.6.1
# via
# -r requirements/validation.txt
# pymongo
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/validation.txt
# readme-renderer
Expand Down Expand Up @@ -261,7 +255,7 @@ edx-event-bus-redis==0.5.0
# via -r requirements/validation.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/validation.txt
edx-opaque-keys[django]==2.10.0
# via
Expand All @@ -285,7 +279,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==27.0.0
faker==28.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -314,21 +308,17 @@ future==1.0.0
# via
# -r requirements/validation.txt
# pyjwkest
idna==3.7
idna==3.8
# via
# -r requirements/validation.txt
# requests
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# keyring
# twine
importlib-resources==6.4.3
# via
# -r requirements/validation.txt
# keyring
inflection==0.5.1
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -357,11 +347,6 @@ jaraco-functools==4.0.2
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -443,11 +428,11 @@ openapi-codec==1.3.2
# via
# -r requirements/validation.txt
# django-rest-swagger
openedx-django-pyfs==3.6.0
openedx-django-pyfs==3.7.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
openedx-events==9.11.0
openedx-events==9.12.0
# via
# -r requirements/validation.txt
# edx-event-bus-kafka
Expand All @@ -467,7 +452,7 @@ packaging==24.1
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/validation.txt
# stevedore
Expand Down Expand Up @@ -604,7 +589,7 @@ pyyaml==6.0.2
# edx-i18n-tools
# responses
# xblock
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -639,18 +624,14 @@ rfc3986==2.0.0
# via
# -r requirements/validation.txt
# twine
rich==13.7.1
rich==13.8.0
# via
# -r requirements/validation.txt
# twine
s3transfer==0.10.2
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -694,7 +675,7 @@ sqlparse==0.5.1
# -r requirements/validation.txt
# django
# django-debug-toolbar
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/validation.txt
# code-annotations
Expand Down Expand Up @@ -730,13 +711,12 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/validation.txt
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# -r requirements/validation.txt
# botocore
Expand Down Expand Up @@ -771,12 +751,11 @@ xblock==5.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
zipp==3.20.0
zipp==3.20.1
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading
Loading