Capitains / HookTest

Testing script for Hook
Mozilla Public License 2.0
3 stars 3 forks source link

Bump validators from 0.12.2 to 0.12.6 #153

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps validators from 0.12.2 to 0.12.6.

Changelog *Sourced from [validators's changelog](https://github.com/kvesteri/validators/blob/master/CHANGES.rst).* > 0.12.6 (2019-05-08) > ^^^^^^^^^^^^^^^^^^^ > > - Fixed domain validator for single character domains ([#118](https://github-redirect.dependabot.com/kvesteri/validators/issues/118), pull request courtesy kingbuzzman) > > > 0.12.5 (2019-04-15) > ^^^^^^^^^^^^^^^^^^^ > > - Fixed py37 support ([#113](https://github-redirect.dependabot.com/kvesteri/validators/issues/113), pull request courtesy agiletechnologist) > > > 0.12.4 (2019-01-02) > ^^^^^^^^^^^^^^^^^^^ > > - Use inspect.getfullargspec() in py3 ([#110](https://github-redirect.dependabot.com/kvesteri/validators/issues/110), pull request courtesy riconnon) > > > 0.12.3 (2018-11-13) > ^^^^^^^^^^^^^^^^^^^ > > - Added `allow_temporal_ssn` parameter to fi_ssn validator ([#97](https://github-redirect.dependabot.com/kvesteri/validators/issues/97), pull request courtesy quantus) > - Remove py33 support
Commits - See full diff in [compare view](https://github.com/kvesteri/validators/commits)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Capitains/HookTest/network/alerts).
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.722% when pulling 5d72dfead158f0b224162a8c981e96b198d3b080 on dependabot/pip/validators-0.12.6 into c695aadb65e2592d5b0fb7feee3013fdfbda8449 on master.

sonofmun commented 4 years ago

I took your advice here @rillian . We'll see if it breaks anything.

rillian commented 4 years ago

Thanks @sonofmun. Could you please push an updated package to pypi so I can update this in my projects?

rillian commented 4 years ago

Ah, I see you've already queued the version bump.

rillian commented 4 years ago

Upstream has moved on (currently to 0.14) so it's unlikely there will be breaking changes within semver compatibility.

The new requirements.txt is pulling in 0.14.1, so this is a more optimistic statement than I intended. Sorry, it looks like Python semver treats pre-1.0 compatibility differently than Rust semver.

In any case, seems to work. As you say, we'll see if something breaks...