Skip to content

Commit a627724

Browse files
chore(deps): update all non-major dependencies
1 parent c44a290 commit a627724

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.2
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

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

0 commit comments

Comments
 (0)