DagsHub / fds

Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc
http://fastds.io
MIT License
382 stars 22 forks source link

Bump validators from 0.18.2 to 0.22.0 #150

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps validators from 0.18.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: https://github.com/python-validators/validators/compare/0.21.2...0.22.0

0.21.2

What's Changed

New Contributors

Full Changelog: 0.21.1...0.21.2

0.21.1

What's Changed

... (truncated)

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

0.21.2 (2023-08-07)

What's Changed

  • Breaking:

New Contributors

Full Changelog: 0.21.1...0.21.2

0.21.1 (2023-04-10)

... (truncated)

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
  • Additional commits viewable 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 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)