Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sphinx:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
twine-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: actions/setup-python@v4.6.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4.0.0
- uses: dessant/lock-threads@v4.0.1
with:
process-only: 'issues'
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: actions/setup-python@v4.6.1
with:
python-version: "3.11"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: write
environment: pypi.org
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
Expand All @@ -29,7 +29,7 @@ jobs:
echo "::add-mask::${api_token}"
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.5
uses: relekang/python-semantic-release@v7.34.4
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
pypi_token: ${{ steps.mint-token.outputs.api-token }}
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
version: "3.11"
toxenv: py310,smoke
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v4.6.1
with:
Expand All @@ -66,7 +66,7 @@ jobs:
matrix:
toxenv: [api_func_v4, cli_func_v4]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand All @@ -87,7 +87,7 @@ jobs:
coverage:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.1
with:
Expand All @@ -111,7 +111,7 @@ jobs:
name: Python wheel
steps:
- uses: actions/checkout@v1.2.0
- uses: actions/setup-python@v2.3.3
- uses: actions/setup-python@v2.3.4
with:
python-version: "3.11"
- name: Install dependencies
Expand All @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
needs: [dist]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.2.2
rev: v3.3.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -48,6 +48,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 35.111.0
rev: 35.118.0
hooks:
- id: renovate-config-validator
5 changes: 5 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"packageName": "argcomplete",
"enabled": false
},
{
"description": "Pin pytest-console-scripts until we drop 3.7 support",
"packageName": "pytest-console-scripts",
"allowedVersions": "<1.4.1"
},
{
"packagePatterns": [
"^gitlab\/gitlab-.+$"
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
furo==2023.3.27
furo==2023.5.20
jinja2==3.1.2
myst-parser==1.0.0
sphinx==6.2.1
Expand Down
6 changes: 3 additions & 3 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
argcomplete==2.0.0
black==23.3.0
commitizen==3.2.2
commitizen==3.3.0
flake8==6.0.0
isort==5.12.0
mypy==1.3.0
pylint==2.17.4
pytest==7.3.1
pytest==7.3.2
responses==0.23.1
types-PyYAML==6.0.12.10
types-requests==2.31.0.0
types-requests==2.31.0.1
types-setuptools==67.8.0.0
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.3.2
pre-commit==3.3.3
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements.txt
build==0.10.0
coverage==7.2.6
coverage==7.2.7
pytest-console-scripts==1.4.0
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest==7.3.1
pytest==7.3.2
PyYaml==5.4.1
responses==0.23.1
setuptools==67.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.28.2
requests-toolbelt==1.0.0
typing-extensions==4.6.2 ; python_version < "3.8"
typing-extensions==4.6.3 ; python_version < "3.8"