diff --git a/.github/workflows/build_logic_mainnet.yml b/.github/workflows/build_logic_mainnet.yml index 8d803ff47c..ced485d3b1 100755 --- a/.github/workflows/build_logic_mainnet.yml +++ b/.github/workflows/build_logic_mainnet.yml @@ -24,10 +24,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/build_logic_testnet.yml b/.github/workflows/build_logic_testnet.yml index a548eb2d72..b9cfc85650 100755 --- a/.github/workflows/build_logic_testnet.yml +++ b/.github/workflows/build_logic_testnet.yml @@ -24,10 +24,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/build_rewards_mainnet.yml b/.github/workflows/build_rewards_mainnet.yml index 940c77d7a4..1e57f3e2db 100755 --- a/.github/workflows/build_rewards_mainnet.yml +++ b/.github/workflows/build_rewards_mainnet.yml @@ -24,10 +24,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936b83b34c..89dca0db1a 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,17 +24,17 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 - name: Install python dependencies run: poetry install - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 name: "Linters and formatters check" with: extra_args: --all-files --show-diff-on-failure diff --git a/.github/workflows/core_logic_mainnet.yml b/.github/workflows/core_logic_mainnet.yml index aadc7edd26..77e18d330b 100755 --- a/.github/workflows/core_logic_mainnet.yml +++ b/.github/workflows/core_logic_mainnet.yml @@ -29,17 +29,17 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 - name: Install python dependencies run: poetry install - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 name: "Linters and formatters check" with: extra_args: --all-files --show-diff-on-failure diff --git a/.github/workflows/core_logic_testnet.yml b/.github/workflows/core_logic_testnet.yml index 20e9ff0ae0..03e894a7bc 100755 --- a/.github/workflows/core_logic_testnet.yml +++ b/.github/workflows/core_logic_testnet.yml @@ -29,17 +29,17 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 - name: Install python dependencies run: poetry install - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 name: "Linters and formatters check" with: extra_args: --all-files --show-diff-on-failure diff --git a/.github/workflows/depost_swap_fees_to_pool_mainnet.yml b/.github/workflows/depost_swap_fees_to_pool_mainnet.yml index d73995c00c..000c6aa25c 100755 --- a/.github/workflows/depost_swap_fees_to_pool_mainnet.yml +++ b/.github/workflows/depost_swap_fees_to_pool_mainnet.yml @@ -21,17 +21,17 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.4.2 - name: Install python dependencies run: poetry install - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 name: "Linters and formatters check" with: extra_args: --all-files --show-diff-on-failure diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da7f4c1983..dc84f58623 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-yaml - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/myint/autoflake - rev: v2.1.1 + rev: v2.3.1 hooks: - id: autoflake args: @@ -28,14 +28,14 @@ repos: - --ignore-init-module-imports - repo: https://github.com/myint/eradicate - rev: 2.2.0 + rev: 2.3.0 hooks: - id: eradicate args: - --in-place - repo: https://github.com/PyCQA/bandit - rev: '1.7.5' + rev: '1.8.6' hooks: - id: bandit args: ["-x", "tests/*"]