Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JohnVillalovos committed Dec 11, 2023
1 parent 5ef1b4a commit bb2af7b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: "3.12"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v4.8.0
with:
python-version: "3.12"
- run: pip install --upgrade tox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v4.8.0
with:
python-version: "3.11"
- name: install tox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.3.0
uses: python-semantic-release/python-semantic-release@v8.5.0
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

Expand Down
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:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{ matrix.python.version }}
- name: Install dependencies
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -109,7 +109,7 @@ jobs:
name: Python wheel
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v4.8.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: '3.12'
- uses: actions/download-artifact@v3.0.2
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.1
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v3.0.2
rev: v3.0.3
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.83.0
rev: 37.91.0
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ argcomplete==2.0.0
black==23.11.0
commitizen==3.13.0
flake8==6.1.0
isort==5.12.0
isort==5.13.1
mypy==1.7.1
pylint==3.0.2
pylint==3.0.3
pytest==7.4.3
responses==0.24.1
types-PyYAML==6.0.12.12
Expand Down
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.5.0
pre-commit==3.6.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
requests-toolbelt==1.0.0
typing-extensions==4.8.0 ; python_version < "3.8"
typing-extensions==4.9.0 ; python_version < "3.8"

0 comments on commit bb2af7b

Please sign in to comment.