ripoul / url-shortener-api

an api to shorten some url
https://url-shortener.api.ripoul.fr/
MIT License
1 stars 0 forks source link

Bump pyasn1 from 0.4.7 to 0.4.8 #101

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pyasn1 from 0.4.7 to 0.4.8.

Release notes *Sourced from [pyasn1's releases](https://github.com/etingof/pyasn1/releases).* > ## Release 0.4.8 > This is a minor feature release: > > - Added ability to combine `SingleValueConstraint` and `PermittedAlphabetConstraint` objects into one for proper modeling `FROM ... EXCEPT ...` ASN.1 clause.
Changelog *Sourced from [pyasn1's changelog](https://github.com/etingof/pyasn1/blob/master/CHANGES.rst).* > Revision 0.4.8, released 16-11-2019 > =================================== > > - Added ability of combining SingleValueConstraint and PermittedAlphabetConstraint objects into one for proper modeling FROM ... EXCEPT ... ASN.1 clause.
Commits - [`70c1bbd`](https://github.com/etingof/pyasn1/commit/70c1bbde72f8b53f82ed1a7e00cb98fe51c1455f) Release 0.4.8 - [`c42c23e`](https://github.com/etingof/pyasn1/commit/c42c23e62f55910f73acc9777e5a7777a3987427) Allow combining constraints operating on sets ([#181](https://github-redirect.dependabot.com/etingof/pyasn1/issues/181)) - [`40d5a7f`](https://github.com/etingof/pyasn1/commit/40d5a7f27b8f56e103cdc83d3a294f02c5eb1496) Fix failing `OctetString` to unicode conversion tests on Py2 - [`bac135a`](https://github.com/etingof/pyasn1/commit/bac135a0ac35acb6ebefa683541fc34b920f7671) Improve open maps debugging in decoder - [`aa5eb55`](https://github.com/etingof/pyasn1/commit/aa5eb55ad9aaa67bf158c19864582ff7efb9854c) Prepare for 0.4.8 - See full diff in [compare view](https://github.com/etingof/pyasn1/compare/v0.4.7...v0.4.8)


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)
ripoul commented 4 years ago

@dependabot rebase

codecov[bot] commented 4 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files          12       12           
  Lines         521      521           
=======================================
  Hits          498      498           
  Misses         23       23