Skip to content

Commit

Permalink
Remove doc utils pin (#33850)
Browse files Browse the repository at this point in the history
* chore: removing docutils constraint.
  • Loading branch information
awais786 authored Nov 30, 2023
1 parent b2cc7f8 commit 285f1fb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 27 deletions.
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ social-auth-app-django==5.0.0
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32222
urllib3<2.0.0

# Sphinx==5.3.0 requires docutils<0.20
# Issue to unpin Sphinx to resolve this constraint: https://github.com/openedx/edx-lint/issues/338
docutils<0.20

# greater version has dropped few dependencies. Fix this in other ticket.
drf-yasg<1.21.6
Expand Down
10 changes: 5 additions & 5 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ boto==2.39.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
boto3==1.33.2
boto3==1.33.4
# via
# -r requirements/edx/kernel.in
# django-ses
# fs-s3fs
# ora2
botocore==1.33.2
botocore==1.33.4
# via
# -r requirements/edx/kernel.in
# boto3
Expand Down Expand Up @@ -978,7 +978,7 @@ redis==5.0.1
# via
# -r requirements/edx/kernel.in
# walrus
referencing==0.31.0
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -1011,7 +1011,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/edx/kernel.in
# social-auth-core
rpds-py==0.13.1
rpds-py==0.13.2
# via
# jsonschema
# referencing
Expand All @@ -1025,7 +1025,7 @@ rules==3.3
# edx-enterprise
# edx-proctoring
# openedx-learning
s3transfer==0.8.1
s3transfer==0.8.2
# via boto3
sailthru-client==2.2.3
# via edx-ace
Expand Down
11 changes: 5 additions & 6 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ boto==2.39.0
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
boto3==1.33.2
boto3==1.33.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# django-ses
# fs-s3fs
# ora2
botocore==1.33.2
botocore==1.33.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -643,7 +643,6 @@ djangorestframework-xml==2.0.0
# edx-enterprise
docutils==0.19
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -1719,7 +1718,7 @@ redis==5.0.1
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# walrus
referencing==0.31.0
referencing==0.31.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1762,7 +1761,7 @@ requests-oauthlib==1.3.1
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# social-auth-core
rpds-py==0.13.1
rpds-py==0.13.2
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand All @@ -1785,7 +1784,7 @@ rules==3.3
# edx-enterprise
# edx-proctoring
# openedx-learning
s3transfer==0.8.1
s3transfer==0.8.2
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
11 changes: 5 additions & 6 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ boto==2.39.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
boto3==1.33.2
boto3==1.33.4
# via
# -r requirements/edx/base.txt
# django-ses
# fs-s3fs
# ora2
botocore==1.33.2
botocore==1.33.4
# via
# -r requirements/edx/base.txt
# boto3
Expand Down Expand Up @@ -466,7 +466,6 @@ djangorestframework-xml==2.0.0
# edx-enterprise
docutils==0.19
# via
# -c requirements/edx/../constraints.txt
# pydata-sphinx-theme
# sphinx
# sphinx-mdinclude
Expand Down Expand Up @@ -1162,7 +1161,7 @@ redis==5.0.1
# via
# -r requirements/edx/base.txt
# walrus
referencing==0.31.0
referencing==0.31.1
# via
# -r requirements/edx/base.txt
# jsonschema
Expand Down Expand Up @@ -1199,7 +1198,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/edx/base.txt
# social-auth-core
rpds-py==0.13.1
rpds-py==0.13.2
# via
# -r requirements/edx/base.txt
# jsonschema
Expand All @@ -1218,7 +1217,7 @@ rules==3.3
# edx-enterprise
# edx-proctoring
# openedx-learning
s3transfer==0.8.1
s3transfer==0.8.2
# via
# -r requirements/edx/base.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
pygments==2.17.2
# via rich
referencing==0.31.0
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via semgrep
rich==13.7.0
# via semgrep
rpds-py==0.13.1
rpds-py==0.13.2
# via
# jsonschema
# referencing
Expand Down
10 changes: 5 additions & 5 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ boto==2.39.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
boto3==1.33.2
boto3==1.33.4
# via
# -r requirements/edx/base.txt
# django-ses
# fs-s3fs
# ora2
botocore==1.33.2
botocore==1.33.4
# via
# -r requirements/edx/base.txt
# boto3
Expand Down Expand Up @@ -1290,7 +1290,7 @@ redis==5.0.1
# via
# -r requirements/edx/base.txt
# walrus
referencing==0.31.0
referencing==0.31.1
# via
# -r requirements/edx/base.txt
# jsonschema
Expand Down Expand Up @@ -1327,7 +1327,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/edx/base.txt
# social-auth-core
rpds-py==0.13.1
rpds-py==0.13.2
# via
# -r requirements/edx/base.txt
# jsonschema
Expand All @@ -1346,7 +1346,7 @@ rules==3.3
# edx-enterprise
# edx-proctoring
# openedx-learning
s3transfer==0.8.1
s3transfer==0.8.2
# via
# -r requirements/edx/base.txt
# boto3
Expand Down

0 comments on commit 285f1fb

Please sign in to comment.