Skip to content

Commit 0a96708

Browse files
authored
chore(deps): Allow cryptography >3.4.8 (#114)
* Update oauthlib: A couple of methods were renamed in oauthlib 3.1.0 - [Renamed `construct_base_string` to `signature_base_string`](https://github.com/oauthlib/oauthlib/commit/42023d8303113073e31a57e1bbf70216b7120e20)
- [Renamed `normalize_base_string_uri` to `base-string_uri`](oauthlib/oauthlib@0ef0a9c) * Update CHANGELOG * Allow newer cryptography * CHANGELOG.md
1 parent 5aa5341 commit 0a96708

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- [PR 108](https://github.com/salesforce/django-declarative-apis/pull/108) Fix ReadTheDocs documentation build with pyproject.toml
1616

1717
### Changed
18+
- [PR 114](https://github.com/salesforce/django-declarative-apis/pull/114) Allow cryptography > 3.4.8
1819
- [PR 113](https://github.com/salesforce/django-declarative-apis/pull/113) Require oauthlib >= 3.1.0
1920
- [PR 109](https://github.com/salesforce/django-declarative-apis/pull/109) Update Github actions
2021
- [PR 107](https://github.com/salesforce/django-declarative-apis/pull/107) Update to use pyproject.toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dynamic = ["readme"]
1010
dependencies = [
1111
"Django >=3.2, <4",
1212
"celery>=4.0.2,!=4.1.0",
13-
"cryptography>=2.0,<=3.4.8",
13+
"cryptography>=2.0",
1414
"decorator==4.0.11",
1515
"django-dirtyfields>=1.2.1",
1616
"oauthlib[signedtoken,rsa]>=3.1.0",

0 commit comments

Comments
 (0)