Skip to content

Commit

Permalink
rye sync --update-all
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 19, 2024
1 parent e88919a commit f8bf455
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = ["ruff>=0.5", "mypy>=1.10.0", "pytest>=8.3"]
dev-dependencies = ["ruff>=0.6", "mypy>=1.10.0", "pytest>=8.3"]

[tool.hatch.metadata]
allow-direct-references = true
Expand Down
4 changes: 2 additions & 2 deletions examples/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ml-dtypes==0.4.0
mypy==1.11.1
mypy-extensions==1.0.0
# via mypy
numpy==2.0.1
numpy==2.1.0
# via contourpy
# via jax
# via jaxlib
Expand Down Expand Up @@ -84,7 +84,7 @@ python-dateutil==2.9.0.post0
# via matplotlib
python-dotenv==1.0.1
# via sora-sdk-samples
ruff==0.5.7
ruff==0.6.1
scipy==1.14.0
# via jax
# via jaxlib
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mediapipe==0.10.14
ml-dtypes==0.4.0
# via jax
# via jaxlib
numpy==2.0.1
numpy==2.1.0
# via contourpy
# via jax
# via jaxlib
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ dev-dependencies = [
"build~=1.2.1",
"wheel~=0.43.0",
"auditwheel~=6.0.0",
"pytest>=8.3",
"ruff>=0.5",
"ruff>=0.6",
"typing-extensions>=4.12.2",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pyelftools==0.31
pyproject-hooks==1.1.0
# via build
pytest==8.3.2
ruff==0.5.7
ruff==0.6.1
setuptools==72.2.0
tomli==2.0.1
# via build
Expand Down

0 comments on commit f8bf455

Please sign in to comment.