Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pip audit workflow #324

Merged
merged 4 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lock down version of secrets sdk
Signed-off-by: Timothy Johnson <[email protected]>
t1m0thyj committed Aug 26, 2024
commit 8e2309f963f956d05968fa1ba36f825de316a8e5
2 changes: 1 addition & 1 deletion src/core/setup.py
Original file line number Diff line number Diff line change
@@ -40,6 +40,6 @@
"requests~=2.32.0",
"urllib3~=1.26.18",
],
extras_require={"secrets": [resolve_sdk_dep("secrets", "~=" + __version__)]},
extras_require={"secrets": [resolve_sdk_dep("secrets", "~=1.0.0.dev")]},
packages=find_namespace_packages(include=["zowe.*"]),
)