Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump validators from 0.21.2 to 0.22.0 #605

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps validators from 0.21.2 to 0.22.0.

Release notes

Sourced from validators's releases.

0.22.0

What's Changed

  • Breaking:
    • API changes in validators.ipv4 and validators.ipv6 functions
      • strict parameter now correctly validates IP addresses strictly in CIDR notation
      • host_bit parameter distinguishes between network and host IP address

New Contributors

Full Changelog: python-validators/validators@0.21.2...0.22.0

Changelog

Sourced from validators's changelog.

0.22.0 (2023-09-02)

What's Changed

  • Breaking:
    • API changes in validators.ipv4 and validators.ipv6 functions
      • strict parameter now correctly validates IP addresses strictly in CIDR notation
      • host_bit parameter distinguishes between network and host IP address

New Contributors

Full Changelog: 0.21.2...0.22.0

Commits
  • 71b40bd Merge pull request #295 from joe733/workshop
  • 91dad61 fix: strict CIDR IP validation; bump version
  • 99b425a Merge pull request #294 from joe733/workshop
  • 41f3d6d fix: simple hostname validation regex
  • 7c02da3 Merge pull request #291 from tswfi/update_changesmd_to_contain_validationerro...
  • 8d72f55 Change wording after review
  • a0ed3ec Add note about ValidationFailure to ValidationError in changes.md
  • 9e94fee Merge pull request #289 from adrienthiery/fix/hashtag-url
  • 4015e8e fix: url validator considers urls with /#/ as valid
  • ee088fa chore: update deps, readme, docs
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner September 4, 2023 04:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Conventional Commits Report

😢 No conventional commits found.

👉 Learn more about the conventional commits usage at Greenbone.

Bumps [validators](https://github.com/python-validators/validators) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/python-validators/validators/releases)
- [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
- [Commits](python-validators/validators@0.21.2...0.22.0)

---
updated-dependencies:
- dependency-name: validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/validators-0.22.0 branch from 765d63e to 9303689 Compare September 4, 2023 09:10
@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Merging #605 (765d63e) into main (6bb9a6a) will not change coverage.
Report is 3 commits behind head on main.
The diff coverage is n/a.

❗ Current head 765d63e differs from pull request most recent head 9303689. Consider uploading reports for the commit 9303689 to get more accurate results

@@           Coverage Diff           @@
##             main     #605   +/-   ##
=======================================
  Coverage   78.20%   78.20%           
=======================================
  Files          80       80           
  Lines        2698     2698           
  Branches      571      571           
=======================================
  Hits         2110     2110           
  Misses        441      441           
  Partials      147      147           

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cfi-gb
Copy link
Member

cfi-gb commented Sep 4, 2023

Merging this update might solve currently false positives in the URL validation as mentioned in:

#594 (comment)

@n-thumann n-thumann merged commit 923eb25 into main Sep 5, 2023
10 of 11 checks passed
@n-thumann n-thumann deleted the dependabot/pip/validators-0.22.0 branch September 5, 2023 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants