Skip to content

Commit

Permalink
[2.0.4] Update changelog; bump requests and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-wong committed Aug 29, 2021
1 parent 1d3ccef commit 3b43451
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.0.4] - 2021-08-29
### Security
- Updated `requests` and its dependencies.

## [2.0.3] - 2021-06-01
### Security
- Updated `urllib3`.
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
cachetools==3.1.1
certifi==2019.9.11
certifi==2021.5.30
chardet==3.0.4
charset-normalizer==2.0.4
google-api-core==1.26.2
google-api-python-client==2.0.2
google-auth==1.28.0
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.0
googleapis-common-protos==1.53.0
httplib2==0.19.0
idna==2.8
idna==3.2
oauthlib==3.1.0
packaging==20.9
pendulum==2.0.5
Expand All @@ -20,9 +21,9 @@ python-dateutil==2.8.0
pytz==2021.1
pytzdata==2019.3
PyYAML==5.4
requests==2.22.0
requests==2.26.0
requests-oauthlib==1.2.0
rsa==4.7.2
six==1.15.0
uritemplate==3.0.0
urllib3==1.26.5
urllib3==1.26.6

0 comments on commit 3b43451

Please sign in to comment.