-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/veracode/veracode-api-py in…
…to identity-roles
- Loading branch information
Showing
10 changed files
with
74 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = 'veracode_api_py' | ||
version = '0.9.49' | ||
version = '0.9.51' | ||
authors = [ {name = "Tim Jarrett", email="[email protected]"} ] | ||
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.' | ||
readme = 'README.md' | ||
|
@@ -22,4 +22,4 @@ dependencies = {file = ["requirements.txt"]} | |
[project.urls] | ||
"Homepage" = "https://github.com/veracode/veracode-api-py" | ||
"Bug Tracker" = "https://github.com/veracode/veracode-api-py/issues" | ||
"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0949.tar.gz" | ||
"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0951.tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
requests>=2.31.0 | ||
requests>=2.32.0 | ||
veracode-api-signing>=22.3.0 | ||
urllib3>= 2.2.2 | ||
Pygments>= 2.9.0 | ||
idna>=3.7 | ||
idna>=3.7 | ||
certifi>=2024.7.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
setup( | ||
name = 'veracode_api_py', | ||
packages = ['veracode_api_py'], | ||
version = '0.9.49', | ||
version = '0.9.51', | ||
license='MIT', | ||
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.', | ||
long_description = long_description, | ||
long_description_content_type="text/markdown", | ||
author = 'Tim Jarrett', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/tjarrettveracode', | ||
download_url = 'https://github.com/veracode/veracode-api-py/archive/v_0949.tar.gz', | ||
download_url = 'https://github.com/veracode/veracode-api-py/archive/v_0951.tar.gz', | ||
keywords = ['veracode', 'veracode-api'], | ||
install_requires=[ | ||
'veracode-api-signing' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters