1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-22 16:08:44 -05:00

Bump urllib3 from 2.0.4 to 2.0.6

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6.
- [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.4...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-03 00:04:40 +00:00 committed by GitHub
parent 740889426a
commit c16f3a0bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 204 additions and 77 deletions

View File

@ -4,82 +4,209 @@
# #
# pip-compile --annotation-style=line dev-requirements.in # pip-compile --annotation-style=line dev-requirements.in
# #
add-trailing-comma==3.1.0 # via gray add-trailing-comma==3.1.0
alabaster==0.7.13 # via sphinx # via gray
attrs==23.1.0 # via jsonschema, referencing alabaster==0.7.13
autoflake==1.5.3 # via gray # via sphinx
babel==2.12.1 # via sphinx attrs==23.1.0
black==23.7.0 # via gray # via
build==1.0.3 # via pip-tools # jsonschema
cachetools==5.3.1 # via tox # referencing
certifi==2023.7.22 # via requests autoflake==1.5.3
cfgv==3.4.0 # via pre-commit # via gray
chardet==5.2.0 # via tox babel==2.12.1
charset-normalizer==3.2.0 # via requests # via sphinx
click==8.1.7 # via black, pip-tools black==23.7.0
colorama==0.4.6 # via tox # via gray
commonmark==0.9.1 # via rich build==1.0.3
configargparse==1.7 # via gray # via pip-tools
coverage[toml]==7.3.1 # via pytest-cov cachetools==5.3.1
distlib==0.3.7 # via virtualenv # via tox
docutils==0.20.1 # via sphinx certifi==2023.7.22
filelock==3.12.3 # via tox, virtualenv # via requests
fixit==0.1.4 # via gray cfgv==3.4.0
flake8==6.1.0 # via -r dev-requirements.in, fixit, pep8-naming # via pre-commit
gray==0.13.0 # via -r dev-requirements.in chardet==5.2.0
identify==2.5.27 # via pre-commit # via tox
idna==3.4 # via requests charset-normalizer==3.2.0
imagesize==1.4.1 # via sphinx # via requests
importlib-resources==6.0.1 # via fixit click==8.1.7
iniconfig==2.0.0 # via pytest # via
isort==5.12.0 # via -r dev-requirements.in, gray # black
jinja2==3.1.2 # via sphinx # pip-tools
jsonschema==4.19.0 # via fixit colorama==0.4.6
jsonschema-specifications==2023.7.1 # via jsonschema # via tox
libcst==1.0.1 # via fixit commonmark==0.9.1
markupsafe==2.1.3 # via jinja2 # via rich
mccabe==0.7.0 # via flake8 configargparse==1.7
mypy==1.5.1 # via -r dev-requirements.in # via gray
mypy-extensions==1.0.0 # via black, mypy, typing-inspect coverage[toml]==7.3.1
nodeenv==1.8.0 # via pre-commit # via pytest-cov
packaging==23.1 # via black, build, pyproject-api, pytest, sphinx, tox distlib==0.3.7
pathspec==0.11.2 # via black # via virtualenv
pep8-naming==0.13.3 # via -r dev-requirements.in docutils==0.20.1
pip-tools==7.3.0 # via -r dev-requirements.in # via sphinx
platformdirs==3.10.0 # via black, tox, virtualenv filelock==3.12.3
pluggy==1.3.0 # via pytest, tox # via
pre-commit==3.4.0 # via -r dev-requirements.in # tox
pycodestyle==2.11.0 # via flake8 # virtualenv
pyflakes==3.1.0 # via autoflake, flake8 fixit==0.1.4
pygments==2.16.1 # via rich, sphinx # via gray
pyproject-api==1.6.1 # via tox flake8==6.1.0
pyproject-hooks==1.0.0 # via build # via
pytest==7.4.2 # via -r dev-requirements.in, pytest-cov # -r dev-requirements.in
pytest-cov==4.1.0 # via -r dev-requirements.in # fixit
pyupgrade==3.10.1 # via gray # pep8-naming
pyyaml==6.0.1 # via fixit, libcst, pre-commit gray==0.13.0
referencing==0.30.2 # via jsonschema, jsonschema-specifications # via -r dev-requirements.in
requests==2.31.0 # via sphinx identify==2.5.27
rich==12.6.0 # via gray # via pre-commit
rpds-py==0.10.2 # via jsonschema, referencing idna==3.4
snowballstemmer==2.2.0 # via sphinx # via requests
sphinx==7.2.5 # via -r dev-requirements.in, sphinxcontrib-applehelp, sphinxcontrib-devhelp, sphinxcontrib-htmlhelp, sphinxcontrib-qthelp, sphinxcontrib-serializinghtml imagesize==1.4.1
sphinxcontrib-applehelp==1.0.7 # via sphinx # via sphinx
sphinxcontrib-devhelp==1.0.5 # via sphinx importlib-resources==6.0.1
sphinxcontrib-htmlhelp==2.0.4 # via sphinx # via fixit
sphinxcontrib-jsmath==1.0.1 # via sphinx iniconfig==2.0.0
sphinxcontrib-qthelp==1.0.6 # via sphinx # via pytest
sphinxcontrib-serializinghtml==1.1.9 # via sphinx isort==5.12.0
tokenize-rt==5.2.0 # via add-trailing-comma, pyupgrade # via
toml==0.10.2 # via autoflake # -r dev-requirements.in
tox==4.11.2 # via -r dev-requirements.in # gray
typing-extensions==4.7.1 # via libcst, mypy, typing-inspect jinja2==3.1.2
typing-inspect==0.9.0 # via libcst # via sphinx
unify==0.5 # via gray jsonschema==4.19.0
untokenize==0.1.1 # via unify # via fixit
urllib3==2.0.4 # via requests jsonschema-specifications==2023.7.1
virtualenv==20.24.5 # via pre-commit, tox # via jsonschema
wheel==0.41.2 # via pip-tools libcst==1.0.1
# via fixit
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via flake8
mypy==1.5.1
# via -r dev-requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
# typing-inspect
nodeenv==1.8.0
# via pre-commit
packaging==23.1
# via
# black
# build
# pyproject-api
# pytest
# sphinx
# tox
pathspec==0.11.2
# via black
pep8-naming==0.13.3
# via -r dev-requirements.in
pip-tools==7.3.0
# via -r dev-requirements.in
platformdirs==3.10.0
# via
# black
# tox
# virtualenv
pluggy==1.3.0
# via
# pytest
# tox
pre-commit==3.4.0
# via -r dev-requirements.in
pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
# via
# autoflake
# flake8
pygments==2.16.1
# via
# rich
# sphinx
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
# via
# -r dev-requirements.in
# pytest-cov
pytest-cov==4.1.0
# via -r dev-requirements.in
pyupgrade==3.10.1
# via gray
pyyaml==6.0.1
# via
# fixit
# libcst
# pre-commit
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via sphinx
rich==12.6.0
# via gray
rpds-py==0.10.2
# via
# jsonschema
# referencing
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.5
# via
# -r dev-requirements.in
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tokenize-rt==5.2.0
# via
# add-trailing-comma
# pyupgrade
toml==0.10.2
# via autoflake
tox==4.11.2
# via -r dev-requirements.in
typing-extensions==4.7.1
# via
# libcst
# mypy
# typing-inspect
typing-inspect==0.9.0
# via libcst
unify==0.5
# via gray
untokenize==0.1.1
# via unify
urllib3==2.0.6
# via requests
virtualenv==20.24.5
# via
# pre-commit
# tox
wheel==0.41.2
# via pip-tools
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip

View File

@ -157,7 +157,7 @@ thesmuggler==1.0.1
# via -r requirements.in # via -r requirements.in
update-checker==0.18.0 update-checker==0.18.0
# via -r requirements.in # via -r requirements.in
urllib3==2.0.4 urllib3==2.0.6
# via requests # via requests
validators==0.20.0 validators==0.20.0
# via click-params # via click-params