Skip to content

Commit

Permalink
Merge branch 'main' into type/otp
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Apr 9, 2023
2 parents fb63a50 + 94f00f0 commit 5f171e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pydantic_extra_types/types/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __get_pydantic_core_schema__(cls, **_kwargs: Any) -> core_schema.AfterValida
cls.validate,
core_schema.str_schema(
min_length=cls.min_length, max_length=cls.max_length, strip_whitespace=cls.strip_whitespace
),
), # type: ignore
)

@classmethod
Expand Down
6 changes: 3 additions & 3 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ click==8.1.3
# via black
distlib==0.3.6
# via virtualenv
filelock==3.10.7
filelock==3.11.0
# via virtualenv
identify==2.5.22
# via pre-commit
isort==5.12.0
# via -r requirements/linting.in
mypy==1.1.1
mypy==1.2.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
Expand All @@ -42,7 +42,7 @@ pyupgrade==3.3.1
# via -r requirements/linting.in
pyyaml==6.0
# via pre-commit
ruff==0.0.260
ruff==0.0.261
# via -r requirements/linting.in
tokenize-rt==5.0.0
# via pyupgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.4.0
# via pydantic
pydantic @ git+https://github.com/pydantic/pydantic.git@main
# via pydantic-extra-types (pyproject.toml)
pydantic-core==0.22.0
pydantic-core==0.23.0
# via pydantic
pyotp==2.7.0
# via pydantic-extra-types (pyproject.toml)
Expand Down
8 changes: 3 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
#
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
#
attrs==22.2.0
# via pytest
certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/testing.in
coverage[toml]==7.2.2
coverage[toml]==7.2.3
# via
# -r requirements/testing.in
# codecov
Expand All @@ -35,7 +33,7 @@ pluggy==1.0.0
# via pytest
pygments==2.14.0
# via rich
pytest==7.2.2
pytest==7.3.0
# via
# -r requirements/testing.in
# pytest-asyncio
Expand All @@ -48,7 +46,7 @@ pytest-cov==4.0.0
# via -r requirements/testing.in
pytest-mock==3.10.0
# via -r requirements/testing.in
pytest-pretty==1.1.1
pytest-pretty==1.2.0
# via -r requirements/testing.in
pytz==2023.3
# via dirty-equals
Expand Down

0 comments on commit 5f171e0

Please sign in to comment.