Skip to content

Commit

Permalink
build(deps): bump idna from 3.4 to 3.7
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 1d95c30 commit b6603c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ charset-normalizer==3.3.0
# via requests
click==8.1.7
# via -r requirements.in
idna==3.4
exceptiongroup==1.2.0
# via cattrs
idna==3.7
# via requests
json-merge-patch==0.2
# via ocdsextensionregistry
Expand All @@ -36,6 +38,8 @@ requests-cache==1.1.0
# ocdsextensionregistry
six==1.16.0
# via url-normalize
typing-extensions==4.11.0
# via cattrs
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.7
Expand Down
13 changes: 12 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ charset-normalizer==3.3.0
# requests
click==8.1.7
# via -r requirements.txt
idna==3.4
exceptiongroup==1.2.0
# via
# -r requirements.txt
# cattrs
# pytest
idna==3.7
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -76,6 +81,12 @@ six==1.16.0
# -r requirements.txt
# rfc3339-validator
# url-normalize
tomli==2.0.1
# via pytest
typing-extensions==4.11.0
# via
# -r requirements.txt
# cattrs
url-normalize==1.4.3
# via
# -r requirements.txt
Expand Down

0 comments on commit b6603c7

Please sign in to comment.