Skip to content

Commit 1c858be

Browse files
mike-ganglDrew Meyers
andauthored
Dependency update (#49)
* chore: bump version * chore: update poetry lock? * updated release date after release of ogc-client code * updated poetry version * updated CHANGELOG --------- Co-authored-by: Drew Meyers <drew.meyers@jpl.nasa.gov>
1 parent 5dcac2f commit 1c858be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unity-py-python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Poetry
100100
uses: abatilo/actions-poetry@v2.0.0
101101
with:
102-
poetry-version: "1.5.1"
102+
poetry-version: "1.8.3"
103103
# Commented out the version bump code. Will publish new unity-py version to pypi on push to main.
104104
# This means we are always releasing. This will fail if the version already exists in Pypi.
105105
# We must ensure that the version has been updated.

libs/unity-py/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
### Fixed
13-
13+
* updated poetry build for 'version' workflow
1414
### Changed
1515

1616
Updated the usage of the OGC Processes Client to conform more closely to OGC Processes API spec.

0 commit comments

Comments
 (0)