Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 0c60376

Browse files
committed
Merge branch 'main' into release/0.1
2 parents 049b740 + 6ceaf16 commit 0c60376

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
# Intersphinx mapping
5252
intersphinx_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),

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ classifiers = [
2929
dependencies = [
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]
3838
tests = [
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
]
4747
doc = [
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

0 commit comments

Comments
 (0)