Skip to content

Commit 096bf1a

Browse files
authored
Merge pull request #66 from RyanLua/update-dependencies
Update dependencies
2 parents 008828e + 176fb77 commit 096bf1a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
77

88
"features": {
9-
"ghcr.io/devcontainers-contrib/features/black:2": {},
10-
"ghcr.io/devcontainers-contrib/features/pylint:2": {}
9+
"ghcr.io/devcontainers-extra/features/black:2": {},
10+
"ghcr.io/devcontainers-extra/features/pylint:2": {}
1111
},
1212

1313
// Use 'forwardPorts' to make a list of ports inside the container available locally.

docs/requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
alabaster==1.0.0
2-
anyio==4.8.0
2+
anyio==4.9.0
33
babel==2.17.0
4-
beautifulsoup4==4.12.3
4+
beautifulsoup4==4.13.4
55
certifi==2025.6.15
6-
charset-normalizer==3.4.1
7-
click==8.1.8
6+
charset-normalizer==3.4.2
7+
click==8.2.1
88
colorama==0.4.6
99
docutils==0.21.2
1010
furo==2024.8.6
@@ -16,10 +16,11 @@ MarkupSafe==3.0.2
1616
packaging==25.0
1717
Pygments==2.19.2
1818
requests==2.32.4
19+
roman-numerals-py==3.1.0
1920
sniffio==1.3.1
2021
snowballstemmer==3.0.1
21-
soupsieve==2.6
22-
Sphinx==8.1.3
22+
soupsieve==2.7
23+
Sphinx==8.2.3
2324
sphinx-argparse==0.5.2
2425
sphinx-autobuild==2024.10.3
2526
sphinx-basic-ng==1.0.0b2
@@ -31,8 +32,8 @@ sphinxcontrib-jsmath==1.0.1
3132
sphinxcontrib-qthelp==2.0.0
3233
sphinxcontrib-serializinghtml==2.0.0
3334
starlette==0.47.1
34-
typing_extensions==4.12.2
35+
typing_extensions==4.14.0
3536
urllib3==2.5.0
36-
uvicorn==0.34.0
37+
uvicorn==0.35.0
3738
watchfiles==1.1.0
3839
websockets==15.0.1

0 commit comments

Comments
 (0)