From 8e9c9e658b8ba1ba4937395e357360351658d33d Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Mon, 5 Feb 2024 15:20:55 -0500 Subject: [PATCH] updated version windows for requirements and updated pylint workflow Signed-off-by: Shashank Reddy Boyapally --- .github/workflows/pylint.yml | 2 ++ requirements.txt | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9ded563..383186f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,6 +18,8 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint + pip install -r requirements.txt + pip install . - name: Analysing the code with pylint run: | pylint -d C0103 $(git ls-files '*.py') \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 39850b0..16505ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid==3.0.2 +astroid==3.0.3 certifi==2023.11.17 charset-normalizer==3.3.2 click==8.1.7 @@ -10,6 +10,7 @@ elastic-transport==8.11.0 elasticsearch==8.11.1 elasticsearch7==7.13.0 expandvars==0.6.5 +fmatch==0.0.4 gevent==23.9.1 greenlet==3.0.3 hunter @ git+https://github.com/datastax-labs/hunter.git@8ff166979d000780ad548e49f006ef2a15d54123 @@ -17,9 +18,8 @@ idna==3.6 isort==5.13.2 mccabe==0.7.0 more-itertools==8.14.0 -numpy==1.24.0 -fmatch==0.0.4 -pandas==2.1.4 +numpy +pandas platformdirs==4.1.0 pylint==3.0.3 pystache==0.6.5 @@ -28,17 +28,18 @@ pytz==2023.3.post1 PyYAML==6.0.1 regex==2023.12.25 requests==2.31.0 -ruamel.yaml==0.17.21 -ruamel.yaml.clib==0.2.8 -scipy==1.12.0 -signal-processing-algorithms==1.3.5 +ruamel.yaml +ruamel.yaml.clib +scipy +signal-processing-algorithms==1.3.4 six==1.16.0 slack_sdk==3.26.2 structlog==19.2.0 tabulate==0.8.10 +tomli==2.0.1 tomlkit==0.12.3 typed-ast==1.5.5 -typing-extensions==3.10.0.2 +typing_extensions==4.9.0 tzdata==2023.4 tzlocal==5.2 urllib3==1.26.18