Skip to content

Commit 4c3759f

Browse files
authored
chore: update easy dev dependencies (#53)
* Update bandit, flake8, ipython * Update CHANGELOG
1 parent 99646a7 commit 4c3759f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
### Changed
1313
- [PR 52](https://github.com/salesforce/django-declarative-apis/pull/52) Update cryptography and coverage dependencies
14+
- [PR 53](https://github.com/salesforce/django-declarative-apis/pull/53) Update dev dependencies: flake8, bandit, ipython
1415

1516
# [0.22.2] - 2020-08-11
1617
### Fixed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
bandit~=1.6
1+
bandit~=1.7
22
black==19.3b0
33
bumpversion~=0.5
44
coverage~=5.0
5-
flake8~=3.7.0
6-
ipython==4.2.1
5+
flake8~=3.9.0
6+
ipython~=7.0
77
mock==2.0.0
88
oauth2==1.9.0.post1
99
pyyaml~=5.3

0 commit comments

Comments
 (0)