Skip to content

Commit 62a8f0c

Browse files
chore(deps): update all non-major dependencies
1 parent e3de6ba commit 62a8f0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 }}

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==5.3.0

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

0 commit comments

Comments
 (0)