File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ version: 2
1111build :
1212 os : " ubuntu-22.04"
1313 tools :
14- python : " 3.9"
14+ # urllib3>=2.7 (website/requirements.txt) requires Python >=3.10
15+ python : " 3.11"
1516
1617sphinx :
1718 configuration : website/conf.py
Original file line number Diff line number Diff line change @@ -278,9 +278,9 @@ snowballstemmer==3.0.1 \
278278 --hash=sha256:6cd7b3897da8d6c9ffb968a6781fa6532dce9c3618a4b127d920dab764a19064 \
279279 --hash=sha256:6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895
280280 # via sphinx
281- sphinx==7.2.6 \
282- --hash=sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560 \
283- --hash=sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5
281+ sphinx==7.4.7 \
282+ --hash=sha256:242f92a7ea7e6c5b406fdc2615413890ba9f699114a9c09192d7dfead2ee9cfe \
283+ --hash=sha256:c2419e2135d11f1951cd994d6eb18a1835bd8fdd8429f9ca375dc1f3281bd239
284284 # via
285285 # -r website/requirements.txt
286286 # breathe
@@ -313,7 +313,9 @@ sphinxcontrib-serializinghtml==2.0.0 \
313313 --hash=sha256:6e2cb0eef194e10c27ec0023bfeb25badbbb5868244cf5bc5bdc04e4464bf331 \
314314 --hash=sha256:e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d
315315 # via sphinx
316- urllib3==2.6.3 \
317- --hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
318- --hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
319- # via requests
316+ urllib3==2.7.0 \
317+ --hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
318+ --hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
319+ # via
320+ # -r website/requirements.txt
321+ # requests
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ colorama==0.4.6 # necessary on Windows only
88sphinx == 7.4.7
99breathe == 4.36.0
1010sphinx-press-theme
11+ urllib3 >= 2.7 # transitive via requests; floor for security fixes
You can’t perform that action at this time.
0 commit comments