Skip to content

Commit

Permalink
chore: fixing constraint pinning
Browse files Browse the repository at this point in the history
the constraint pin syntax was incorrect
  • Loading branch information
deborahgu committed Jul 29, 2024
1 parent 01e9c87 commit 23e3c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from . import config

__version__ = '1.6.1'
__version__ = '1.6.2'


class Runner:
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ backports.zoneinfo;python_version<"3.9"
# Path 17.0.0 deprecated abspath
# https://github.com/jaraco/path/blob/main/NEWS.rst#v1700
# See https://github.com/openedx/i18n-tools/issues/147
path<=16.16.0
path<17.0.0

0 comments on commit 23e3c49

Please sign in to comment.