Skip to content

Commit 99646a7

Browse files
authored
chore: update cryptography and coverage dependencies (#52)
* Expand cryptography range to 3.4.7 * Fix coverage * Update CHANGELOG Plus minor CHANGELOG fixup
1 parent 0eda8aa commit 99646a7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# [0.22.3] - 2021-05-18
8+
# [unreleased] - YYYY-MM-DD
99
### Fixed
1010
- [PR 55](https://github.com/salesforce/django-declarative-apis/pull/55) Backwards compatibility fix for field expansion headers, update example app
1111

12+
### Changed
13+
- [PR 52](https://github.com/salesforce/django-declarative-apis/pull/52) Update cryptography and coverage dependencies
14+
1215
# [0.22.2] - 2020-08-11
1316
### Fixed
14-
- [PR](https://github.com/salesforce/django-declarative-apis/pull/48) Apply filters to dict values
17+
- [PR 48](https://github.com/salesforce/django-declarative-apis/pull/48) Apply filters to dict values
1518

1619
# [0.22.1] - 2020-08-11
1720
### Fixed
18-
- [PR]() Fix travis config
21+
- [PR 46](https://github.com/salesforce/django-declarative-apis/pull/46) Fix travis config
1922

2023
# [0.22.0] - 2020-08-11
2124
### Added

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bandit~=1.6
22
black==19.3b0
33
bumpversion~=0.5
4-
coverage==4.3.4
4+
coverage~=5.0
55
flake8~=3.7.0
66
ipython==4.2.1
77
mock==2.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django~=2.2.0
22
celery>=4.0.2,<=4.4.0,!=4.1.0
3-
cryptography>=2.0,<=2.6
3+
cryptography>=2.0,<=3.4.7
44
decorator==4.0.11
55
django-dirtyfields>=1.2.1
66
oauthlib[signedtoken,rsa]>=2.0.6,<3.1.0

0 commit comments

Comments
 (0)