diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-17 22:23:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 22:23:01 +0000 |
commit | dcc97eecc85b3682dc99a1c5673fbfdeeae800df (patch) | |
tree | 9d7b8ee0121fa1c2ffae9846b4eade5ef1a6e032 | |
parent | 6172f3c1a475c0f22c7cc0349000d6e48c88b13e (diff) |
build(deps): bump urllib3 in /drivers/gpu/drm/ci/xfailsdependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.2.2)
---
updated-dependencies:
- dependency-name: urllib3
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..267a6cc4e313 100644 --- a/drivers/gpu/drm/ci/xfails/requirements.txt +++ b/drivers/gpu/drm/ci/xfails/requirements.txt @@ -13,5 +13,5 @@ ruamel.yaml==0.17.32 ruamel.yaml.clib==0.2.7 setuptools==68.0.0 tenacity==8.2.3 -urllib3==2.0.7 +urllib3==2.2.2 wheel==0.41.1 |