Skip to content

Commit

Permalink
feat: Upgrade Python dependency regex (openedx#34625)
Browse files Browse the repository at this point in the history
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <[email protected]>
  • Loading branch information
github-actions[bot] and UsamaSadiq committed Apr 25, 2024
1 parent 809ffc3 commit 988fd94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ python-dateutil==2.8.2
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2023.12.25
regex==2024.4.16
# via nltk
scipy==1.7.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
regex==2023.12.25
regex==2024.4.16
# via nltk
requests==2.31.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ referencing==0.33.0
# -r requirements/edx/testing.txt
# jsonschema
# jsonschema-specifications
regex==2023.12.25
regex==2024.4.16
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ referencing==0.33.0
# -r requirements/edx/base.txt
# jsonschema
# jsonschema-specifications
regex==2023.12.25
regex==2024.4.16
# via
# -r requirements/edx/base.txt
# nltk
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ referencing==0.33.0
# -r requirements/edx/base.txt
# jsonschema
# jsonschema-specifications
regex==2023.12.25
regex==2024.4.16
# via
# -r requirements/edx/base.txt
# nltk
Expand Down

0 comments on commit 988fd94

Please sign in to comment.