Skip to content

Commit 38859d1

Browse files
authored
build(deps): update validators requirement from <0.35,>=0.29.0 to >=0.29.0,<0.36 (#663)
Updates the requirements on [validators](https://github.com/python-validators/validators) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-validators/validators/releases">validators's releases</a>.</em></p> <blockquote> <h2>0.35.0</h2> <p><em><strong>Breaking</strong></em> ⚠️</p> <ul> <li>Drops support for Python <code>v3.8</code>.</li> </ul> <p><em><strong>Features</strong></em></p> <ul> <li>Validator russian individual tax number by <a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/408">#408</a></li> <li>feat: allow custom URL scheme validation by <a href="https://github.com/e3krisztian"><code>@​e3krisztian</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/409">#409</a></li> <li>Refactor API: remove print from <code>ru_inn</code>, update description, and expose via <code>__init__</code> by <a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/419">#419</a></li> <li>Add Mir card validation support by <a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/420">#420</a></li> </ul> <p><em><strong>Maintenance</strong></em></p> <ul> <li>Update README.md by <a href="https://github.com/mattseymour"><code>@​mattseymour</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/400">#400</a></li> <li>fix(domain): accept .onion as a valid TLD by <a href="https://github.com/davidt99"><code>@​davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/402">#402</a></li> <li>fix(url): add hashtag to allowed fragment characters by <a href="https://github.com/davidt99"><code>@​davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/405">#405</a></li> <li>chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/414">#414</a></li> <li>Fix email regex issue 140 by <a href="https://github.com/cwisdo"><code>@​cwisdo</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/411">#411</a></li> <li>fix(uri): replace <code>lstrip(&quot;mailto:&quot;)</code> with manual prefix removal by <a href="https://github.com/max-moser"><code>@​max-moser</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/418">#418</a></li> <li>running <code>doctest</code> failes by <a href="https://github.com/d-chris"><code>@​d-chris</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/417">#417</a></li> <li>Fix: Allow Special DOI Cases Used in Public Administration Tests by <a href="https://github.com/MaurizioPilia"><code>@​MaurizioPilia</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/415">#415</a></li> <li>chore: formatting; sync dependencies by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/422">#422</a></li> <li>chore: prepare for new release by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/424">#424</a></li> <li>chore: updates changelog by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/425">#425</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mattseymour"><code>@​mattseymour</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/400">python-validators/validators#400</a></li> <li><a href="https://github.com/davidt99"><code>@​davidt99</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/402">python-validators/validators#402</a></li> <li><a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/408">python-validators/validators#408</a></li> <li><a href="https://github.com/e3krisztian"><code>@​e3krisztian</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/409">python-validators/validators#409</a></li> <li><a href="https://github.com/cwisdo"><code>@​cwisdo</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/411">python-validators/validators#411</a></li> <li><a href="https://github.com/max-moser"><code>@​max-moser</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/418">python-validators/validators#418</a></li> <li><a href="https://github.com/d-chris"><code>@​d-chris</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/417">python-validators/validators#417</a></li> <li><a href="https://github.com/MaurizioPilia"><code>@​MaurizioPilia</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/415">python-validators/validators#415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-validators/validators/compare/0.34.0...0.35.0"><code>0.34.0...0.35.0</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-validators/validators/blob/master/CHANGES.md">validators's changelog</a>.</em></p> <blockquote> <h2>0.35.0 (2025-05-01)</h2> <p><em><strong>Breaking</strong></em> ⚠️</p> <ul> <li>Drops support for Python <code>v3.8</code>.</li> </ul> <p><em><strong>Features</strong></em></p> <ul> <li>Validator russian individual tax number by <a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/408">#408</a></li> <li>feat: allow custom URL scheme validation by <a href="https://github.com/e3krisztian"><code>@​e3krisztian</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/409">#409</a></li> <li>Refactor API: remove print from <code>ru_inn</code>, update description, and expose via <code>__init__</code> by <a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/419">#419</a></li> <li>Add Mir card validation support by <a href="https://github.com/TheDrunkenBear"><code>@​TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/420">#420</a></li> </ul> <p><em><strong>Maintenance</strong></em></p> <ul> <li>Update README.md by <a href="https://github.com/mattseymour"><code>@​mattseymour</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/400">#400</a></li> <li>fix(domain): accept .onion as a valid TLD by <a href="https://github.com/davidt99"><code>@​davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/402">#402</a></li> <li>fix(url): add hashtag to allowed fragment characters by <a href="https://github.com/davidt99"><code>@​davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/405">#405</a></li> <li>chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/414">#414</a></li> <li>Fix email regex issue 140 by <a href="https://github.com/cwisdo"><code>@​cwisdo</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/411">#411</a></li> <li>fix(uri): replace <code>lstrip(&quot;mailto:&quot;)</code> with manual prefix removal by <a href="https://github.com/max-moser"><code>@​max-moser</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/418">#418</a></li> <li>running <code>doctest</code> failes by <a href="https://github.com/d-chris"><code>@​d-chris</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/417">#417</a></li> <li>Fix: Allow Special DOI Cases Used in Public Administration Tests by <a href="https://github.com/MaurizioPilia"><code>@​MaurizioPilia</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/415">#415</a></li> <li>chore: formatting; sync dependencies by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/422">#422</a></li> <li>chore: prepare for new release by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/424">#424</a></li> <li>chore: updates changelog by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/425">#425</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-validators/validators/compare/0.34.0...0.35.0"><code>0.34.0...0.35.0</code></a></p> <h2>0.34.0 (2024-09-03)</h2> <p><em><strong>Breaking</strong></em></p> <blockquote> <p>No breaking changes were introduced in this version.</p> </blockquote> <p><em><strong>Features</strong></em></p> <ul> <li>feat: cache IANA TLDs for faster lookups by <a href="https://github.com/salty-horse"><code>@​salty-horse</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/390">#390</a></li> </ul> <p><em><strong>Maintenance</strong></em></p> <ul> <li>chore: update dependencies by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/394">#394</a></li> <li>docs: adds configuration info by <a href="https://github.com/yozachar"><code>@​yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/395">#395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-validators/validators/compare/0.33.0...0.34.0"><code>0.33.0...0.34.0</code></a></p> <h2>0.33.0 (2024-07-15)</h2> <p><em><strong>Breaking</strong></em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-validators/validators/commit/75788ed9e116fe3bf1bb9699f1696e7f7e132067"><code>75788ed</code></a> Merge pull request <a href="https://redirect.github.com/python-validators/validators/issues/425">#425</a> from yozachar/workshop</li> <li><a href="https://github.com/python-validators/validators/commit/0b1799cdb431e708aff6b1b59e4430bd0828a70b"><code>0b1799c</code></a> chore: updates changelog</li> <li><a href="https://github.com/python-validators/validators/commit/de4948f45fc4d79abec2da3b8586f6b271c5d723"><code>de4948f</code></a> Merge pull request <a href="https://redirect.github.com/python-validators/validators/issues/424">#424</a> from yozachar/workshop</li> <li><a href="https://github.com/python-validators/validators/commit/6d8a1abcdf2d92e113b1707bbf372bde4d48e3a5"><code>6d8a1ab</code></a> chore: prepare for new release</li> <li><a href="https://github.com/python-validators/validators/commit/8691cead510052aae88f22776b9d6fbe1cf55351"><code>8691cea</code></a> chore: formatting; sync dependencies (<a href="https://redirect.github.com/python-validators/validators/issues/422">#422</a>)</li> <li><a href="https://github.com/python-validators/validators/commit/bafe62e757bd99526129f8dffcfc9795817d08d8"><code>bafe62e</code></a> feat: add Mir card validation support (<a href="https://redirect.github.com/python-validators/validators/issues/420">#420</a>)</li> <li><a href="https://github.com/python-validators/validators/commit/7c97eca2990f6d42e27f0f211475eb0d4809de59"><code>7c97eca</code></a> Fix: Allow Special DOI Cases Used in Public Administration Tests (<a href="https://redirect.github.com/python-validators/validators/issues/415">#415</a>)</li> <li><a href="https://github.com/python-validators/validators/commit/b2510d1c5f7ef81cdf9fa90d2548ebd826e4e734"><code>b2510d1</code></a> feat: adds <code>doctest</code> (<a href="https://redirect.github.com/python-validators/validators/issues/417">#417</a>)</li> <li><a href="https://github.com/python-validators/validators/commit/f7742c55b680036116a7f61e140476ffd4774ccb"><code>f7742c5</code></a> Refactor API: remove print from ru_inn, update description, and expose via __...</li> <li><a href="https://github.com/python-validators/validators/commit/d6241fc31f6b46bf81283c6ab3cae07c370fc1f6"><code>d6241fc</code></a> fix(uri): remove &quot;mailto:&quot; prefix manually (<a href="https://redirect.github.com/python-validators/validators/issues/418">#418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-validators/validators/compare/0.29.0...0.35.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents 9fb4cf4 + ec4beb1 commit 38859d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
GitPython>=3.1,<3.2
55
Pillow>=10.4.0,<11.3
66
pytest-cov>=4,<6.2
7-
validators>=0.29.0,<0.35
7+
validators>=0.29.0,<0.36

0 commit comments

Comments
 (0)