Skip to content

Commit df7cbf3

Browse files
[py] Update dependency idna to v3.10 (#15034)
* [py] Update dependency idna to v3.10 * Repin dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
1 parent 799d665 commit df7cbf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ secretstorage==3.3.3
77
debugpy==1.8.11
88
filetype==1.2.0
99
h11==0.14.0
10-
idna==3.7
10+
idna==3.10
1111
importlib-metadata==6.8.0
1212
inflection==0.5.1
1313
iniconfig==2.0.0

py/requirements_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ h11==0.14.0 \
257257
# via
258258
# -r py/requirements.txt
259259
# wsproto
260-
idna==3.7 \
261-
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
262-
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
260+
idna==3.10 \
261+
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
262+
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
263263
# via
264264
# -r py/requirements.txt
265265
# requests

0 commit comments

Comments
 (0)