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 Jan 1, 2023
1 parent 0c4c27e commit f5989d3
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 @@ -6,7 +6,7 @@ on:
jobs:
inspect:
runs-on: ubuntu-latest
container: python:3.10
container: python:3.11
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
prerelease: false
pypi_release:
runs-on: ubuntu-latest
container: python:3.10
container: python:3.11
needs:
- inspect
- github_release
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
container: python:3.10
container: python:3.11
steps:
- uses: actions/checkout@v3
- name: Install package.
Expand All @@ -17,7 +17,7 @@ jobs:
run: pytest
build:
runs-on: ubuntu-latest
container: python:3.10
container: python:3.11
steps:
- uses: actions/checkout@v3
- name: Install package.
Expand All @@ -26,7 +26,7 @@ jobs:
run: aip-site-gen tests/test_data/ /out/
lint:
runs-on: ubuntu-latest
container: python:3.10
container: python:3.11
steps:
- uses: actions/checkout@v3
- name: Install the linter (flake8).
Expand All @@ -35,7 +35,7 @@ jobs:
run: flake8 aip_site/ tests/
mypy:
runs-on: ubuntu-latest
container: python:3.10
container: python:3.11
steps:
- uses: actions/checkout@v3
- name: Install package.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
'jinja2==3.1.2',
'markdown==3.4.1',
'markupsafe==2.1.1',
'pygments==2.13.0',
'pymdown-extensions==9.7',
'pygments==2.14.0',
'pymdown-extensions==9.9',
'pyscss==1.4.0',
'pyyaml==6.0',
'six==1.16.0',
'types-Markdown==3.4.2.1',
'types-PyYAML==6.0.12',
'types-PyYAML==6.0.12.2',
'werkzeug==2.2.2',
),
python_requires='>=3.8',
Expand Down

0 comments on commit f5989d3

Please sign in to comment.