File tree Expand file tree Collapse file tree 5 files changed +20
-16
lines changed
Expand file tree Collapse file tree 5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - uses : actions/checkout@v1
19- - uses : ros-tooling/setup-ros@0.7.0
19+ - uses : ros-tooling/setup-ros@v0.7
2020 with :
2121 required-ros-distributions : ${{ matrix.distro }}
2222 - run : sudo apt remove python3-openssl -y
23- - uses : ros-tooling/action-ros-ci@0.3.5
23+ - uses : ros-tooling/action-ros-ci@v0.4
2424 with :
2525 target-ros1-distro : ${{ matrix.distro }}
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2 )
1+ cmake_minimum_required (VERSION 3.5.1 )
22project (aiorospy)
33
44find_package (catkin REQUIRED COMPONENTS
Original file line number Diff line number Diff line change 1- aiounittest == 1.3.1 # via -r /home/pbovbel/locus_dev/src/aiorospy/aiorospy/requirements.in
2- async-generator == 1.10 # via -r /home/pbovbel/locus_dev/src/aiorospy/aiorospy/requirements.in
3- janus == 0.5.0 # via -r /home/pbovbel/locus_dev/src/aiorospy/aiorospy/requirements.in
1+ aiounittest == 1.4.3 # via -r requirements.in
2+ async-generator == 1.10 # via -r requirements.in
3+ janus == 1.0.0 # via -r requirements.in
4+ typing-extensions == 4.12.2 # via janus
5+ wrapt == 1.17.2 # via aiounittest
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.3 )
1+ cmake_minimum_required (VERSION 3.5.1 )
22project (aiorospy_examples)
33
44find_package (catkin REQUIRED COMPONENTS
Original file line number Diff line number Diff line change 1- aiohttp == 3.6.2 # via -r /home/pbovbel/locus_dev/src/aiorospy/aiorospy_examples/requirements.in
2- async-timeout == 3.0.1 # via aiohttp
3- attrs == 19.3.0 # via aiohttp
4- chardet == 3.0.4 # via aiohttp
5- idna-ssl == 1.1.0 # via aiohttp
6- idna == 2.9 # via idna-ssl, yarl
7- multidict == 4.7.6 # via aiohttp, yarl
8- typing-extensions == 3.7.4.2 # via aiohttp
9- yarl == 1.4.2 # via aiohttp
1+ aiohappyeyeballs == 2.4.4 # via aiohttp
2+ aiohttp == 3.10.11 # via -r requirements.in
3+ aiosignal == 1.3.1 # via aiohttp
4+ async-timeout == 5.0.1 # via aiohttp
5+ attrs == 25.1.0 # via aiohttp
6+ frozenlist == 1.5.0 # via aiohttp, aiosignal
7+ idna == 3.10 # via yarl
8+ multidict == 6.1.0 # via aiohttp, yarl
9+ propcache == 0.2.0 # via aiohttp, yarl
10+ typing-extensions == 4.12.2 # via multidict
11+ yarl == 1.15.2 # via aiohttp
You can’t perform that action at this time.
0 commit comments