Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pylint==2.12.1
pytest==6.2.5
pytest==7.0.1
18 changes: 4 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
#
astroid==2.9.0
# via pylint
atomicwrites==1.4.0
# via pytest
attrs==21.2.0
# via pytest
colorama==0.4.4
# via
# pylint
# pytest
iniconfig==1.1.1
# via pytest
isort==5.10.1
Expand All @@ -34,16 +28,12 @@ pylint==2.12.1
# via -r requirements.in
pyparsing==3.0.6
# via packaging
pytest==6.2.5
pytest==7.0.1
# via -r requirements.in
toml==0.10.2
# via
# pylint
# pytest
typing-extensions==4.0.0
# via
# astroid
# pylint
# via pylint
tomli==2.0.1
# via pytest
wrapt==1.13.3
# via astroid

Expand Down