Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f11323

Browse filesBrowse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 16fa4b8 commit 9f11323
Copy full SHA for 9f11323

File tree

Expand file treeCollapse file tree

9 files changed

+16
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

9 files changed

+16
-16
lines changed
Open diff view settings
Collapse file

‎.github/workflows/docs.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on: ubuntu-24.04
2424
steps:
25-
- uses: actions/checkout@v6.0.0
25+
- uses: actions/checkout@v6.0.1
2626
- name: Set up Python
2727
uses: actions/setup-python@v6.1.0
2828
with:
@@ -37,7 +37,7 @@ jobs:
3737
twine-check:
3838
runs-on: ubuntu-24.04
3939
steps:
40-
- uses: actions/checkout@v6.0.0
40+
- uses: actions/checkout@v6.0.1
4141
- name: Set up Python
4242
uses: actions/setup-python@v6.1.0
4343
with:
Collapse file

‎.github/workflows/lint.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6.0.0
25+
- uses: actions/checkout@v6.0.1
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v6.1.0
Collapse file

‎.github/workflows/pre_commit.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pre_commit.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pre_commit:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6.0.0
32+
- uses: actions/checkout@v6.0.1
3333
- uses: actions/setup-python@v6.1.0
3434
with:
3535
python-version: "3.14"
Collapse file

‎.github/workflows/release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
environment: pypi.org
1616
steps:
17-
- uses: actions/checkout@v6.0.0
17+
- uses: actions/checkout@v6.0.1
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
Collapse file

‎.github/workflows/stale.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
stale:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@v10.1.0
20+
- uses: actions/stale@v10.1.1
2121
with:
2222
operations-per-run: 500
2323
stale-issue-label: "stale"
Collapse file

‎.github/workflows/test.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version: "3.14"
4747
toxenv: py314,smoke
4848
steps:
49-
- uses: actions/checkout@v6.0.0
49+
- uses: actions/checkout@v6.0.1
5050
- name: Set up Python ${{ matrix.python.version }}
5151
uses: actions/setup-python@v6.1.0
5252
with:
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
toxenv: [api_func_v4, cli_func_v4]
6767
steps:
68-
- uses: actions/checkout@v6.0.0
68+
- uses: actions/checkout@v6.0.1
6969
- name: Set up Python
7070
uses: actions/setup-python@v6.1.0
7171
with:
@@ -87,7 +87,7 @@ jobs:
8787
coverage:
8888
runs-on: ubuntu-24.04
8989
steps:
90-
- uses: actions/checkout@v6.0.0
90+
- uses: actions/checkout@v6.0.1
9191
- name: Set up Python ${{ matrix.python-version }}
9292
uses: actions/setup-python@v6.1.0
9393
with:
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
name: Python wheel
113113
steps:
114-
- uses: actions/checkout@v6.0.0
114+
- uses: actions/checkout@v6.0.1
115115
- uses: actions/setup-python@v6.1.0
116116
with:
117117
python-version: "3.14"
@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ubuntu-latest
130130
needs: [dist]
131131
steps:
132-
- uses: actions/checkout@v6.0.0
132+
- uses: actions/checkout@v6.0.1
133133
- name: Set up Python
134134
uses: actions/setup-python@v6.1.0
135135
with:
Collapse file

‎.pre-commit-config.yaml‎

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 25.11.0
6+
rev: 25.12.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 42.27.0
54+
rev: 42.39.4
5555
hooks:
5656
- id: renovate-config-validator
Collapse file

‎requirements-lint.txt‎

Copy file name to clipboardExpand all lines: requirements-lint.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==25.11.0
3+
black==25.12.0
44
commitizen==4.10.0
55
flake8==7.3.0
66
isort==7.0.0
77
mypy==1.19.0
88
pylint==4.0.4
9-
pytest==9.0.1
9+
pytest==9.0.2
1010
responses==0.25.8
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250915
Collapse file

‎requirements-test.txt‎

Copy file name to clipboardExpand all lines: requirements-test.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage==7.12.0
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.0.0
77
pytest-github-actions-annotate-failures==0.3.0
8-
pytest==9.0.1
8+
pytest==9.0.2
99
PyYaml==6.0.3
1010
responses==0.25.8
1111
respx==0.22.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.