Skip to content

Commit

Permalink
feat(Dependencies): Update dependency idna to v3.5
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| pypi       | idna    | 3.4  | 3.5 |
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent a44a9eb commit e6d2fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dateparser==1.1.8; python_version >= '3.5'
decorator==5.1.1; python_version >= '3.5'
dogpile.cache==1.2.2; python_version >= '3.6'
humanize==4.8.0; python_version >= '3.7'
idna==3.4; python_version >= '3'
idna==3.5; python_version >= '3'
importlib-metadata==6.8.0; python_version < '3.8'
iso8601==2.1.0; python_version < '4' and python_full_version >= '3.6.2'
jmespath==1.0.1; python_version >= '3.7'
Expand Down

0 comments on commit e6d2fa3

Please sign in to comment.