hydrosquall / tiingo-python

Python client for interacting with the Tiingo Financial Data API (stock ticker and news data)
https://pypi.org/project/tiingo/
MIT License
243 stars 51 forks source link

Update cryptography to 42.0.4 #955

Closed pyup-bot closed 4 months ago

pyup-bot commented 4 months ago

This PR updates cryptography from 42.0.3 to 42.0.4.

Changelog ### 42.0.4 ``` ~~~~~~~~~~~~~~~~~~~ * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS12 bundle. Credit to **Alexander-Programming** for reporting the issue. **CVE-2024-26130** * Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields ``SMIMECapabilities`` and ``SignatureAlgorithmIdentifier`` should now be correctly encoded according to the definitions in :rfc:`2633` :rfc:`3370`. .. _v42-0-3: ```
Links - PyPI: https://pypi.org/project/cryptography - Changelog: https://data.safetycli.com/changelogs/cryptography/
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (178ec42) 90.47% compared to head (61e7f1f) 90.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #955 +/- ## ======================================= Coverage 90.47% 90.47% ======================================= Files 6 6 Lines 294 294 ======================================= Hits 266 266 Misses 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pyup-bot commented 4 months ago

Closing this in favor of #958