Skip to content

Commit

Permalink
[Release] Update the examples (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
reboot-dev-bot authored Apr 9, 2024
1 parent d1a4359 commit 60a32f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
requires-python = ">= 3.10"
dependencies = [
"reboot-resemble>=0.5.4",
"reboot-resemble>=0.5.5",
]

[tool.rye]
dev-dependencies = [
"reboot-resemble>=0.5.4",
"reboot-resemble>=0.5.5",
"mypy>=1.2.0",
"pytest>=7.4.2",
"types-protobuf>=4.24.0.20240129",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reboot-dev/resemble-react": "^0.5.4",
"@reboot-dev/resemble-react": "^0.5.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down

0 comments on commit 60a32f6

Please sign in to comment.