-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updated versions of dependencies #197
Merged
ckunki
merged 28 commits into
main
from
security/#187-Fixed_vulnerabilities_by_updating_dependencies
Feb 19, 2024
Merged
Updated versions of dependencies #197
ckunki
merged 28 commits into
main
from
security/#187-Fixed_vulnerabilities_by_updating_dependencies
Feb 19, 2024
Conversation
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
Switched to python 3.10
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 14, 2024 14:27 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 14, 2024 14:30 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 14, 2024 14:32 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 15, 2024 13:06 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 15, 2024 13:17 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 15, 2024 14:33 — with
GitHub Actions
Failure
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 15, 2024 14:34 — with
GitHub Actions
Failure
To enable using latest version of ansible-core. Needed to add dependency to importlib-metadata as sno longer provisioned with python 3.10.
tkilias
reviewed
Feb 16, 2024
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/access_store_ui.ipynb
Outdated
Show resolved
Hide resolved
…ing_dependencies [CodeBuild]
in templates/release_code_build.jinja.yaml and templates/ci_code_build.jinja.yaml
tkilias
requested changes
Feb 19, 2024
""" | ||
tmp_file = Path(tmp_path) / "key_file_manager.data" | ||
q = mp.Queue() | ||
p = mp.Process(target=create_key_pair_and_serialize, args=(tmp_file, q, default_asset_id)) | ||
p = mp.Process(target=create_key_pair_and_serialize, args=( | ||
local_stack_aws_access, tmp_file, q, default_asset_id)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forwarding local_stack_aws_access to the process is, in my option, not the best idea, because it might get serialized.
tkilias
approved these changes
Feb 19, 2024
ckunki
deleted the
security/#187-Fixed_vulnerabilities_by_updating_dependencies
branch
February 19, 2024 12:03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #187