diff --git a/hello.py b/hello.py index 2395f87..47185d1 100755 --- a/hello.py +++ b/hello.py @@ -6,5 +6,5 @@ def add(x, y): print(add(1, 1)) -#var=1 -#var=var +var=1 +var=var diff --git a/requirements.txt b/requirements.txt index 219de8b..73b92f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pylint==2.12.2 -pytest==7.0.1 -black==22.1.0 \ No newline at end of file +pylint>=3.0.0 +pytest>=7.4.0 +black>=24.10.0 \ No newline at end of file