Skip to content

Commit

Permalink
Update cryptographic libraries (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Feb 23, 2024
1 parent d6aa8b2 commit 64698fc
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 431 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.11.3](https://github.com/baking-bad/pytezos/compare/3.11.2...3.11.3) (2024-02-23)

### Fixed

* Updated cryptographic libraries

## [3.11.2](https://github.com/baking-bad/pytezos/compare/3.11.1...3.11.2) (2024-02-22)

### Fixed
Expand Down
172 changes: 86 additions & 86 deletions poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8.1,<3.12"
attrs = ">=21.4.0"
base58 = "^2.1.1"
cattrs = ">=22.1.0"
click = "^8.1.3"
cryptography = "^41.0.0"
cryptography = ">=42.0.4"
deprecation = "^2.1.0"
docker = "^6.0.0"
fastecdsa = "^2.2.3"
jsonschema = "^4.3.2"
mnemonic = "^0.20"
mnemonic = "^0.21"
netstruct = "^1.1.2"
notebook = "^6.5.6"
ply = "^3.11"
py-ecc = "^6.0.0"
py-ecc = "^7.0.0"
pysodium = "^0.7.10"
python-dateutil = "^2.8.2"
requests = "^2.28.2"
Expand Down
Loading

0 comments on commit 64698fc

Please sign in to comment.