Skip to content

Commit

Permalink
Merge branch 'master' into feature/test-more-pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant authored May 29, 2021
2 parents 0dd0cf9 + 4c3759f commit 6fd1539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Changed
- [PR 52](https://github.com/salesforce/django-declarative-apis/pull/52) Update cryptography and coverage dependencies
- [PR 53](https://github.com/salesforce/django-declarative-apis/pull/53) Update dev dependencies: flake8, bandit, ipython
- [PR 56](https://github.com/salesforce/django-declarative-apis/pull/56) Add Python 3.8 and 3.9 to Travis CI testing

# [0.22.2] - 2020-08-11
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bandit~=1.6
bandit~=1.7
black==19.3b0
bumpversion~=0.5
coverage~=5.0
flake8~=3.7.0
ipython==4.2.1
flake8~=3.9.0
ipython~=7.0
mock==2.0.0
oauth2==1.9.0.post1
pyyaml~=5.3
Expand Down

0 comments on commit 6fd1539

Please sign in to comment.