Skip to content

Commit

Permalink
fix: astroid constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 14, 2024
1 parent 848dd8f commit 7255afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ celery>=5.2.2,<6.0.0
# backports.zoneinfo is only needed for Python < 3.9
backports.zoneinfo; python_version<'3.9'

astroid==3.3.6; python_version >= '3.9'
astroid==3.2.4; python_version >= '3.9'
coverage==7.6.9; python_version >= '3.9'
dnspython==2.7.0 ; python_version >= '3.9'
openedx-events==9.15.0 ; python_version >= '3.11'
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.6 ; python_version >= "3.9"
astroid==3.2.4 ; python_version >= "3.9"
# via pylint
# via
# -c requirements/constraints.txt
Expand Down

0 comments on commit 7255afc

Please sign in to comment.