[pull] master from joke2k:master#57
Open
pull[bot] wants to merge 1477 commits into
Open
Conversation
fcurella
force-pushed
the
master
branch
12 times, most recently
from
January 23, 2025 17:10
4de235d to
9cfda1c
Compare
fcurella
force-pushed
the
master
branch
3 times, most recently
from
January 30, 2025 18:55
fd1232a to
a0e9303
Compare
Co-authored-by: Fabien MICHEL <fmichel@adista.fr>
* feat: add base bank method * chore: remove duplicate overloaded bank() method * chore: run make lint * chore: add test for new error handling * fix: use AttributeError so the auto doc tool doesn't crash * fix: update test to use AttributeError
Co-authored-by: Alexander Tislichenko <altis1024@gmail.com>
Co-authored-by: Fabien MICHEL <fmichel@adista.fr>
The assertion expected two directory segments but depth=3 produces three. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(pt_BR): support alphanumeric CNPJ via flag * docs(pt_BR): document CNPJ source on cnpj method
Co-authored-by: Cursor <cursoragent@cursor.com>
uuid1() and uuid7() built their timestamp bits from time.time(), so their output changed between runs even with a fixed seed, unlike uuid4(). This contradicts Faker's documented seeding guarantee and the methods' own docstrings, which state the timestamp is drawn to ensure seedability. Draw the timestamp from the seeded generator instead of the wall clock, keeping the RFC 4122 / RFC 9562 version and variant bit layout intact. Add test_uuid1_seedability and test_uuid7_seedability mirroring test_uuid4_seedability. Closes #2426
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…2428) pydecimal already rejected positive=True combined with a negative or zero min_value, but not max_value. With a negative max_value, the sign logic set the sign to negative before taking positive into account, so pydecimal(positive=True, max_value=-3) silently returned negative values. Add the symmetric max_value guard, mirroring the existing min_value check, and cover it with a regression test.
Co-authored-by: Cursor <cursoragent@cursor.com>
#2409) The da_DK bank provider used a 16-digit bban_format, producing 20-character IBANs. The official Danish IBAN length is 18 (14-digit BBAN: 4-digit bank reg. number + 10-digit account number), so every generated value failed length validation against the ISO 13616 registry (verified with python-stdnum). Correct bban_format to 14 digits and add a TestDaDk test asserting the BBAN format, IBAN validity, country code, and 18-character length. Co-authored-by: CedricConday <cedric@conday.digital>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: CedricConday <cedric@conday.digital>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Updated the security policy to clarify supported versions and reporting process.
Revise security policy for clarity and updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )