Skip to content

Commit

Permalink
chore: Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 1d54709 commit 2242f02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
include_package_data=True,
install_requires=(
'click==8.1.3',
'flask==2.2.2',
'flask==3.0.2',
'itsdangerous==2.1.2',
'jinja2==3.1.2',
'markdown==3.4.1',
'markupsafe==2.1.1',
'pygments==2.13.0',
'pymdown-extensions==9.7',
'pymdown-extensions==10.7.1',
'pyscss==1.4.0',
'pyyaml==6.0',
'six==1.16.0',
'types-Markdown==3.4.2.1',
'types-PyYAML==6.0.12',
'werkzeug==2.2.2',
'werkzeug==3.0.2',
),
python_requires='>=3.8',
classifiers=[
Expand Down

0 comments on commit 2242f02

Please sign in to comment.