Skip to content

Commit

Permalink
fix: pin xblock version
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Mar 28, 2024
1 parent a130f14 commit b0a29c6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ webencodings==0.5.1
# html5lib
webob==1.8.7
# via xblock
xblock==3.0.0
xblock==1.10.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ setuptools<60.0
# incremental upgrade plan.
django-simple-history<=3.1.1

# pytest upgrade causes failures
pytest==8.0.1
# xblock==1.10.0 upgrade causes test failures which need to be fixed separately
xblock==1.10.0
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -705,7 +705,7 @@ wrapt==1.11.2
# -c requirements/constraints.txt
# -r requirements/test.txt
# aws-xray-sdk
xblock==3.0.0
xblock==1.10.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test-acceptance.in
# -r requirements/test.txt
Expand Down Expand Up @@ -669,7 +669,7 @@ wrapt==1.11.2
# -c requirements/constraints.txt
# -r requirements/test.txt
# aws-xray-sdk
xblock==3.0.0
xblock==1.10.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ pypng==0.20220715.0
# via xblock-sdk
pyproject-api==1.6.1
# via tox
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -541,7 +541,7 @@ wrapt==1.11.2
# via
# -c requirements/constraints.txt
# aws-xray-sdk
xblock==3.0.0
xblock==1.10.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down

0 comments on commit b0a29c6

Please sign in to comment.