This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1616 name : Syncer
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - uses : micnncim/action-label-syncer@v1
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5050
5151# Intersphinx mapping
5252intersphinx_mapping = {
53- "python" : ("https://docs.python.org/3" , None ),
53+ "python" : ("https://docs.python.org/3.11 " , None ),
5454 # kept here as an example
5555 # "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
5656 # "numpy": ("https://numpy.org/devdocs", None),
Original file line number Diff line number Diff line change @@ -29,26 +29,26 @@ classifiers = [
2929dependencies = [
3030 " importlib-metadata>=4.0,<5; python_version<='3.8'" ,
3131 " requests" ,
32- " openai" ,
32+ " openai<1 " ,
3333 " jsonschema" ,
3434 " gitpython" ,
3535]
3636
3737[project .optional-dependencies ]
3838tests = [
39- " pytest==7.4.0 " ,
39+ " pytest==7.4.3 " ,
4040 " pytest-cov==4.1.0" ,
41- " pytest-retry==1.3 .0" ,
41+ " pytest-retry==1.5 .0" ,
4242 " requests==2.31.0" ,
43- " openai==0.27.8 " ,
44- " jsonschema==4.19.0 " ,
45- " gitpython==3.1.32 " ,
43+ " openai==0.28.1 " ,
44+ " jsonschema==4.19.2 " ,
45+ " gitpython==3.1.40 " ,
4646]
4747doc = [
48- " ansys_sphinx_theme==0.10.2 " ,
49- " numpydoc==1.5 .0" ,
50- " Sphinx==7.1.2 " ,
51- " sphinx-autoapi==2.1.1 " ,
48+ " ansys_sphinx_theme==0.12.4 " ,
49+ " numpydoc==1.6 .0" ,
50+ " Sphinx==7.2.6 " ,
51+ " sphinx-autoapi==3.0.0 " ,
5252 " Sphinx-copybutton==0.5.2" ,
5353]
5454
You can’t perform that action at this time.
0 commit comments