Skip to content

Commit

Permalink
Dependabot/pip/bleach 3.1.4 - Bump version 0.0.9 (#22)
Browse files Browse the repository at this point in the history
* Bump bleach from 3.1.2 to 3.1.4

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/mozilla/bleach/releases)
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES)
- [Commits](mozilla/bleach@v3.1.2...v3.1.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Updated bleach version

* Bumped to 0.0.9

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Dextroz and dependabot[bot] committed Apr 27, 2020
1 parent 5e96ed5 commit 8168a34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ pprint(resp)

## Changelog

* 0.0.9 - Update dependencies for security vulnerability.

* 0.0.8 - Updated dependencies, removed method `file_rescan`

* 0.0.7 - Added tests. Updated dependencies, Updated examples and README, `url_report` param `scan` now accepts `type(int)`, **no** longer `type(str)`
Expand Down
Binary file modified requirements.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="virustotal-python",
version="0.0.8",
version="0.0.9",
author="Dextroz",
description="A light wrapper around the public VirusTotal API.",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion virustotal_python/virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, API_KEY: str = None, PROXIES: dict = None):
self.API_KEY = API_KEY
self.PROXIES = PROXIES
self.BASEURL = "https://www.virustotal.com/vtapi/v2/"
self.VERSION = "0.0.8"
self.VERSION = "0.0.9"
self.headers = {
"Accept-Encoding": "gzip, deflate",
"User-Agent": f"gzip, virustotal-python {self.VERSION}",
Expand Down

0 comments on commit 8168a34

Please sign in to comment.