Skip to content

Commit

Permalink
update packages (#221)
Browse files Browse the repository at this point in the history
* update packages

* update actions

* Revert "update actions"

This reverts commit 163d18b.

* remove unused linters

* fix licenses

* fix dependency

* Update app/requirements.in

Co-authored-by: Serhii Korchynskyi <serhii.korchynskyi@etas.com>

---------

Co-authored-by: Serhii Korchynskyi <serhii.korchynskyi@etas.com>
  • Loading branch information
MP91 and kse3hi authored Jan 29, 2024
1 parent 5d534e2 commit f99f124
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
{
"name": "devenv-runtimes",
"version": "v2.2.4"
"version": "v2.2.5"
},
{
"name": "devenv-github-workflows",
Expand All @@ -14,7 +14,7 @@
},
{
"name": "devenv-devcontainer-setup",
"version": "v1.4.6"
"version": "v1.4.7"
}
],
"variables": {
Expand Down
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit

## Code Style Guide
* Use [Black](https://black.readthedocs.io/) to format your code.
* Use [isort](https://isort.readthedocs.io/) to sort imports.
* Use [pydocstyle](https://pydocstyle.readthedocs.io/) to check for PEP-8 style issues.
* Use [bandit](https://pypi.org/project/bandit/) to check security issues.
* Use [Ruff](https://docs.astral.sh/ruff/) to format your code.
* Use [mypy](https://mypy.readthedocs.io/) to check for type errors.
* Use [flake8](https://flake8.readthedocs.io/) to check for style issues.
* Above and other tools will run automatically if you install
[pre-commit](https://pre-commit.com/) using the instructions below.

Expand Down
19 changes: 1 addition & 18 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
## Python
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|aiohttp|3.8.6|Apache 2.0|
|aiohttp|3.9.2|Apache 2.0|
|aiosignal|1.3.1|Apache 2.0|
|async-timeout|4.0.3|Apache 2.0|
|attrs|23.1.0|MIT|
|bandit|1.7.5|Apache 2.0|
|black|23.7.0|MIT|
|build|1.0.3|MIT|
|cfgv|3.4.0|MIT|
|charset-normalizer|3.3.0|MIT|
|click|8.1.7|New BSD|
|cloudevents|1.10.0|Apache 2.0|
|coverage|7.3.2|Apache 2.0|
Expand All @@ -20,47 +17,33 @@
|distlib|0.3.7|Python Software Foundation License|
|exceptiongroup|1.1.3|MIT|
|filelock|3.12.4|The Unlicense (Unlicense)|
|flake8|6.1.0|MIT|
|frozenlist|1.4.0|Apache 2.0|
|gitdb|4.0.10|BSD|
|GitPython|3.1.37|BSD|
|grpcio|1.59.0|Apache 2.0|
|identify|2.5.30|MIT|
|idna|3.4|BSD|
|iniconfig|2.0.0|MIT|
|markdown-it-py|3.0.0|MIT|
|mccabe|0.7.0|MIT|
|mdurl|0.1.2|MIT|
|multidict|6.0.4|Apache 2.0|
|mypy|1.5.1|MIT|
|mypy-extensions|1.0.0|MIT|
|mypy-protobuf|3.5.0|Apache 2.0|
|nodeenv|1.8.0|BSD|
|packaging|23.2|Apache 2.0<br/>BSD|
|parameterized|0.9.0|Simplified BSD|
|pathspec|0.11.2|Mozilla Public License 2.0 (MPL 2.0)|
|pbr|5.11.1|Apache 2.0|
|pip|23.3.2|MIT|
|pip-tools|7.3.0|BSD|
|platformdirs|3.11.0|MIT|
|pluggy|1.3.0|MIT|
|pre-commit|3.3.3|MIT|
|protobuf|4.24.4|Google License|
|pycodestyle|2.11.0|MIT|
|pyflakes|3.1.0|MIT|
|Pygments|2.16.1|Simplified BSD|
|pyproject-hooks|1.0.0|MIT|
|pytest|7.4.2|MIT|
|pytest-asyncio|0.21.1|Apache 2.0|
|pytest-cov|4.1.0|MIT|
|pytest-ordering|0.6|MIT|
|python-dateutil|2.8.2|Apache 2.0<br/>BSD|
|PyYAML|6.0.1|MIT|
|rich|13.6.0|MIT|
|setuptools|58.1.0|MIT|
|six|1.16.0|MIT|
|smmap|5.0.1|BSD|
|stevedore|5.1.0|Apache 2.0|
|tomli|2.0.1|MIT|
|types-mock|5.1.0.2|Apache 2.0|
|types-protobuf|4.24.0.2|Apache 2.0|
Expand Down
1 change: 1 addition & 0 deletions app/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ grpcio==1.59.0
protobuf==4.24.4
dapr==1.11.0
cloudevents==1.10.0
aiohttp == 3.9.0
10 changes: 5 additions & 5 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
aiohttp==3.8.6
# via dapr
aiohttp==3.9.2
# via
# -r requirements.in
# dapr
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
charset-normalizer==3.3.0
# via aiohttp
cloudevents==1.10.0
# via -r requirements.in
dapr==1.11.0
Expand Down
3 changes: 0 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
##########################################
mypy-protobuf==3.5.0
pre-commit==3.3.3
black==23.7.0
mypy==1.5.1
bandit==1.7.5
flake8==6.1.0
pip-tools==7.3.0
50 changes: 4 additions & 46 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,22 @@
#
# pip-compile
#
bandit==1.7.5
# via -r requirements.in
black==23.7.0
# via -r requirements.in
build==1.0.3
# via pip-tools
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via
# black
# pip-tools
# via pip-tools
distlib==0.3.7
# via virtualenv
filelock==3.12.4
# via virtualenv
flake8==6.1.0
# via -r requirements.in
gitdb==4.0.10
# via gitpython
gitpython==3.1.37
# via bandit
identify==2.5.30
# via pre-commit
markdown-it-py==3.0.0
# via rich
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.5.1
# via -r requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
# via mypy
mypy-protobuf==3.5.0
# via -r requirements.in
nodeenv==1.8.0
Expand All @@ -48,46 +28,24 @@ packaging==23.2
# via
# -c app/requirements.txt
# -c app/tests/requirements.txt
# black
# build
pathspec==0.11.2
# via black
pbr==5.11.1
# via stevedore
pip-tools==7.3.0
# via -r requirements.in
platformdirs==3.11.0
# via
# black
# virtualenv
# via virtualenv
pre-commit==3.3.3
# via -r requirements.in
protobuf==4.24.4
# via
# -c app/requirements.txt
# mypy-protobuf
pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via rich
pyproject-hooks==1.0.0
# via build
pyyaml==6.0.1
# via
# bandit
# pre-commit
rich==13.6.0
# via bandit
smmap==5.0.1
# via gitdb
stevedore==5.1.0
# via bandit
# via pre-commit
tomli==2.0.1
# via
# -c app/tests/requirements.txt
# black
# build
# mypy
# pip-tools
Expand Down

0 comments on commit f99f124

Please sign in to comment.