Skip to content

Commit

Permalink
Merge pull request #96 from arkedge/feature/use-released-version-tools
Browse files Browse the repository at this point in the history
Use released version tools
  • Loading branch information
sksat authored Sep 21, 2023
2 parents ecf398a + f46d5fc commit bba9bdc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

- [ut-issl/tlm-cmd-db v2.4.0](https://github.com/ut-issl/tlm-cmd-db/releases/tag/v2.4.0)
- [ut-issl/python-wings-interface v1.5.1](https://github.com/ut-issl/python-wings-interface/releases/tag/v1.5.1)
- [ut-issl/c2a-tlm-cmd-code-generator ae-v4 branch](https://github.com/ut-issl/c2a-tlm-cmd-code-generator/tree/ae-v4)
- [ut-issl/c2a-enum-loader ae-v4 branch](https://github.com/ut-issl/c2a-enum-loader/tree/ae-v4)
- [ut-issl/c2a-tlm-cmd-code-generator ae-v2.0.0](https://github.com/ut-issl/c2a-tlm-cmd-code-generator/releases/tag/ae-v2.0.0)
- [ut-issl/c2a-enum-loader ae-v2.0.0](https://github.com/ut-issl/c2a-enum-loader/releases/tag/ae-v2.0.0)
- [arkedge/gaia v0.5.0](https://github.com/arkedge/gaia/releases/tag/v0.5.0)
- [tlmcmddb-cli 0.2.0](https://crates.io/crates/tlmcmddb-cli/0.2.0)
- [kble 0.2.0](https://crates.io/crates/kble/0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/Test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

requires-python = ">= 3.7"
dependencies = [
"c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v4",
"c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v2.0.0",
"isslwings @ git+https://github.com/ut-issl/[email protected]",
"c2a-pytest-gaia @ git+https://github.com/arkedge/[email protected]",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/Test/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyio==3.7.1
attrs==23.1.0
black==23.1.0
c2a-pytest-gaia @ git+https://github.com/arkedge/[email protected]
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v4
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v2.0.0
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/Test/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-e file:.
anyio==3.7.1
c2a-pytest-gaia @ git+https://github.com/arkedge/[email protected]
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v4
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v2.0.0
certifi==2023.7.22
charset-normalizer==3.2.0
grpcio==1.54.3
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/src/src_user/Test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

requires-python = ">= 3.7"
dependencies = [
"c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v4",
"c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v2.0.0",
"isslwings @ git+https://github.com/ut-issl/[email protected]",
"c2a-pytest-gaia @ git+https://github.com/arkedge/[email protected]",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/src/src_user/Test/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyio==3.7.1
attrs==23.1.0
black==23.1.0
c2a-pytest-gaia @ git+https://github.com/arkedge/[email protected]
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v4
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v2.0.0
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/src/src_user/Test/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-e file:.
anyio==3.7.1
c2a-pytest-gaia @ git+https://github.com/arkedge/[email protected]
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v4
c2aenum @ git+https://github.com/ut-issl/c2a-enum-loader@ae-v2.0.0
certifi==2023.7.22
charset-normalizer==3.2.0
grpcio==1.54.3
Expand Down

0 comments on commit bba9bdc

Please sign in to comment.