Skip to content

Commit

Permalink
Bump cryptography from 37.0.4 to 38.0.3 (#35)
Browse files Browse the repository at this point in the history
* Bump cryptography from 37.0.4 to 38.0.3

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 38.0.3.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@37.0.4...38.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update CHANGELOG.rst

* Update tox.ini

* Update settings.py

* Update pyproject.toml

* Update poetry.lock

* disable numerical tests

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jannik Michelfeit <[email protected]>
  • Loading branch information
dependabot[bot] and jannikmi authored Dec 10, 2022
1 parent e404f48 commit 25d1078
Show file tree
Hide file tree
Showing 6 changed files with 980 additions and 767 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ idea:
- the evaluation of subtrees is independent and could theoretically be done in parallel
probably not worth the effort. more reasonable to just evaluate multiple polynomials in parallel

3.0.5 (2022-12-10)
__________________

* bump pytest dependency version to ``>=7,<8`` (vulnerability fix)
* less strict dependency pinning to support python 3.11
* added python 3.11 tests (not yet supporting numba)
* disabled numerical stability tests due to missing numpy support for high precision 128-bit float on arm64 architecture

3.0.4 (2022-07-10)
__________________
Expand Down
Loading

0 comments on commit 25d1078

Please sign in to comment.