Skip to content

Commit f16ea4e

Browse files
committed
chore: merge w main
2 parents 2b8d30f + 8ffd0c4 commit f16ea4e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

docs/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"clsx": "^2.0.0",
2222
"docusaurus-theme-github-codeblock": "^2.0.2",
2323
"prism-react-renderer": "^2.4.1",
24-
"react": "^19.1.0",
25-
"react-dom": "^19.1.0"
24+
"react": "^19.1.1",
25+
"react-dom": "^19.1.1"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "^3.5.2",

requirements/documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
docutils==0.21.2
1+
docutils==0.22
22
pdoc3==0.11.6

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pip install -r requirements/testing.txt
22
aiohttp<4 # used for a WebSocket server mock
33
pytest>=7.0.1,<9
4-
pytest-asyncio<1 # for async
4+
pytest-asyncio<2 # for async
55
pytest-cov>=2,<7
66
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
77
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7

0 commit comments

Comments
 (0)