Skip to content

Commit

Permalink
Bump idna from 3.6 to 3.7 in /requirements
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 26edad1 commit 89d54c1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via hatch.envs.api
idna==3.6
idna==3.7
# via
# anyio
# email-validator
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-carbonboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fire==0.6.0
# via hatch.envs.carbonboard
flask==3.0.2
# via dash
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via dash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dashboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dash-table==5.0.0
# via dash
flask==3.0.2
# via dash
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ filelock==3.13.3
# via virtualenv
identify==2.5.35
# via pre-commit
idna==3.6
idna==3.7
# via requests
nodeenv==1.8.0
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via hatch.envs.test.py3.10
idna==3.6
idna==3.7
# via requests
numpy==1.26.4
# via pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fire==0.6.0
# via hatch.envs.test.py3.11
flask==3.0.3
# via dash
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via dash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ click==8.1.7
# via hatch.envs.test.py3.7
exceptiongroup==1.2.0
# via pytest
idna==3.6
idna==3.7
# via requests
importlib-metadata==6.7.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fire==0.6.0
# via hatch.envs.test.py3.8
flask==3.0.3
# via dash
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via hatch.envs.test.py3.9
idna==3.6
idna==3.7
# via requests
numpy==1.26.4
# via pandas
Expand Down

0 comments on commit 89d54c1

Please sign in to comment.