Skip to content

Commit 6e56b52

Browse files
[Release] Synchronize for release
1 parent b9671ad commit 6e56b52

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
requires-python = ">= 3.10"
33
dependencies = [
4-
"reboot==0.39.1",
4+
"reboot==0.39.3",
55
]
66

77
[tool.rye]
88
dev-dependencies = [
99
"mypy==1.18.1",
1010
"pytest>=7.4.2",
1111
"types-protobuf>=4.24.0.20240129",
12-
"reboot==0.39.1",
12+
"reboot==0.39.3",
1313
]
1414

1515
# This project only uses `rye` to provide `python` and its dependencies, so

requirements-dev.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pydantic==2.9.2
153153
# via reboot
154154
pydantic-core==2.23.4
155155
# via pydantic
156-
pyjwt==2.8.0
156+
pyjwt==2.10.1
157157
# via reboot
158158
pyprctl==0.1.3
159159
# via reboot
@@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
163163
pyyaml==6.0.2
164164
# via kubernetes-asyncio
165165
# via reboot
166-
reboot==0.39.1
166+
reboot==0.39.3
167167
setuptools==75.1.0
168168
# via grpcio-tools
169169
six==1.16.0

requirements.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pydantic==2.9.2
143143
# via reboot
144144
pydantic-core==2.23.4
145145
# via pydantic
146-
pyjwt==2.8.0
146+
pyjwt==2.10.1
147147
# via reboot
148148
pyprctl==0.1.3
149149
# via reboot
@@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
152152
pyyaml==6.0.2
153153
# via kubernetes-asyncio
154154
# via reboot
155-
reboot==0.39.1
155+
reboot==0.39.3
156156
setuptools==75.1.0
157157
# via grpcio-tools
158158
six==1.16.0

0 commit comments

Comments
 (0)