Skip to content

Commit 60e5bab

Browse files
Bump idna from 3.10 to 3.11 (#242)
Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.11. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) --- updated-dependencies: - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfb4a93 commit 60e5bab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ dnspython==2.7.0 ; python_version >= "3.8" and python_version < "4.0" \
9090
email-validator==2.3.0 ; python_version >= "3.8" and python_version < "4.0" \
9191
--hash=sha256:80f13f623413e6b197ae73bb10bf4eb0908faf509ad8362c5edeb0be7fd450b4 \
9292
--hash=sha256:9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426
93-
idna==3.10 ; python_version >= "3.8" and python_version < "4.0" \
94-
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
95-
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
93+
idna==3.11 ; python_version >= "3.8" and python_version < "4.0" \
94+
--hash=sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea \
95+
--hash=sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902
9696
pydantic-core==2.40.1 ; python_version >= "3.8" and python_version < "4.0" \
9797
--hash=sha256:02d483531a0c5b5e772b15a5b5be7d188acb49ed8ea3a695b816b84a69e7d3bd \
9898
--hash=sha256:056b8a49fa1a5c4fcc205e06d44487d79d73bcc4696146a9b04c84f034b7d48c \

requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ exceptiongroup==1.3.0 ; python_version >= "3.8" and python_version < "3.11" \
210210
flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0" \
211211
--hash=sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db \
212212
--hash=sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248
213-
idna==3.10 ; python_version >= "3.8" and python_version < "4.0" \
214-
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
215-
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
213+
idna==3.11 ; python_version >= "3.8" and python_version < "4.0" \
214+
--hash=sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea \
215+
--hash=sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902
216216
iniconfig==2.1.0 ; python_version >= "3.8" and python_version < "4.0" \
217217
--hash=sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7 \
218218
--hash=sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760

0 commit comments

Comments
 (0)