Skip to content

Commit

Permalink
Merge pull request #109 from OpShin/dependabot/pip/dev/black-23.3.0
Browse files Browse the repository at this point in the history
Bump black from 22.12.0 to 23.3.0
  • Loading branch information
nielstron authored Mar 31, 2023
2 parents e7def67 + 666e1e1 commit dbf2efe
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
1 change: 1 addition & 0 deletions examples/complex_datum.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Withdraw(PlutusData):

OrderStep = Union[Deposit, Withdraw]


# inspired by https://github.com/MuesliSwapTeam/muesliswap-cardano-pool-contracts/blob/main/dex/src/MuesliSwapPools/BatchOrder/Types.hs
@dataclass()
class BatchOrder(PlutusData):
Expand Down
1 change: 1 addition & 0 deletions opshin/prelude.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from pycardano import Datum as Anything, PlutusData


# Plutus V2
@dataclass()
class TxId(PlutusData):
Expand Down
44 changes: 29 additions & 15 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ frozenlist = "1.3.3"
[tool.poetry.group.dev.dependencies]
hypothesis = "6.70.1"
parameterized = "0.9.0"
black = "22.12.0"
black = "23.3.0"
pre-commit = "^3.1.1"
coverage = "<7.0"
pytest = "^7.2.2"
Expand Down

0 comments on commit dbf2efe

Please sign in to comment.