Skip to content

Commit 96dce88

Browse files
authored
fix(deps): update dependency email-validator to v1.3.0 (#56)
Co-authored-by: Descope <107609351+descope[bot]@users.noreply.github.com>
1 parent 2583c74 commit 96dce88

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python = "^3.7"
2828
requests = "2.28.1"
2929
PyJWT = "==2.5.0"
3030
cryptography = "38.0.1"
31-
email-validator = "1.2.1"
31+
email-validator = "==1.3.0"
3232

3333
[tool.poetry.group.dev.dependencies]
3434
pre-commit = "2.20.0"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ cryptography==38.0.1 ; python_version >= "3.7" and python_version < "4.0" \
9999
dnspython==2.2.1 ; python_version >= "3.7" and python_version < "4.0" \
100100
--hash=sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e \
101101
--hash=sha256:a851e51367fb93e9e1361732c1d60dab63eff98712e503ea7d92e6eccb109b4f
102-
email-validator==1.2.1 ; python_version >= "3.7" and python_version < "4.0" \
103-
--hash=sha256:6757aea012d40516357c0ac2b1a4c31219ab2f899d26831334c5d069e8b6c3d8 \
104-
--hash=sha256:c8589e691cf73eb99eed8d10ce0e9cbb05a0886ba920c8bcb7c82873f4c5789c
102+
email-validator==1.3.0; python_version >= "3.7" and python_version < "4.0" \
103+
--hash=sha256:553a66f8be2ec2dea641ae1d3f29017ab89e9d603d4a25cdaac39eefa283d769 \
104+
--hash=sha256:816073f2a7cffef786b29928f58ec16cdac42710a53bb18aa94317e3e145ec5c
105105
idna==3.4 ; python_version >= "3.7" and python_version < "4" \
106106
--hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 \
107107
--hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2

0 commit comments

Comments
 (0)