From 1e5fef1a8c653f8be12b2aeadac3a818fa113f55 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Wed, 03 Apr 2024 18:39:00 +0200
Subject: [PATCH] python/types-requests: update to 2.31.0.20240403

---
 components/python/validators/test/results-all.master |   45 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/components/python/validators/test/results-all.master b/components/python/validators/test/results-all.master
index 5726e55..d99d572 100644
--- a/components/python/validators/test/results-all.master
+++ b/components/python/validators/test/results-all.master
@@ -5,7 +5,7 @@
 cachedir: .tox/py$(PYV)/.pytest_cache
 rootdir: $(@D)
 configfile: pyproject.toml
-collecting ... collected 599 items
+collecting ... collected 640 items
 
 tests/i18n/test_es.py::test_returns_false_on_invalid_cif[12345] PASSED
 tests/i18n/test_es.py::test_returns_false_on_invalid_cif[ABCDEFGHI] PASSED
@@ -278,6 +278,32 @@
 tests/test_country_code.py::test_returns_true_on_valid_country_code[ISR-auto] PASSED
 tests/test_country_code.py::test_returns_true_on_valid_country_code[US-alpha2] PASSED
 tests/test_country_code.py::test_returns_true_on_valid_country_code[USA-alpha3] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[& * * & * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[* * * * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[* * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[* - * * - *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[*/15 0,6,12,24 * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[*/5 * *-1 * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[*/5 25 * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[0 */0 * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[0 12 * * 8] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[0 12 32 * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[10-* * * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[30-20 * * * *] PASSED
+tests/test_cron.py::test_returns_failed_validation_on_invalid_cron[32-30 * * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[* * * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[*/15 0,6,12,18 * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[*/5 * * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[*/61 * * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 */3 * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 0 * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 0 1 1 *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 12 * * 0] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 12 * 1-6 1-5] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 12 1 */2 *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[0 3-6 * * *] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[15 5 * * 1,3,5] PASSED
+tests/test_cron.py::test_returns_true_on_valid_cron[30 3 * * 1-5] PASSED
 tests/test_domain.py::test_returns_failed_validation_on_invalid_domain[-example.com-False-False] PASSED
 tests/test_domain.py::test_returns_failed_validation_on_invalid_domain[123.123-False-False] PASSED
 tests/test_domain.py::test_returns_failed_validation_on_invalid_domain[123.123.123.-True-False] PASSED
@@ -325,6 +351,8 @@
 tests/test_email.py::test_returns_failed_validation_on_invalid_email[john56789.john56789.john56789.john56789.john56789.john56789.john5@example.com] PASSED
 tests/test_email.py::test_returns_failed_validation_on_invalid_email[something@@somewhere.com] PASSED
 tests/test_email.py::test_returns_true_on_valid_email["\\\t"@here.com] PASSED
+tests/test_email.py::test_returns_true_on_valid_email[\u0141\xf3ka\u015b\u0107@email.com] PASSED
+tests/test_email.py::test_returns_true_on_valid_email[\u0142em\u0142ail@here.com] PASSED
 tests/test_email.py::test_returns_true_on_valid_email[email@127.local.home.arpa] PASSED
 tests/test_email.py::test_returns_true_on_valid_email[email@here.com] PASSED
 tests/test_email.py::test_returns_true_on_valid_email[email@localdomain.org] PASSED
@@ -333,6 +361,12 @@
 tests/test_email.py::test_returns_true_on_valid_email[example@valid-with-hyphens.com] PASSED
 tests/test_email.py::test_returns_true_on_valid_email[test@domain.with.idn.tld.\u0909\u0926\u093e\u0939\u0930\u0923.\u092a\u0930\u0940\u0915\u094d\u0937\u093e] PASSED
 tests/test_email.py::test_returns_true_on_valid_email[weirder-email@here.and.there.com] PASSED
+tests/test_hashes.py::test_returns_failed_validation_on_invalid_base58[InvalidBase58!] PASSED
+tests/test_hashes.py::test_returns_failed_validation_on_invalid_base58[ThisIsAReallyLongStringThatIsDefinitelyNotBase58Encoded] PASSED
+tests/test_hashes.py::test_returns_failed_validation_on_invalid_base58[abcABC!@#] PASSED
+tests/test_hashes.py::test_returns_failed_validation_on_invalid_base64[SGVsbG8gV29ybGQ] PASSED
+tests/test_hashes.py::test_returns_failed_validation_on_invalid_base64[U29tZSBkYXRhIHN0cmluZw] PASSED
+tests/test_hashes.py::test_returns_failed_validation_on_invalid_base64[YW55IGNhcm5hbCBwbGVhc] PASSED
 tests/test_hashes.py::test_returns_failed_validation_on_invalid_md5[z41d8cd98f00b204e9800998ecf8427e] PASSED
 tests/test_hashes.py::test_returns_failed_validation_on_invalid_md5[z4aaaa1d8cd98f00b204e9800998ecf8427e] PASSED
 tests/test_hashes.py::test_returns_failed_validation_on_invalid_md5[z8cd98f00b204e9800998ecf8427e] PASSED
@@ -348,6 +382,13 @@
 tests/test_hashes.py::test_returns_failed_validation_on_invalid_sha512[cf8357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e] PASSED
 tests/test_hashes.py::test_returns_failed_validation_on_invalid_sha512[cf8aaaa3e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e] PASSED
 tests/test_hashes.py::test_returns_failed_validation_on_invalid_sha512[zf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base58[18KToMF5ckjXBYt2HAj77qsG3GPeej3PZn] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base58[38XzQ9dPGb1uqbZsjPtUajp7omy8aefjqj] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base58[cUSECaVvAiV3srWbFRvVPzm5YzcXJwPSwZfE7veYPHoXmR9h6YMQ] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base58[n4FFXRNNEW1aA2WPscSuzHTCjzjs4TVE2Z] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base64[SGVsbG8gV29ybGQ=] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base64[U29tZSBkYXRhIHN0cmluZw==] PASSED
+tests/test_hashes.py::test_returns_true_on_valid_base64[YW55IGNhcm5hbCBwbGVhcw==] PASSED
 tests/test_hashes.py::test_returns_true_on_valid_md5[D41D8CD98F00B204E9800998ECF8427E] PASSED
 tests/test_hashes.py::test_returns_true_on_valid_md5[d41d8cd98f00b204e9800998ecf8427e] PASSED
 tests/test_hashes.py::test_returns_true_on_valid_sha1[DA39A3EE5E6B4B0D3255BFEF95601890AFD80709] PASSED
@@ -607,6 +648,6 @@
 tests/test_validation_failure.py::TestValidationError::test_repr PASSED
 tests/test_validation_failure.py::TestValidationError::test_string PASSED
 
-======== 599 passed ========
+======== 640 passed ========
   py$(PYV): OK
   congratulations :)

--
Gitblit v1.9.3