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 Jul 17, 2023
1 parent d4a7410 commit 511f45c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- name: Install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- run: pip install --upgrade tox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- name: install tox
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python.version }}
- name: Install dependencies
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- name: Install dependencies
Expand All @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- name: Install dependencies
Expand All @@ -111,7 +111,7 @@ jobs:
name: Python wheel
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
- name: Install dependencies
Expand All @@ -130,7 +130,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.11'
- uses: actions/download-artifact@v3.0.2
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -3,11 +3,11 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.5.2
rev: v3.5.3
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
6 changes: 3 additions & 3 deletions requirements-lint.txt
@@ -1,7 +1,7 @@
-r requirements.txt
argcomplete==2.0.0
black==23.3.0
commitizen==3.5.2
black==23.7.0
commitizen==3.5.3
flake8==6.0.0
isort==5.12.0
mypy==1.4.1
Expand All @@ -10,4 +10,4 @@ pytest==7.4.0
responses==0.23.1
types-PyYAML==6.0.12.10
types-requests==2.31.0.1
types-setuptools==68.0.0.1
types-setuptools==68.0.0.2

0 comments on commit 511f45c

Please sign in to comment.