Skip to content

Commit 9f89bbd

Browse files
authored
Merge pull request #24 from exonet/dependency-update
Dependency update
2 parents 2334ade + 92b50f7 commit 9f89bbd

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to `exonet-api-python` will be documented in this file.
55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

77
## [Unreleased]
8-
[Compare 3.0.1 - Unreleased](https://github.com/exonet/exonet-api-python/compare/3.0.1...master)
8+
[Compare 3.0.2 - Unreleased](https://github.com/exonet/exonet-api-python/compare/3.0.2...master)
9+
10+
## [3.0.2](https://github.com/exonet/exonet-api-python/releases/tag/3.0.2) - 2020-08-06
11+
[Compare 3.0.1 - 3.0.2](https://github.com/exonet/exonet-api-python/compare/3.0.1...3.0.2)
12+
### Changed
13+
- Dependencies have been updated. The old `urllib3` version had a vulnerability that is now fixed.
914

1015
## [3.0.1](https://github.com/exonet/exonet-api-python/releases/tag/3.0.1) - 2020-10-05
1116
[Compare 3.0.0 - 3.0.1](https://github.com/exonet/exonet-api-python/compare/3.0.0...3.0.1)

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ chardet==3.0.4
33
coverage==5.3
44
idna==2.10
55
inflection==0.5.1
6-
requests==2.24.0
7-
urllib3==1.25.10
6+
requests==2.26.0
7+
urllib3==1.26.6
88
pycodestyle==2.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='exonetapi',
21-
version='3.0.1',
21+
version='3.0.2',
2222

2323
description='Library to interact with the Exonet API.',
2424
long_description=long_description,

0 commit comments

Comments
 (0)