File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 inspect :
88 runs-on : ubuntu-latest
9- container : python:3.10
9+ container : python:3.11
1010 steps :
1111 - uses : actions/checkout@v3
1212 with :
3737 prerelease : false
3838 pypi_release :
3939 runs-on : ubuntu-latest
40- container : python:3.10
40+ container : python:3.11
4141 needs :
4242 - inspect
4343 - github_release
Original file line number Diff line number Diff line change 66jobs :
77 tests :
88 runs-on : ubuntu-latest
9- container : python:3.10
9+ container : python:3.11
1010 steps :
1111 - uses : actions/checkout@v3
1212 - name : Install package.
1717 run : pytest
1818 build :
1919 runs-on : ubuntu-latest
20- container : python:3.10
20+ container : python:3.11
2121 steps :
2222 - uses : actions/checkout@v3
2323 - name : Install package.
2626 run : aip-site-gen tests/test_data/ /out/
2727 lint :
2828 runs-on : ubuntu-latest
29- container : python:3.10
29+ container : python:3.11
3030 steps :
3131 - uses : actions/checkout@v3
3232 - name : Install the linter (flake8).
3535 run : flake8 aip_site/ tests/
3636 mypy :
3737 runs-on : ubuntu-latest
38- container : python:3.10
38+ container : python:3.11
3939 steps :
4040 - uses : actions/checkout@v3
4141 - name : Install package.
Original file line number Diff line number Diff line change 4545 include_package_data = True ,
4646 install_requires = (
4747 'click==8.1.3' ,
48- 'flask==2.2.2 ' ,
48+ 'flask==2.2.3 ' ,
4949 'itsdangerous==2.1.2' ,
5050 'jinja2==3.1.2' ,
51- 'markdown==3.4.1 ' ,
52- 'markupsafe==2.1.1 ' ,
53- 'pygments==2.13 .0' ,
54- 'pymdown-extensions==9.7 ' ,
51+ 'markdown==3.4.3 ' ,
52+ 'markupsafe==2.1.2 ' ,
53+ 'pygments==2.14 .0' ,
54+ 'pymdown-extensions==9.10 ' ,
5555 'pyscss==1.4.0' ,
5656 'pyyaml==6.0' ,
5757 'six==1.16.0' ,
58- 'types-Markdown==3.4.2.1 ' ,
59- 'types-PyYAML==6.0.12' ,
60- 'werkzeug==2.2.2 ' ,
58+ 'types-Markdown==3.4.2.5 ' ,
59+ 'types-PyYAML==6.0.12.8 ' ,
60+ 'werkzeug==2.2.3 ' ,
6161 ),
6262 python_requires = '>=3.8' ,
6363 classifiers = (
You can’t perform that action at this time.
0 commit comments