Skip to content

Commit

Permalink
Merge pull request #460 from openedx/umar/add-pin-for-pip
Browse files Browse the repository at this point in the history
chore: add common constraint for pip
  • Loading branch information
mumarkhan999 authored Oct 28, 2024
2 parents 248d78b + bf7ca95 commit d5a01fb
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 d5a01fb

Please sign in to comment.