Skip to content

Commit

Permalink
Bump idna from 3.4 to 3.6
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.6.
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.6)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2023
1 parent 8642552 commit d1f6d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'dotenv-cli==3.1.0',
'drf-spectacular==0.25.1',
'gunicorn==20.1.0',
'idna==3.4',
'idna==3.6',
'inflection==0.5.1',
'jinja2==3.1.2',
'jsonschema==4.17.3',
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dnspython==2.3.0
# via -r requirements.in
drf-spectacular==0.25.1
# via -r requirements.in
idna==3.4
idna==3.6
# via requests
inflection==0.5.1
# via drf-spectacular
Expand Down

0 comments on commit d1f6d07

Please sign in to comment.