Skip to content

Commit

Permalink
chore: Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2023
1 parent 1d54709 commit 38736d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get the version from the tag.
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- inspect
- github_release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install twine.
run: pip install twine
- name: Set the version number.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install package.
run: pip install -e .
- name: Install test dependencies.
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install package.
run: pip install .
- name: Build the test site.
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install the linter (flake8).
run: pip install flake8
- name: Run the linter.
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install package.
run: pip install .
- name: Install mypy.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'six==1.16.0',
'types-Markdown==3.4.2.1',
'types-PyYAML==6.0.12',
'werkzeug==2.2.2',
'werkzeug==3.0.0',
),
python_requires='>=3.8',
classifiers=[
Expand Down

0 comments on commit 38736d2

Please sign in to comment.