diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-27 09:36:56 +0000 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2023-03-27 13:26:15 +0200 |
| commit | 8b692e825d95cd338e305196d9ca4e6d87173a84 (patch) | |
| tree | 2289b03a7d3270ea28783db94e385cea8a056949 | |
| parent | 7a1545d52ed0ac8e2e42a2f260e8827181e94d88 (diff) | |
| download | gitlab-8b692e825d95cd338e305196d9ca4e6d87173a84.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/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 8 | ||||
| -rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
| -rw-r--r-- | requirements-lint.txt | 8 | ||||
| -rw-r--r-- | requirements-precommit.txt | 2 | ||||
| -rw-r--r-- | requirements-test.txt | 2 |
9 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0a6df72..906c93b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: sphinx: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Set up Python uses: actions/setup-python@v4.5.0 with: @@ -42,7 +42,7 @@ jobs: twine-check: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Set up Python uses: actions/setup-python@v4.5.0 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d68d55..8c03b23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 with: fetch-depth: 0 - uses: actions/setup-python@v4.5.0 diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index ab88414..c546f83 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -29,7 +29,7 @@ jobs: pre_commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - uses: actions/setup-python@v4.5.0 with: python-version: "3.11" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d7337a..d4aa821 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'python-gitlab/python-gitlab' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 with: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a363ca2..a09afc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: version: "3.11" toxenv: py310,smoke steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Set up Python ${{ matrix.python.version }} uses: actions/setup-python@v4.5.0 with: @@ -66,7 +66,7 @@ jobs: matrix: toxenv: [api_func_v4, cli_func_v4] steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Set up Python uses: actions/setup-python@v4.5.0 with: @@ -87,7 +87,7 @@ jobs: coverage: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.5.0 with: @@ -128,7 +128,7 @@ jobs: runs-on: ubuntu-latest needs: [dist] steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Set up Python uses: actions/setup-python@v4.5.0 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55df775..8cf8858 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v2.17.0 + rev: v2.17.1 hooks: - id: pylint additional_dependencies: diff --git a/requirements-lint.txt b/requirements-lint.txt index 3bc4ffc..2784ea4 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,9 +5,9 @@ commitizen==2.42.1 flake8==6.0.0 isort==5.12.0 mypy==1.1.1 -pylint==2.17.0 +pylint==2.17.1 pytest==7.2.2 responses==0.23.1 -types-PyYAML==6.0.12 -types-requests==2.28.11.2 -types-setuptools==65.5.0.1 +types-PyYAML==6.0.12.8 +types-requests==2.28.11.16 +types-setuptools==65.7.0.4 diff --git a/requirements-precommit.txt b/requirements-precommit.txt index d2c3143..0aabd6c 100644 --- a/requirements-precommit.txt +++ b/requirements-precommit.txt @@ -1 +1 @@ -pre-commit==3.1.1 +pre-commit==3.2.1 diff --git a/requirements-test.txt b/requirements-test.txt index ecd7560..01ad6f6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt build==0.10.0 -coverage==7.2.1 +coverage==7.2.2 pytest-console-scripts==1.3.1 pytest-cov==4.0.0 pytest-github-actions-annotate-failures==0.1.8 |
