Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Nov 4, 2024
1 parent 96c701b commit 0443068
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[requires]
vehicle-model/generated
vehicle-app-sdk/0.5.1
vehicle-app-sdk/version-bump

[generators]
cmake
5 changes: 3 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# To update requirements.txt do
# To update requirements.txt do
# pip-compile --upgrade requirements.in
#
gcovr==5.2
conan==1.63.0
conan==1.65.0

pre-commit==3.5.0
cpplint==1.6.1
pip-tools
24 changes: 23 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
#
bottle==0.12.25
# via conan
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via pip-tools
colorama==0.4.6
# via conan
conan==1.63.0
conan==1.65.0
# via -r requirements.in
cpplint==1.6.1
# via -r requirements.in
Expand Down Expand Up @@ -44,8 +48,12 @@ node-semver==0.6.1
# via conan
nodeenv==1.9.1
# via pre-commit
packaging==24.1
# via build
patch-ng==1.17.4
# via conan
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.3.6
# via virtualenv
pluginbase==1.0.1
Expand All @@ -58,6 +66,10 @@ pygments==2.18.0
# gcovr
pyjwt==2.9.0
# via conan
pyproject-hooks==1.2.0
# via
# build
# pip-tools
python-dateutil==2.9.0.post0
# via conan
pyyaml==6.0.2
Expand All @@ -70,6 +82,10 @@ six==1.16.0
# via
# conan
# python-dateutil
tomli==2.0.2
# via
# build
# pip-tools
tqdm==4.66.5
# via conan
urllib3==1.26.20
Expand All @@ -78,3 +94,9 @@ urllib3==1.26.20
# requests
virtualenv==20.26.6
# via pre-commit
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit 0443068

Please sign in to comment.