From 406309fde57a8a501dff642db15fc7f7939120bd Mon Sep 17 00:00:00 2001 From: pipiwowa <189855476+ppiwowa-csco@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:21:42 +0100 Subject: [PATCH] Update catalystwan-sdk --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f88264..32e6039 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: args: ["-l", "120", "--profile", "black"] - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.5.0 hooks: - id: pycln args: ["--all"] diff --git a/requirements.txt b/requirements.txt index be3cf01..910c5b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ args==0.1.0 ; python_version >= "3.10" and python_version < "4.0" attrs==21.4.0 ; python_version >= "3.10" and python_version < "4.0" black==24.3.0 ; python_version >= "3.10" and python_version < "4.0" bracex==2.5 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows" -catalystwan==0.35.5dev3 ; python_version >= "3.10" and python_version < "4.0" +catalystwan==v0.40.1dev1 ; python_version >= "3.10" and python_version < "4.0" certifi==2024.7.4 ; python_version >= "3.10" and python_version < "4.0" cffi==1.17.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" cfgv==3.4.0 ; python_version >= "3.10" and python_version < "4.0"