Skip to content
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
2 changes: 1 addition & 1 deletion .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-latest]
python-version: ['3.11', '3.12']
python-version: ['3.12']
toxenv: [django42, django52, quality]

steps:
Expand Down
61 changes: 29 additions & 32 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.11.1
# via django
attrs==24.2.0
attrs==25.4.0
# via openedx-events
boto3==1.35.58
boto3==1.42.63
# via fs-s3fs
botocore==1.35.58
botocore==1.42.63
# via
# boto3
# s3transfer
cffi==1.17.1
cffi==2.0.0
# via pynacl
click==8.1.7
click==8.3.1
# via edx-django-utils
django==4.2.16
django==5.2.12
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -35,69 +35,66 @@ django-crum==0.7.9
# via edx-django-utils
django-model-utils==5.0.0
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==5.0.0
# via edx-django-utils
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.0
edx-django-utils==8.0.1
# via openedx-events
edx-opaque-keys[django]==2.11.0
edx-opaque-keys[django]==3.1.0
# via
# edx-ccx-keys
# openedx-events
fastavro==1.9.7
# openedx-filters
fastavro==1.12.1
# via openedx-events
fs==2.4.16
# via
# fs-s3fs
# openedx-django-pyfs
fs-s3fs==1.1.1
# via openedx-django-pyfs
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
lazy==1.6
# via -r requirements/base.in
newrelic==10.2.0
# via edx-django-utils
openedx-django-pyfs==3.7.0
openedx-django-pyfs==3.8.0
# via -r requirements/base.in
openedx-events==9.15.0
openedx-events==10.5.0
# via -r requirements/base.in
openedx-filters==1.11.0
openedx-filters==2.1.0
# via -r requirements/base.in
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==7.2.2
# via edx-django-utils
pycparser==2.22
pycparser==3.0
# via cffi
pymongo==4.10.1
pymongo==4.16.0
# via edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.2
# via edx-django-utils
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.10.3
s3transfer==0.16.0
# via boto3
six==1.16.0
six==1.17.0
# via
# edx-ccx-keys
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.5
# via django
stevedore==5.3.0
stevedore==5.7.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.12.2
typing-extensions==4.15.0
# via edx-opaque-keys
urllib3==2.2.3
urllib3==2.6.3
# via botocore

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 12 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.16.1
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
packaging==24.2
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.3.6
platformdirs==4.9.4
# via
# python-discovery
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
py==1.11.0
# via tox
six==1.16.0
python-discovery==1.1.1
# via virtualenv
six==1.17.0
# via tox
tox==3.28.0
# via
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==21.1.0
# via tox
Loading
Loading