Skip to content

Address vulnerabilities with dependencies and fix deprecated datetime command#265

Merged
cwlacewe merged 1 commit intodevelopfrom
update_deps_dependabot
Feb 19, 2025
Merged

Address vulnerabilities with dependencies and fix deprecated datetime command#265
cwlacewe merged 1 commit intodevelopfrom
update_deps_dependabot

Conversation

@cwlacewe
Copy link
Copy Markdown
Contributor

Closes #262
Closes #264
Fix deprecation of datetime.datetime.utcnow()

@github-actions
Copy link
Copy Markdown
Contributor

Target CPP Coverage: 64.1421%
Source CPP Coverage: 64.1421%

Target Python Coverage: 98.02%
Source Python Coverage: 98.02%


issuer = issuer_certificate.subject

current_time = datetime.datetime.now(datetime.timezone.utc).replace(tzinfo=None)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated but it works for me

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're in separate functions

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my mistake, you're right. :)

Copy link
Copy Markdown
Contributor

@rolandoquesada rolandoquesada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good to me. Thank you

@cwlacewe cwlacewe merged commit 195b3c6 into develop Feb 19, 2025
6 of 7 checks passed
@cwlacewe cwlacewe deleted the update_deps_dependabot branch February 19, 2025 23:44
@cwlacewe cwlacewe added this to the v2.11.0 Tasks milestone Feb 26, 2025
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.

2 participants