Skip to content

Commit

Permalink
chore: add common constraint for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Oct 28, 2024
1 parent 248d78b commit bf7ca95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion edx_lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
edx_lint standardizes lint configuration and additional plugins for use in
Open edX code.
"""
__version__ = "5.4.0"
__version__ = "5.4.1"
4 changes: 4 additions & 0 deletions edx_lint/files/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ django-simple-history==3.0.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

0 comments on commit bf7ca95

Please sign in to comment.