diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-12 03:30:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 03:30:42 +0000 |
commit | 5de038f20333065aa043369880e5e54c87ef73bc (patch) | |
tree | 0fc96f266b04b6beb348e7bd3101da4674d5a577 | |
parent | 20675c414bb3c9319a4d6007fd12f087b4221cc9 (diff) |
build(deps): bump idna from 3.4 to 3.7 in /drivers/gpu/drm/ci/xfailsdependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
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](https://github.com/kjd/idna/compare/v3.4...v3.7)
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | drivers/gpu/drm/ci/xfails/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ci/xfails/requirements.txt b/drivers/gpu/drm/ci/xfails/requirements.txt index e9994c9db799..241d01d90ef2 100644 --- a/drivers/gpu/drm/ci/xfails/requirements.txt +++ b/drivers/gpu/drm/ci/xfails/requirements.txt @@ -4,7 +4,7 @@ termcolor==2.3.0 # ci-collate dependencies certifi==2023.7.22 charset-normalizer==3.2.0 -idna==3.4 +idna==3.7 pip==23.3 python-gitlab==3.15.0 requests==2.31.0 |