Skip to content

chore(deps): update all non-major dependencies #3158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
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 @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- name: Install dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- 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/[email protected]
with:
fetch-depth: 0
- uses: actions/setup-python@v5.4.0
- uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- 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/[email protected]
- uses: actions/setup-python@v5.4.0
- uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- name: install tox
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: ${{ matrix.python.version }}
- name: Install dependencies
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- name: Install dependencies
Expand All @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- name: Install dependencies
Expand All @@ -114,15 +114,15 @@ jobs:
name: Python wheel
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5.4.0
- uses: actions/setup-python@v5.5.0
with:
python-version: "3.13"
- name: Install dependencies
run: |
pip install -r requirements-test.txt
- name: Build package
run: python -m build -o dist/
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
name: dist
path: dist
Expand All @@ -133,10 +133,10 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.13'
- uses: actions/download-artifact@v4.1.9
- uses: actions/download-artifact@v4.2.1
with:
name: dist
path: dist
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.4.1
rev: v4.5.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pycqa/flake8
rev: 7.1.2
rev: 7.2.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 6.0.1
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v3.3.5
rev: v3.3.6
hooks:
- id: pylint
additional_dependencies:
Expand Down Expand Up @@ -51,6 +51,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 39.205.1
rev: 39.227.2
hooks:
- id: renovate-config-validator
10 changes: 5 additions & 5 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt
argcomplete==2.0.0
black==25.1.0
commitizen==4.4.1
flake8==7.1.2
commitizen==4.5.0
flake8==7.2.0
isort==6.0.1
mypy==1.15.0
pylint==3.3.5
pylint==3.3.6
pytest==8.3.5
responses==0.25.7
respx==0.22.0
types-PyYAML==6.0.12.20241230
types-requests==2.32.0.20250306
types-PyYAML==6.0.12.20250402
types-requests==2.32.0.20250328
types-setuptools==76.0.0.20250313
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==4.1.0
pre-commit==4.2.0
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r requirements.txt
anyio==4.9.0
build==1.2.2.post1
coverage==7.7.0
coverage==7.8.0
pytest-console-scripts==1.4.1
pytest-cov==6.0.0
pytest-cov==6.1.1
pytest-github-actions-annotate-failures==0.3.0
pytest==8.3.5
PyYaml==6.0.2
Expand Down
Loading