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

Merged
merged 2 commits into from
Jul 29, 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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8', '3.11', '3.12']
python-version: ['3.11', '3.12']
toxenv: [django42, quality]

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

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='py38-django42'
if: matrix.python-version == '3.11' && matrix.toxenv=='py311-django42'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install pip
run: pip install pip
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ formats:
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.11"

# Optionally set the version of Python and requirements required to build your docs
python:
Expand Down
12 changes: 3 additions & 9 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.11
# by the following command:
#
# make upgrade
Expand All @@ -8,10 +8,6 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.14
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -38,15 +34,13 @@ six==1.16.0
# via
# fs
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via asgiref
web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
58 changes: 14 additions & 44 deletions 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.11
# by the following command:
#
# make upgrade
Expand All @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -25,25 +25,20 @@ backports-tarfile==1.2.0
# via
# -r requirements/test.txt
# jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.144
boto3==1.34.149
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.144
botocore==1.34.149
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -94,7 +89,7 @@ coverage[toml]==7.6.0
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -117,16 +112,12 @@ docopt==0.6.2
# via
# -r requirements/test.txt
# coveralls
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/test.txt
# readme-renderer
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.txt
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
filelock==3.15.4
# via
# -r requirements/tox.txt
Expand All @@ -151,10 +142,6 @@ importlib-metadata==6.11.0
# -r requirements/test.txt
# keyring
# twine
importlib-resources==6.4.0
# via
# -r requirements/test.txt
# keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -267,7 +254,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -295,7 +282,7 @@ pyproject-api==1.7.1
# via
# -r requirements/tox.txt
# tox
pytest==8.2.2
pytest==8.3.2
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand All @@ -318,7 +305,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -363,7 +350,7 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand All @@ -375,15 +362,6 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# coverage
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
# via
# -r requirements/test.txt
Expand All @@ -396,14 +374,7 @@ types-python-dateutil==2.9.0.20240316
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/test.txt
# botocore
Expand All @@ -423,7 +394,7 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
xblock==4.0.1
xblock==5.0.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -433,7 +404,6 @@ zipp==3.19.2
# via
# -r requirements/test.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
16 changes: 4 additions & 12 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.11
# by the following command:
#
# make upgrade
Expand All @@ -12,10 +12,6 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
django==4.2.14
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -43,7 +39,7 @@ markupsafe==2.1.5
# -r requirements/base.txt
# mako
# xblock
path==16.14.0
path==17.0.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
Expand All @@ -69,14 +65,10 @@ six==1.16.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
web-fragments==2.2.0
# via
# -r requirements/base.txt
Expand All @@ -85,7 +77,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.txt

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