Skip to content

Commit 2dd5676

Browse files
committed
Update dependencies in pyproject.toml
minor changes in noxfile - Bump multiprocess to version 0.70.18 - Upgrade orjson to version 3.10.18 - Update rustimport to version 1.7.1 - Change watchdog to version 6.0.0 - Upgrade jinja2 to version 3.1.6 in optional dependencies - Update dev dependencies: - Bump black to version 25.1.0 - Upgrade commitizen to version 4.8.3 - Update isort to version 6.0.1 - Upgrade pre-commit to version 4.2.0 - Update ruff to version 0.11.13 - Update test dependencies: - Upgrade nox to version 2025.5.1 - Update pytest to version 8.4.0 - Upgrade pytest-codspeed to version 3.0.0 - Update requests to version 2.32.4 - Upgrade websocket-client to version 1.8.0
1 parent 0a7781d commit 2dd5676

File tree

3 files changed

+449
-292
lines changed

3 files changed

+449
-292
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13"])
77
def tests(session):
8-
session.run("pip", "install", "poetry==1.3.0")
8+
session.run("pip", "install", "poetry==2.1.3", "poetry-plugin-export")
99
session.run("pip", "install", "maturin")
1010
session.run(
1111
"poetry",
@@ -29,7 +29,7 @@ def tests(session):
2929
"--out",
3030
"dist",
3131
]
32-
32+
print("platform:", sys.platform)
3333
if sys.platform == "darwin":
3434
session.run("rustup", "target", "add", "x86_64-apple-darwin")
3535
session.run("rustup", "target", "add", "aarch64-apple-darwin")

0 commit comments

Comments
 (0)