Skip to content

Commit dd30306

Browse files
committed
update requirements
1 parent 062000e commit dd30306

File tree

11 files changed

+113
-146
lines changed

11 files changed

+113
-146
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See https://pre-commit.com/hooks.html for more hooks
1818
repos:
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.4.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: trailing-whitespace
2323
exclude: >
@@ -45,15 +45,15 @@ repos:
4545
- id: check-merge-conflict
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.1.13
48+
rev: v0.9.10
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exclude, "*_pb2.py,*_pb2.pyi,*_pb2_grpc.py,*.log"]
5252
- id: ruff-format
5353
args: [--exclude, "*_pb2.py,*_pb2.pyi,*_pb2_grpc.py,*.log"]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.8.0
56+
rev: v1.15.0
5757
hooks:
5858
- id: mypy
5959
exclude: >
@@ -67,7 +67,7 @@ repos:
6767
pass_filenames: false
6868

6969
- repo: https://github.com/Lucas-C/pre-commit-hooks
70-
rev: v1.5.4
70+
rev: v1.5.5
7171
hooks:
7272
- id: insert-license
7373
files: '.*\.(py|pyi|yaml|yml|sh|in)$'

.project-creation/.skeleton/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile
66
#
7-
aiohappyeyeballs==2.4.3
7+
aiohappyeyeballs==2.5.0
88
# via aiohttp
99
aiohttp==3.10.11
1010
# via -r requirements.in
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
1313
async-timeout==5.0.1
1414
# via aiohttp
15-
attrs==24.2.0
15+
attrs==25.1.0
1616
# via aiohttp
1717
cloudevents==1.11.0
1818
# via -r requirements.in
@@ -32,11 +32,11 @@ multidict==6.1.0
3232
# yarl
3333
packaging==24.2
3434
# via deprecation
35-
propcache==0.2.0
35+
propcache==0.3.0
3636
# via yarl
3737
protobuf==5.27.2
3838
# via -r requirements.in
3939
typing-extensions==4.12.2
4040
# via multidict
41-
yarl==1.17.2
41+
yarl==1.18.3
4242
# via aiohttp

examples/seat-adjuster/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile
66
#
7-
aiohappyeyeballs==2.4.3
7+
aiohappyeyeballs==2.5.0
88
# via aiohttp
99
aiohttp==3.10.11
1010
# via -r requirements.in
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
1313
async-timeout==5.0.1
1414
# via aiohttp
15-
attrs==24.2.0
15+
attrs==25.1.0
1616
# via aiohttp
1717
cloudevents==1.11.0
1818
# via -r requirements.in
@@ -34,11 +34,11 @@ packaging==24.1
3434
# via
3535
# -r requirements.in
3636
# deprecation
37-
propcache==0.2.0
37+
propcache==0.3.0
3838
# via yarl
3939
protobuf==5.27.2
4040
# via -r requirements.in
4141
typing-extensions==4.12.2
4242
# via multidict
43-
yarl==1.17.2
43+
yarl==1.18.3
4444
# via aiohttp

