Skip to content

Commit

Permalink
updated dependencies (#17)
Browse files Browse the repository at this point in the history
* updated dependencies

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* updated CI workflow

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

---------

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
  • Loading branch information
eckelj authored Jun 14, 2023
1 parent ac815f1 commit 3f2652a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: 3.9

- name: Setup poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8

- name: Install dependencies
run: poetry install --with dev
Expand All @@ -64,7 +64,7 @@ jobs:
python-version: 3.9

- name: Setup poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8

- name: Install dependencies
run: poetry install --with dev
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.2] - 2023-06-14
### Fixed
- updated dependencies to remove outdated packages and dependency issues

## [0.8.1] - 2023-04-28
### Fixed
- removed code smell
Expand Down
66 changes: 31 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "planetmint-transactions"
version = "0.8.1"
version = "0.8.2"
description = "Python implementation of the planetmint transactions spec"
authors = ["Lorenz Herzberger <lorenzherzberger@gmail.com>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
planetmint-cryptoconditions = "^1.2.0"
planetmint-cryptoconditions = "^1.2.2"
base58 = "^2.1.1"
planetmint-py-cid = "^0.4.2"
planetmint-ipld = "^0.0.3"
Expand Down

0 comments on commit 3f2652a

Please sign in to comment.