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

Merged
merged 3 commits into from
Jan 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
2 changes: 1 addition & 1 deletion image_explorer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"""
from .image_explorer import ImageExplorerBlock

__version__ = '2.2.0'
__version__ = '2.2.1'
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.25
boto3==1.34.30
# via fs-s3fs
botocore==1.34.25
botocore==1.34.30
# via
# boto3
# s3transfer
Expand All @@ -31,30 +31,29 @@ jmespath==1.0.1
# via
# boto3
# botocore
# parsel
lazy==1.6
# via xblock
lxml==5.1.0
# via
# parsel
# xblock
mako==1.3.1
mako==1.3.0
# via xblock
markupsafe==2.1.4
# via
# mako
# xblock
openedx-django-pyfs==3.4.1
# via xblock
packaging==23.2
# via parsel
parsel==1.8.1
# via -r requirements/base.in
parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3.post1
pytz==2023.4
# via
# django
# xblock
Expand All @@ -68,6 +67,7 @@ six==1.16.0
# via
# fs
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.4.4
# via django
Expand All @@ -81,7 +81,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock[django]==1.9.1
xblock[django]==1.10.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@

# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# Newer versions fail with:
# `AttributeError: module 'openedx.core.lib.safe_lxml.etree' has no attribute '__version__'`.
parsel==1.6.0
29 changes: 14 additions & 15 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.25
boto3==1.34.30
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.25
botocore==1.34.30
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,15 +47,15 @@ code-annotations==1.5.0
# via edx-lint
cookiecutter==2.5.0
# via xblock-sdk
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
cssselect==1.2.0
# via
# -r requirements/base.txt
# parsel
dill==0.3.7
dill==0.3.8
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -92,7 +92,6 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
# parsel
lazy==1.6
# via
# -r requirements/base.txt
Expand All @@ -103,7 +102,7 @@ lxml==5.1.0
# parsel
# xblock
# xblock-sdk
mako==1.3.1
mako==1.3.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -126,17 +125,16 @@ openedx-django-pyfs==3.4.1
# -r requirements/base.txt
# xblock
packaging==23.2
# via pytest
parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# parsel
# pytest
parsel==1.8.1
# via -r requirements/base.txt
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
Expand All @@ -158,7 +156,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
Expand All @@ -172,11 +170,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.1
python-slugify==8.0.2
# via
# code-annotations
# cookiecutter
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -208,6 +206,7 @@ six==1.16.0
# edx-lint
# fs
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.4.4
# via
Expand Down Expand Up @@ -252,7 +251,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==1.9.1
xblock[django]==1.10.0
# via
# -r requirements/base.txt
# xblock
Expand Down
Loading