summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-26 10:07:40 +0100
committerGitHub <noreply@github.com>2025-06-26 10:07:40 +0100
commit1e87a9b2e7f2395ca8d73ab688ef3dfa33234d81 (patch)
treef22ece166f8dfc2dd4146b1e56472aa39f703e3e
parentbbb17aa653a0577b17408de0c0f34f39bbb05b67 (diff)
downloadvyos-documentation-1e87a9b2e7f2395ca8d73ab688ef3dfa33234d81.tar.gz
vyos-documentation-1e87a9b2e7f2395ca8d73ab688ef3dfa33234d81.zip
build(deps): bump urllib3 from 2.2.2 to 2.5.0 (#1647)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0. - [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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index d604873c..aa559bf7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-urllib3==2.2.2
+urllib3==2.5.0
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
sphinx-autobuild==2021.3.14