-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will pin indirect dependencies giving us more control and minimizing the risk that NOTICE file gets out of sync and CI fails. Also updating NOTICE file as it was out of date
- Loading branch information
Showing
3 changed files
with
91 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# To update requirements.txt do | ||
# pip-compile --upgrade requirements.in | ||
# | ||
gcovr==5.2 | ||
conan==1.63.0 | ||
|
||
pre-commit==3.5.0 | ||
cpplint==1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,80 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
bottle==0.12.25 | ||
# via conan | ||
certifi==2024.8.30 | ||
# via requests | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
colorama==0.4.6 | ||
# via conan | ||
conan==1.63.0 | ||
# via -r requirements.in | ||
cpplint==1.6.1 | ||
# via -r requirements.in | ||
distlib==0.3.9 | ||
# via virtualenv | ||
distro==1.8.0 | ||
# via conan | ||
fasteners==0.19 | ||
# via conan | ||
filelock==3.16.1 | ||
# via virtualenv | ||
gcovr==5.2 | ||
conan==1.60.2 | ||
|
||
# via -r requirements.in | ||
identify==2.6.1 | ||
# via pre-commit | ||
idna==3.10 | ||
# via requests | ||
jinja2==3.1.4 | ||
# via | ||
# conan | ||
# gcovr | ||
lxml==5.3.0 | ||
# via gcovr | ||
markupsafe==3.0.1 | ||
# via jinja2 | ||
node-semver==0.6.1 | ||
# via conan | ||
nodeenv==1.9.1 | ||
# via pre-commit | ||
patch-ng==1.17.4 | ||
# via conan | ||
platformdirs==4.3.6 | ||
# via virtualenv | ||
pluginbase==1.0.1 | ||
# via conan | ||
pre-commit==3.5.0 | ||
cpplint==1.6.1 | ||
# via -r requirements.in | ||
pygments==2.18.0 | ||
# via | ||
# conan | ||
# gcovr | ||
pyjwt==2.9.0 | ||
# via conan | ||
python-dateutil==2.9.0.post0 | ||
# via conan | ||
pyyaml==6.0.2 | ||
# via | ||
# conan | ||
# pre-commit | ||
requests==2.32.3 | ||
# via conan | ||
six==1.16.0 | ||
# via | ||
# conan | ||
# python-dateutil | ||
tqdm==4.66.5 | ||
# via conan | ||
urllib3==1.26.20 | ||
# via | ||
# conan | ||
# requests | ||
virtualenv==20.26.6 | ||
# via pre-commit |