Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: pin path<16.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jul 30, 2024
1 parent bbaae95 commit 7fa8306
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ urllib3<1.27,>=1.25.4
# backports.zoneinfo needed for Python 3.12 + Django 4.2 compatibility
# Can be removed once requirements have been upgraded with Python>=3.9
backports.zoneinfo; python_version<'3.9'

# path>16.14.0 has removed the deprecated abspath function, which is breaking the docs build
path<16.15.0
3 changes: 2 additions & 1 deletion requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,9 @@ packaging==24.1
# pytest
# sphinx
# tox
path==17.0.0
path==16.14.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# edx-i18n-tools
pathspec==0.12.1
Expand Down
6 changes: 4 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,10 @@ packaging==24.1
# pytest
# sphinx
# tox
path==17.0.0
# via edx-i18n-tools
path==16.14.0
# via
# -c requirements/constraints.txt
# edx-i18n-tools
pathspec==0.12.1
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ packaging==24.1
# pytest
# sphinx
# tox
path==17.0.0
path==16.14.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down

0 comments on commit 7fa8306

Please sign in to comment.