Skip to content

Commit 84a5467

Browse files
committed
Updated Sphinx to 7.4.7
1 parent 35d6277 commit 84a5467

File tree

6 files changed

+18
-23
lines changed

6 files changed

+18
-23
lines changed

pkg/mac/build-functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ _build_docs() {
138138
source "${BUILD_ROOT}/venv/bin/activate"
139139
pip3 install --upgrade pip
140140
pip3 install -r "${SOURCE_DIR}/requirements.txt"
141-
# Due to issue https://github.com/sphinx-doc/sphinx/issues/11739, we have pinned the Sphinx version to 6.1.3.
142-
pip3 install sphinx==6.1.3
141+
pip3 install sphinx==7.4.7
143142
pip3 install sphinxcontrib-youtube
144143

145144
cd "${SOURCE_DIR}" || exit

pkg/redhat/setup.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,15 @@ yum groupinstall -y "Development Tools"
3939

4040
if [ "${OS_VERSION}" == "8" ]; then
4141
yum install -y expect fakeroot postgresql15-devel python3.9-devel nodejs yarn rpm-build rpm-sign yum-utils krb5-devel
42-
# Due to issue https://github.com/sphinx-doc/sphinx/issues/11739, we have pinned the Sphinx version to 6.1.3.
43-
pip3.9 install sphinx==6.1.3
42+
pip3.9 install sphinx==7.4.7
4443
pip3.9 install sphinxcontrib-youtube
4544
elif [ "${OS_VERSION}" == "9" ]; then
4645
yum install -y expect libpq5-devel postgresql15-devel python3-devel nodejs yarn rpm-build rpm-sign yum-utils krb5-devel
47-
# Due to issue https://github.com/sphinx-doc/sphinx/issues/11739, we have pinned the Sphinx version to 6.1.3.
48-
pip3 install sphinx==6.1.3
46+
pip3 install sphinx==7.4.7
4947
pip3 install sphinxcontrib-youtube
5048
else
5149
yum install -y expect fakeroot postgresql15-devel python3-devel nodejs yarn rpm-build rpm-sign yum-utils krb5-devel
52-
# Due to issue https://github.com/sphinx-doc/sphinx/issues/11739, we have pinned the Sphinx version to 6.1.3.
53-
pip3 install sphinx==6.1.3
50+
pip3 install sphinx==7.4.7
5451
pip3 install sphinxcontrib-youtube
5552
fi
5653

tools/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
requests>=2.21.0
22
requests[security]>=2.21.0
33
safety>=1.9.0
4-
# Due to issue https://github.com/sphinx-doc/sphinx/issues/11739, we have pinned the Sphinx version to 6.1.3.
5-
Sphinx==6.1.3
4+
Sphinx==7.4.7
65
sphinxcontrib-youtube==1.4.1

tools/setup-python-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pip install --upgrade pip
1818
if [ ${TEST} -eq 1 ];
1919
then
2020
echo Installing requirements for running Python tests...
21-
pip install --no-cache-dir wheel sphinx==6.1.3 sphinxcontrib-youtube -r web/regression/requirements.txt || { echo 'ERROR: Failed to install Python requirements.' ; exit 1; }
21+
pip install --no-cache-dir wheel sphinx==7.4.7 sphinxcontrib-youtube -r web/regression/requirements.txt || { echo 'ERROR: Failed to install Python requirements.' ; exit 1; }
2222
else
2323
echo Installing requirements for executing and building only...
24-
pip install --no-cache-dir wheel sphinx==6.1.3 sphinxcontrib-youtube -r requirements.txt || { echo 'ERROR: Failed to install Python requirements.' ; exit 1; }
24+
pip install --no-cache-dir wheel sphinx==7.4.7 sphinxcontrib-youtube -r requirements.txt || { echo 'ERROR: Failed to install Python requirements.' ; exit 1; }
2525
fi

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@projectstorm/react-diagrams": "^7.0.4",
8686
"@simonwep/pickr": "^1.5.1",
8787
"@szhsin/react-menu": "^4.2.2",
88-
"@tanstack/react-query": "5.66.3",
88+
"@tanstack/react-query": "5.66.4",
8989
"@tanstack/react-table": "^8.16.0",
9090
"@tanstack/react-virtual": "^3.12.0",
9191
"@types/classnames": "^2.3.4",

web/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,21 +3043,21 @@ __metadata:
30433043
languageName: node
30443044
linkType: hard
30453045

3046-
"@tanstack/query-core@npm:5.66.3":
3047-
version: 5.66.3
3048-
resolution: "@tanstack/query-core@npm:5.66.3"
3049-
checksum: 19187925b6ac58893557f00ed4d6deef1cb88b1cf6bfa5736214d2244cd97a05afbd6e6cb6b4272dab39401d86f27206b0040e609ef1e47ada84467768b74598
3046+
"@tanstack/query-core@npm:5.66.4":
3047+
version: 5.66.4
3048+
resolution: "@tanstack/query-core@npm:5.66.4"
3049+
checksum: 947d89e844e46d8a13f2ba412227f534ab2d3c7a2f8c09ea3f00b5962ad0eadef94eeec67f61269990a0db23ce13d89df8f62de8bf98976ebda51e014ecbf811
30503050
languageName: node
30513051
linkType: hard
30523052

3053-
"@tanstack/react-query@npm:5.66.3":
3054-
version: 5.66.3
3055-
resolution: "@tanstack/react-query@npm:5.66.3"
3053+
"@tanstack/react-query@npm:5.66.4":
3054+
version: 5.66.4
3055+
resolution: "@tanstack/react-query@npm:5.66.4"
30563056
dependencies:
3057-
"@tanstack/query-core": 5.66.3
3057+
"@tanstack/query-core": 5.66.4
30583058
peerDependencies:
30593059
react: ^18 || ^19
3060-
checksum: a00fa538c739aa796ec099dde9ead0037d3dfbd23bf0aa22cd54388ad74147eb174eb7f125484f0a27c122df49c50c3b16d747c0c832ea255787e884b02ce36b
3060+
checksum: aba76168b4ff8da02c78057b8e046723b0f60648f5bb854943a99cf07c3e98ef445f30d9a9c9f56bc018cb002109b221f9d8a80055f3463f4de0af2a589f3e0b
30613061
languageName: node
30623062
linkType: hard
30633063

@@ -13640,7 +13640,7 @@ __metadata:
1364013640
"@simonwep/pickr": ^1.5.1
1364113641
"@svgr/webpack": ^8.1.0
1364213642
"@szhsin/react-menu": ^4.2.2
13643-
"@tanstack/react-query": 5.66.3
13643+
"@tanstack/react-query": 5.66.4
1364413644
"@tanstack/react-table": ^8.16.0
1364513645
"@tanstack/react-virtual": ^3.12.0
1364613646
"@testing-library/dom": 10.4.0

0 commit comments

Comments
 (0)