Skip to content

Commit

Permalink
chore: update cryptography and coverage dependencies (#52)
Browse files Browse the repository at this point in the history
* Expand cryptography range to 3.4.7

* Fix coverage

* Update CHANGELOG

Plus minor CHANGELOG fixup
  • Loading branch information
bgrant authored May 28, 2021
1 parent 0eda8aa commit 99646a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

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

### Changed
- [PR 52](/~https://github.com/salesforce/django-declarative-apis/pull/52) Update cryptography and coverage dependencies

# [0.22.2] - 2020-08-11
### Fixed
- [PR](/~https://github.com/salesforce/django-declarative-apis/pull/48) Apply filters to dict values
- [PR 48](/~https://github.com/salesforce/django-declarative-apis/pull/48) Apply filters to dict values

# [0.22.1] - 2020-08-11
### Fixed
- [PR]() Fix travis config
- [PR 46](/~https://github.com/salesforce/django-declarative-apis/pull/46) Fix travis config

# [0.22.0] - 2020-08-11
### Added
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bandit~=1.6
black==19.3b0
bumpversion~=0.5
coverage==4.3.4
coverage~=5.0
flake8~=3.7.0
ipython==4.2.1
mock==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django~=2.2.0
celery>=4.0.2,<=4.4.0,!=4.1.0
cryptography>=2.0,<=2.6
cryptography>=2.0,<=3.4.7
decorator==4.0.11
django-dirtyfields>=1.2.1
oauthlib[signedtoken,rsa]>=2.0.6,<3.1.0

0 comments on commit 99646a7

Please sign in to comment.