From 56aad255e61315c88224e32eef89a431b727bbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:18:25 +0000 Subject: [PATCH] Bump urllib3 from 1.26.17 to 1.26.18 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 2a44db8..499ec07 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -24,11 +24,11 @@ click==8.1.3 # via flask coverage==4.5.3 # via - # -r requirements/development.in + # -r development.in # coveralls # pytest-cov coveralls==1.7.0 - # via -r requirements/development.in + # via -r development.in docopt==0.6.2 # via coveralls docutils==0.14 @@ -38,7 +38,7 @@ docutils==0.14 filelock==3.0.10 # via tox flask==2.3.2 - # via -r requirements/common.in + # via -r common.in idna==2.8 # via requests imagesize==1.1.0 @@ -56,13 +56,13 @@ markupsafe==2.1.2 more-itertools==7.0.0 # via pytest mypy==0.701 - # via -r requirements/development.in + # via -r development.in mypy-extensions==0.4.1 # via mypy packaging==19.0 # via sphinx paho-mqtt==1.4.0 - # via -r requirements/common.in + # via -r common.in pkginfo==1.5.0.1 # via twine pluggy==0.9.0 @@ -81,10 +81,10 @@ pyparsing==2.4.0 # via packaging pytest==4.4.1 # via - # -r requirements/development.in + # -r development.in # pytest-cov pytest-cov==2.6.1 - # via -r requirements/development.in + # via -r development.in pytz==2019.1 # via babel readme-renderer==24.0 @@ -107,7 +107,7 @@ six==1.12.0 snowballstemmer==1.2.1 # via sphinx sphinx==2.0.1 - # via -r requirements/development.in + # via -r development.in sphinxcontrib-applehelp==1.0.1 # via sphinx sphinxcontrib-devhelp==1.0.1 @@ -123,16 +123,16 @@ sphinxcontrib-serializinghtml==1.1.3 toml==0.10.0 # via tox tox==3.9.0 - # via -r requirements/development.in + # via -r development.in tqdm==4.31.1 # via twine twine==1.13.0 - # via -r requirements/development.in + # via -r development.in typed-ast==1.3.4 # via mypy typing==3.6.6 - # via -r requirements/common.in -urllib3==1.26.17 + # via -r common.in +urllib3==1.26.18 # via requests virtualenv==16.4.3 # via tox