Skip to content

Commit

Permalink
Dependency update (#49)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
mike-gangl and Drew Meyers authored Nov 21, 2024
1 parent 5dcac2f commit 1c858be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unity-py-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: "1.5.1"
poetry-version: "1.8.3"
# Commented out the version bump code. Will publish new unity-py version to pypi on push to main.
# This means we are always releasing. This will fail if the version already exists in Pypi.
# We must ensure that the version has been updated.
Expand Down
2 changes: 1 addition & 1 deletion libs/unity-py/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed

* updated poetry build for 'version' workflow
### Changed

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

0 comments on commit 1c858be

Please sign in to comment.