PXMYH / helios

Real Estate Rental Info Data Collector
https://beast-helios.herokuapp.com/
MIT License
2 stars 2 forks source link

Bump asn1crypto from 0.24.0 to 1.2.0 #92

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps asn1crypto from 0.24.0 to 1.2.0.

Changelog *Sourced from [asn1crypto's changelog](https://github.com/wbond/asn1crypto/blob/master/changelog.md).* > ## 1.2.0 > > - Added `asn1crypto.load_order()`, which returns a `list` of unicode strings > of the names of the fully-qualified module names for all of submodules of > the package. The module names are listed in their dependency load order. > This is primarily intended for the sake of implementing hot reloading. > > ## 1.1.0 > > - Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()` > - Added various EC named curves to `keys.NamedCurve()` > > ## 1.0.1 > > - Fix an absolute import in `keys` to a relative import > > ## 1.0.0 > > - Backwards Compatibility Breaks > - `cms.KeyEncryptionAlgorithmId().native` now returns the value > `"rsaes_pkcs1v15"` for OID `1.2.840.113549.1.1.1` instead of `"rsa"` > - Removed functionality to calculate public key values from private key > values. Alternatives have been added to oscrypto. > - `keys.PrivateKeyInfo().unwrap()` is now > `oscrypto.asymmetric.PrivateKey().unwrap()` > - `keys.PrivateKeyInfo().public_key` is now > `oscrypto.asymmetric.PrivateKey().public_key.unwrap()` > - `keys.PrivateKeyInfo().public_key_info` is now > `oscrypto.asymmetric.PrivateKey().public_key.asn1` > - `keys.PrivateKeyInfo().fingerprint` is now > `oscrypto.asymmetric.PrivateKey().fingerprint` > - `keys.PublicKeyInfo().unwrap()` is now > `oscrypto.asymmetric.PublicKey().unwrap()` > - `keys.PublicKeyInfo().fingerprint` is now > `oscrypto.asymmetric.PublicKey().fingerprint` > - Enhancements > - Significantly improved parsing of `core.UTCTime()` and > `core.GeneralizedTime()` values that include timezones and fractional > seconds > - `util.timezone` has a more complete implementation > - `core.Choice()` may now be constructed by a 2-element tuple or a 1-key > dict > - Added `x509.Certificate().not_valid_before` and > `x509.Certificate().not_valid_after` > - Added `core.BitString().unused_bits` > - Added `keys.NamedCurve.register()` for non-mainstream curve OIDs > - No longer try to load optional performance dependency, `libcrypto`, > on Mac or Linux > - `ocsp.CertStatus().native` will now return meaningful unicode string > values when the status choice is `"good"` or `"unknown"`. Previously > ... (truncated)
Commits - [`631da46`](https://github.com/wbond/asn1crypto/commit/631da4609dc240c08e7d73553f4488994ff6570d) Version 1.2.0 - [`2961615`](https://github.com/wbond/asn1crypto/commit/296161599a31121431b146ab661459a935f50185) Remove comments in load_order() showing dependencies - [`164235f`](https://github.com/wbond/asn1crypto/commit/164235f18dd69a74de30c7395f77c9b191ca3463) Add asn1crypto.load_order() - [`e634812`](https://github.com/wbond/asn1crypto/commit/e6348125558c59a5ded98d1b634f6ca2bda50746) Version 1.1.0 - [`4b0557e`](https://github.com/wbond/asn1crypto/commit/4b0557ef181286dfe62b96b39358775ecb06dcd9) Add more (legacy) OIDs to keys.NamedCurve() - [`fe9339a`](https://github.com/wbond/asn1crypto/commit/fe9339a5cdb44ff634ac18d66d6ab76a5f07be81) Merge pull request [#156](https://github-redirect.dependabot.com/wbond/asn1crypto/issues/156) from space88man/add-user-id - [`ed33d3f`](https://github.com/wbond/asn1crypto/commit/ed33d3f79521bd122bf5754a3f10b5c485898392) Add UID attribute from RFC4519 - [`47f27a2`](https://github.com/wbond/asn1crypto/commit/47f27a292e0312e6a282064a28e354b952430387) Version 1.0.1 - [`a8fa8c5`](https://github.com/wbond/asn1crypto/commit/a8fa8c53bd8bef30954a5ff51dab9fdae32e3070) Fix an absolute import that should have been relative - [`fcbba29`](https://github.com/wbond/asn1crypto/commit/fcbba299234325920f6cf042cbb062f4cfdb3ec0) Version 1.0.0 - Additional commits viewable in [compare view](https://github.com/wbond/asn1crypto/compare/0.24.0...1.2.0)


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 5 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #92   +/-   ##
======================================
  Coverage    2.38%   2.38%           
======================================
  Files          11      11           
  Lines         294     294           
======================================
  Hits            7       7           
  Misses        287     287

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8564f3a...4f92bd3. Read the comment docs.