diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-27 07:28:21 +0000 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-12-27 08:39:12 +0100 |
commit | bbd01e80326ea9829b2f0278fedcb4464be64389 (patch) | |
tree | e32a6a260a99d333c982eec65cadcfc3ef6b0dc6 | |
parent | 76eb02439c0ae0f7837e3408948840c800fd93a7 (diff) | |
download | gitlab-bbd01e80326ea9829b2f0278fedcb4464be64389.tar.gz |
chore(deps): update all non-major dependencies
-rw-r--r-- | .github/workflows/docs.yml | 4 | ||||
-rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pre_commit.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 8 | ||||
-rw-r--r-- | .pre-commit-config.yaml | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6511b5f..8b2c2cf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - name: Set up Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: "3.11" - name: Install dependencies @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - name: Set up Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: "3.11" - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 83017e2..591dcca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - - uses: actions/setup-python@v4.3.1 + - uses: actions/setup-python@v4.4.0 with: python-version: "3.11" - run: pip install --upgrade tox diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index dd0b187..2e4655e 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.2.0 - - uses: actions/setup-python@v4.3.1 + - uses: actions/setup-python@v4.4.0 with: python-version: "3.11" - name: install tox diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c1c058..97e3290 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - name: Set up Python ${{ matrix.python.version }} - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ matrix.python.version }} - name: Install dependencies @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - name: Set up Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: "3.11" - name: Install dependencies @@ -87,7 +87,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: "3.11" - name: Install dependencies @@ -128,7 +128,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - name: Set up Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: '3.11' - uses: actions/download-artifact@v3.0.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8792862..c9b5492 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.11.3 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/pycqa/pylint @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 34.56.3 + rev: 34.74.0 hooks: - id: renovate-config-validator |