examples/seat-adjuster/tests/unit/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ async def async_raise_exception(*args):
238238
async def async_raise_value_error(*args):
239239
data = json.loads(get_invalid_request_data_str())
240240
raise ValueError(
241-
f"""Provided position {data['position']} \
241+
f"""Provided position {data["position"]} \
242242
should not be Greater than 1000 (Max)"""
243243
)

requirements.txt

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
#
55
# pip-compile --extra=dev
66
#
7-
aiohappyeyeballs==2.4.3
7+
aiohappyeyeballs==2.5.0
88
# via aiohttp
99
aiohttp==3.10.11
1010
# via velocitas_sdk (setup.py)
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
13-
apscheduler==3.10.4
13+
apscheduler==3.11.0
1414
# via velocitas_sdk (setup.py)
1515
async-timeout==5.0.1
1616
# via aiohttp
17-
attrs==24.2.0
17+
attrs==25.1.0
1818
# via aiohttp
1919
build==1.2.2.post1
2020
# via pip-tools
21-
cachetools==5.5.0
21+
cachetools==5.5.2
2222
# via tox
2323
cfgv==3.4.0
2424
# via pre-commit
2525
chardet==5.2.0
2626
# via tox
27-
click==8.1.7
27+
click==8.1.8
2828
# via pip-tools
2929
cloudevents==1.11.0
3030
# via velocitas_sdk (setup.py)
3131
colorama==0.4.6
3232
# via tox
33-
coverage[toml]==7.6.7
33+
coverage[toml]==7.6.12
3434
# via pytest-cov
35-
deprecated==1.2.15
35+
deprecated==1.2.18
3636
# via
3737
# opentelemetry-api
3838
# velocitas_sdk (setup.py)
@@ -42,7 +42,7 @@ distlib==0.3.9
4242
# via virtualenv
4343
exceptiongroup==1.2.2
4444
# via pytest
45-
filelock==3.16.1
45+
filelock==3.17.0
4646
# via
4747
# tox
4848
# virtualenv
@@ -59,7 +59,7 @@ grpcio==1.64.1
5959
# velocitas_sdk (setup.py)
6060
grpcio-tools==1.64.1
6161
# via velocitas_sdk (setup.py)
62-
identify==2.6.2
62+
identify==2.6.9
6363
# via pre-commit
6464
idna==3.10
6565
# via yarl
@@ -71,7 +71,7 @@ multidict==6.1.0
7171
# via
7272
# aiohttp
7373
# yarl
74-
mypy==1.13.0
74+
mypy==1.15.0
7575
# via velocitas_sdk (setup.py)
7676
mypy-extensions==1.0.0
7777
# via mypy
@@ -120,37 +120,33 @@ pluggy==1.5.0
120120
# via
121121
# pytest
122122
# tox
123-
pre-commit==4.0.1
123+
pre-commit==4.1.0
124124
# via velocitas_sdk (setup.py)
125-
propcache==0.2.0
125+
propcache==0.3.0
126126
# via yarl
127127
protobuf==5.27.2
128128
# via
129129
# grpcio-tools
130130
# mypy-protobuf
131131
# velocitas_sdk (setup.py)
132-
pyproject-api==1.8.0
132+
pyproject-api==1.9.0
133133
# via tox
134134
pyproject-hooks==1.2.0
135135
# via
136136
# build
137137
# pip-tools
138-
pytest==8.3.3
138+
pytest==8.3.5
139139
# via
140140
# pytest-asyncio
141141
# pytest-cov
142142
# velocitas_sdk (setup.py)
143-
pytest-asyncio==0.24.0
143+
pytest-asyncio==0.25.3
144144
# via velocitas_sdk (setup.py)
145145
pytest-cov==6.0.0
146146
# via velocitas_sdk (setup.py)
147-
pytz==2024.2
148-
# via apscheduler
149147
pyyaml==6.0.2
150148
# via pre-commit
151-
six==1.16.0
152-
# via apscheduler
153-
tomli==2.1.0
149+
tomli==2.2.1
154150
# via
155151
# build
156152
# coverage
@@ -159,33 +155,33 @@ tomli==2.1.0
159155
# pyproject-api
160156
# pytest
161157
# tox
162-
tox==4.23.2
158+
tox==4.24.2
163159
# via velocitas_sdk (setup.py)
164-
types-deprecated==1.2.15.20241117
160+
types-deprecated==1.2.15.20250304
165161
# via velocitas_sdk (setup.py)
166-
types-mock==5.1.0.20240425
162+
types-mock==5.2.0.20250306
167163
# via velocitas_sdk (setup.py)
168-
types-protobuf==5.28.3.20241030
164+
types-protobuf==5.29.1.20250208
169165
# via mypy-protobuf
170166
typing-extensions==4.12.2
171167
# via
172168
# multidict
173169
# mypy
174170
# opentelemetry-sdk
175171
# tox
176-
tzlocal==5.2
172+
tzlocal==5.3.1
177173
# via apscheduler
178-
virtualenv==20.27.1
174+
virtualenv==20.29.3
179175
# via
180176
# pre-commit
181177
# tox
182-
wheel==0.45.0
178+
wheel==0.45.1
183179
# via pip-tools
184-
wrapt==1.16.0
180+
wrapt==1.17.2
185181
# via
186182
# deprecated
187183
# opentelemetry-instrumentation
188-
yarl==1.17.2
184+
yarl==1.18.3
189185
# via aiohttp
190186
zipp==3.21.0
191187
# via importlib-metadata

tests/integration/inttesthelper_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
""" Tests for methods in VehicleCollectorClient """
15+
"""Tests for methods in VehicleCollectorClient"""
16+
1617
import pytest
1718

1819
from velocitas_sdk.proto.types_pb2 import DataType

tests/unit/native_locator_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
""" Tests for methods in locator """
16-
15+
"""Tests for methods in locator"""
1716

1817
import os
1918
from unittest import mock

tests/unit/native_pubsub_client_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
""" Tests for methods in PubSubClient """
15+
"""Tests for methods in PubSubClient"""
16+
1617
import os
1718
import sys
1819
import time

0 commit comments

Comments
 (0)