Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/requirements-ci.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build>=1.2
editables==0.5
hatchling==1.27.0
hatchling==1.31.0
hypothesis>=6.100
pytest>=8
ruff>=0.6
Expand Down
6 changes: 3 additions & 3 deletions .github/requirements-ci.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ editables==0.5 \
--hash=sha256:309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2 \
--hash=sha256:61e5ffa82629e0d8bfe09bc44a07db3c1ab8ed1ce78a6980732870f19b5e7d4c
# via -r vlabs-sdk/.github/requirements-ci.in
hatchling==1.27.0 \
--hash=sha256:971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6 \
--hash=sha256:d3a2f3567c4f926ea39849cdf924c7e99e6686c9c8e288ae1037c8fa2a5d937b
hatchling==1.31.0 \
--hash=sha256:6b48ad4068a482ed7239b3a8215bc55b47aad3345d58dfc94e553c5d2d46211b \
--hash=sha256:aac80bec8b6fe35e8480f1c335be8910fa210a0e6f735a139be205dadcacb544
# via -r vlabs-sdk/.github/requirements-ci.in
hypothesis==6.156.4 \
--hash=sha256:0725c7e2c3bd863e75aae8d5be1f650abc9a3774200055461e1142625af9419c \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling==1.27.0"]
requires = ["hatchling==1.31.0"]
build-backend = "hatchling.build"

[project]
Expand Down
2 changes: 1 addition & 1 deletion tools/vlabs-prm-eval/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling==1.27.0"]
requires = ["hatchling==1.31.0"]
build-backend = "hatchling.build"

[project]
Expand Down