-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from zowe/dependabot/pip/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0
- Loading branch information
Showing
10 changed files
with
19 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,27 +10,25 @@ | |
name="zowe_core_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - Core package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[ | ||
"commentjson~=0.9.0", | ||
"deepmerge~=1.1.0", | ||
"jsonschema~=4.17.3", | ||
"pyyaml~=6.0.1", | ||
"requests~=2.31.0", | ||
"requests~=2.32.0", | ||
"urllib3~=1.26.18", | ||
], | ||
extras_require={ | ||
"secrets": [resolve_sdk_dep("secrets", "~=" + __version__)] | ||
}, | ||
extras_require={"secrets": [resolve_sdk_dep("secrets", "~=" + __version__)]}, | ||
packages=find_namespace_packages(include=["zowe.*"]), | ||
) |
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 |
---|---|---|
|
@@ -24,15 +24,15 @@ def resolve_sdk_dep(sdk_name, version_spec): | |
name="zowe", | ||
version=__version__, | ||
description="Zowe Python SDK", | ||
long_description=open("../README.md", 'r').read(), | ||
long_description=open("../README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[ | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_console_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS Console package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_files_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS Files package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_jobs_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS Jobs package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_tso_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS TSO package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zosmf_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OSMF package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|