Skip to content

Commit 506632f

Browse files
Bump idna from 3.7 to 3.15 in /requirements
Bumps [idna](https://github.com/kjd/idna) from 3.7 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df50c71 commit 506632f

7 files changed

Lines changed: 8 additions & 10 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ hupper==1.12
7070
# via
7171
# -r prod.txt
7272
# pyramid
73-
idna==3.7
73+
idna==3.15
7474
# via
7575
# -r prod.txt
7676
# requests

requirements/functests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ hupper==1.12
7474
# via
7575
# -r prod.txt
7676
# pyramid
77-
idna==3.7
77+
idna==3.15
7878
# via
7979
# -r prod.txt
8080
# requests

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ hupper==1.12
121121
# -r functests.txt
122122
# -r tests.txt
123123
# pyramid
124-
idna==3.7
124+
idna==3.15
125125
# via
126126
# -r functests.txt
127127
# -r tests.txt

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ h-vialib==1.3.2
4040
# via -r prod.in
4141
hupper==1.12
4242
# via pyramid
43-
idna==3.7
43+
idna==3.15
4444
# via requests
4545
importlib-resources==6.5.2
4646
# via

requirements/template.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ click==8.1.7
2222
# pip-tools
2323
cookiecutter==2.6.0
2424
# via -r template.in
25-
idna==3.7
25+
idna==3.15
2626
# via requests
2727
importlib-metadata==7.0.1
2828
# via pip-sync-faster
@@ -73,8 +73,6 @@ zipp==3.19.1
7373

7474
# The following packages are considered to be unsafe in a requirements file:
7575
pip==25.3
76-
# via
77-
# -r template.in
78-
# pip-tools
76+
# via pip-tools
7977
setuptools==78.1.1
8078
# via pip-tools

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ hupper==1.12
7676
# via
7777
# -r prod.txt
7878
# pyramid
79-
idna==3.7
79+
idna==3.15
8080
# via
8181
# -r prod.txt
8282
# requests

requirements/typecheck.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hupper==1.12
6060
# via
6161
# -r prod.txt
6262
# pyramid
63-
idna==3.7
63+
idna==3.15
6464
# via
6565
# -r prod.txt
6666
# requests

0 commit comments

Comments
 (0)