time_series_anomaly_detection_examples
time_series_anomaly_detection_examples copied to clipboard
Bump rsa from 4.0 to 4.9 in /python
Bumps rsa from 4.0 to 4.9.
Changelog
Sourced from rsa's changelog.
Version 4.9 - release 2022-07-20
- Remove debug logging from
rsa/key.py(#194).- Remove overlapping slots in
PrivateKeyandPublicKey. (#189).- Do not include CHANGELOG/LICENSE/README.md in wheel (#191).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (#188).
Version 4.8 - released 2021-11-24
- Switch to Poetry for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using
raise new_exception from old_exception(#157)- Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (#136).
- Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (#163).
Version 4.7.2 - released 2021-02-24
- Fix picking/unpickling issue introduced in 4.7 (#173)
Version 4.7.1 - released 2021-02-15
- Fix threading issue introduced in 4.7 (#173)
Version 4.7 - released 2021-01-10
- Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code
- Add padding length check as described by PKCS#1 v1.5 (Fixes #164)
- Reuse of blinding factors to speed up blinding operations. Fixes #162.
- Declare & test support for Python 3.9
Version 4.4 & 4.6 - released 2020-06-12
Version 4.4 and 4.6 are almost a re-tagged release of version 4.2. It requires Python 3.5+. To avoid older Python installations from trying to upgrade to RSA
... (truncated)
Commits
c4dc7beREADME.md: Final publishing tweaks1ee1afeBumped version to 4.980eb1b1update_version.sh: include README.md in example commit command7d2c6b2Mark 4.9 as released today42a9b2fFix README.md updating part of update_version.sh78f738dAdd instructions on how to publish via Twinee59132dUpgrade Sphynx 4.3 -> 5.0.2ce5a32fFix #199: Sphinx warnings reference target not found0e3e548Doc: add-noption to Sphinx to show warningsf0e194aUpdate CHANGELOG.md- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)