Skip to content

Commit

Permalink
fix: pylint constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 13, 2024
1 parent 912e2fd commit 848dd8f
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 @@ -24,4 +24,4 @@ astroid==3.3.6; 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'
pylint<3.0
pylint<=3.2.7
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pylint==2.17.7
pylint==3.2.7
# via
# -c requirements/constraints.txt
# -r requirements/test.in
Expand Down

0 comments on commit 848dd8f

Please sign in to comment.