summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 22:35:14 +0000
committerGitHub <noreply@github.com>2024-06-17 22:35:14 +0000
commitdf22d6dfdfbb0730546fa92978de3d1a45d3ee6b (patch)
tree550cd3bfd480fe59d9cba056d8dc49312d965ef9
parent1ce53b2fd048ceb9b3f6be7c3567f2efe8335cdb (diff)
downloadvyos-documentation-df22d6dfdfbb0730546fa92978de3d1a45d3ee6b.tar.gz
vyos-documentation-df22d6dfdfbb0730546fa92978de3d1a45d3ee6b.zip
build(deps): bump urllib3 from 2.1.0 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 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.1.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 08a1fd15..d604873c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-urllib3==2.1.0
+urllib3==2.2.2
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
sphinx-autobuild==2021.3.14