Skip to content

Commit

Permalink
fix: pin path package version (#34631)
Browse files Browse the repository at this point in the history
* fix: pin path<16.12.0
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 26, 2024
1 parent 9118c9a commit 68fedc0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ xmlsec<1.3.14

# moto==5.0 contains breaking changes. Needs to be updated separately.
moto<5.0

# path==16.12.0 breaks the unit test collections check
# needs to be investigated and fixed separately
path<16.12.0
3 changes: 2 additions & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,9 @@ packaging==24.0
# snowflake-connector-python
pansi==2020.7.3
# via py2neo
path==16.10.0
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
# -r requirements/edx/paver.txt
# edx-i18n-tools
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,9 @@ pansi==2020.7.3
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# py2neo
path==16.10.0
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-i18n-tools
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,9 @@ pansi==2020.7.3
# via
# -r requirements/edx/base.txt
# py2neo
path==16.10.0
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# edx-i18n-tools
# path-py
Expand Down
6 changes: 4 additions & 2 deletions requirements/edx/paver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ markupsafe==2.1.5
# via -r requirements/edx/paver.in
mock==5.1.0
# via -r requirements/edx/paver.in
path==16.10.0
# via -r requirements/edx/paver.in
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/paver.in
paver==1.3.4
# via -r requirements/edx/paver.in
pbr==6.0.0
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,9 @@ pansi==2020.7.3
# via
# -r requirements/edx/base.txt
# py2neo
path==16.10.0
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# edx-i18n-tools
# path-py
Expand Down

0 comments on commit 68fedc0

Please sign in to comment.