diff options
author | Robert Göhler <github@ghlr.de> | 2023-10-19 09:49:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 09:49:18 +0200 |
commit | 225df749d54517b5564b384c0cc55ea5ac23cf73 (patch) | |
tree | f67f254e7d756f902fd0f4bc1705d552112a0dd1 | |
parent | e9780941390d5f800544cfa17d4ff1f250cd0c50 (diff) | |
parent | 9e06bee04628c183e6192f79a8fded35f2b16d31 (diff) | |
download | vyos-documentation-225df749d54517b5564b384c0cc55ea5ac23cf73.tar.gz vyos-documentation-225df749d54517b5564b384c0cc55ea5ac23cf73.zip |
Merge pull request #1115 from vyos/dependabot/pip/urllib3-1.26.18
Bump urllib3 from 1.26.17 to 1.26.18
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 02303cc9..9ca1cac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -urllib3==1.26.17 +urllib3==1.26.18 Sphinx==4.5.0 sphinx-rtd-theme==1.0.0 sphinx-autobuild==2021.3.14 |