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

Python Requirements Update #120

Closed
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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.49
backports-zoneinfo==0.2.1
# via django
boto3==1.34.59
# via fs-s3fs
botocore==1.34.49
botocore==1.34.59
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -49,14 +51,12 @@ parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
# via
# django
# xblock
# via xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.10.0
Expand All @@ -81,7 +81,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock[django]==1.10.0
xblock[django]==2.0.0
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand All @@ -16,7 +16,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
21 changes: 12 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.49
boto3==1.34.59
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.49
botocore==1.34.59
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -124,7 +128,7 @@ openedx-django-pyfs==3.5.0
# via
# -r requirements/base.txt
# xblock
packaging==23.2
packaging==24.0
# via pytest
parsel==1.6.0
# via
Expand Down Expand Up @@ -156,15 +160,15 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.0.2
pytest==8.1.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# arrow
Expand All @@ -177,7 +181,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
# xblock
pyyaml==6.0.1
# via
Expand All @@ -189,7 +192,7 @@ requests==2.31.0
# via
# cookiecutter
# xblock-sdk
rich==13.7.0
rich==13.7.1
# via cookiecutter
s3transfer==0.10.0
# via
Expand Down Expand Up @@ -221,7 +224,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
types-python-dateutil==2.8.19.20240106
# via arrow
Expand Down Expand Up @@ -251,7 +254,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==1.10.0
xblock[django]==2.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
Loading