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

Updated versions of dependencies #197

Merged

Conversation

ckunki
Copy link
Contributor

@ckunki ckunki commented Feb 14, 2024

Closes #187

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

To enable using latest version of ansible-core.
Needed to add dependency to importlib-metadata as sno longer provisioned with
python 3.10.
in templates/release_code_build.jinja.yaml
and templates/ci_code_build.jinja.yaml
doc/changes/changes_0.2.1.md Show resolved Hide resolved
doc/changes/changes_0.2.1.md Show resolved Hide resolved
doc/changes/changes_0.2.1.md Show resolved Hide resolved
test/aws_local_stack_access.py Outdated Show resolved Hide resolved
"""
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))
Copy link
Collaborator

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.

test/integration/test_serialization.py Outdated Show resolved Hide resolved
@ckunki ckunki merged commit cb659d3 into main Feb 19, 2024
6 checks passed
@ckunki 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix vulnerabilities
2 participants