Skip to content

Commit

Permalink
fix: pin parsel to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Jan 29, 2024
1 parent aa5f2c0 commit b84045c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
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'
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jmespath==1.0.1
# via
# boto3
# botocore
# parsel
lazy==1.6
# via xblock
lxml==5.1.0
Expand All @@ -46,10 +45,10 @@ markupsafe==2.1.4
# 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
Expand All @@ -68,6 +67,7 @@ six==1.16.0
# via
# fs
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.4.4
# via django
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
9 changes: 4 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
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 Down Expand Up @@ -126,12 +125,11 @@ 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
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

0 comments on commit b84045c

Please sign in to comment.