Skip to content

Commit affffb8

Browse files
chore(deps): update all non-major dependencies
1 parent 2fbd1bf commit affffb8

7 files changed

+8
-8
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::add-mask::${api_token}"
3030
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
3131
- name: Python Semantic Release
32-
uses: relekang/python-semantic-release@v7.33.5
32+
uses: relekang/python-semantic-release@v7.34.3
3333
with:
3434
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
3535
pypi_token: ${{ steps.mint-token.outputs.api-token }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
name: Python wheel
112112
steps:
113113
- uses: actions/checkout@v1.2.0
114-
- uses: actions/setup-python@v2.3.3
114+
- uses: actions/setup-python@v2.3.4
115115
with:
116116
python-version: "3.11"
117117
- name: Install dependencies

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ repos:
4848
- id: rst-directive-colons
4949
- id: rst-inline-touching-normal
5050
- repo: https://github.com/maxbrunet/pre-commit-renovate
51-
rev: 35.111.0
51+
rev: 35.115.2
5252
hooks:
5353
- id: renovate-config-validator

requirements-docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
furo==2023.3.27
2+
furo==2023.5.20
33
jinja2==3.1.2
44
myst-parser==1.0.0
55
sphinx==6.2.1

requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pylint==2.17.4
99
pytest==7.3.1
1010
responses==0.23.1
1111
types-PyYAML==6.0.12.10
12-
types-requests==2.31.0.0
12+
types-requests==2.31.0.1
1313
types-setuptools==67.8.0.0

requirements-test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
build==0.10.0
3-
coverage==7.2.6
4-
pytest-console-scripts==1.4.0
3+
coverage==7.2.7
4+
pytest-console-scripts==1.4.1
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==7.3.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.28.2
22
requests-toolbelt==1.0.0
3-
typing-extensions==4.6.2 ; python_version < "3.8"
3+
typing-extensions==4.6.3 ; python_version < "3.8"

0 commit comments

Comments
 (0)