Skip to content

Commit

Permalink
chore: Add common constraint for backports pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Mar 21, 2024
1 parent 9e5672c commit 9e71630
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.3.6"
__version__ = "5.3.7"
4 changes: 4 additions & 0 deletions edx_lint/files/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ django-simple-history==3.0.0
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7

# Support for backports.zoneinfo in Python 3.9+ is currently minimal
# https://pypi.org/project/backports.zoneinfo/
backports.zoneinfo;python_version<"3.9"

0 comments on commit 9e71630

Please sign in to comment.