Skip to content

Commit

Permalink
Merge pull request #3087 from Flexget/dependabot/pip/requests-2.26.0
Browse files Browse the repository at this point in the history
Bump requests from 2.25.1 to 2.26.0
  • Loading branch information
gazpachoking committed Aug 4, 2021
2 parents 75a65d3 + 977330e commit c5868bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 42 deletions.
47 changes: 17 additions & 30 deletions dev-requirements.txt
Expand Up @@ -14,8 +14,6 @@ appdirs==1.4.4
# virtualenv
astroid==2.5.6
# via pylint
atomicwrites==1.4.0
# via pytest
attrs==20.3.0
# via
# -c requirements.txt
Expand All @@ -36,9 +34,11 @@ certifi==2020.12.5
# via
# -c requirements.txt
# requests
cffi==1.14.6
# via cryptography
cfgv==3.2.0
# via pre-commit
chardet==4.0.0
charset-normalizer==2.0.3
# via
# -c requirements.txt
# requests
Expand All @@ -51,16 +51,13 @@ click==7.1.2
codacy-coverage==1.3.11
# via -r dev-requirements.in
colorama==0.4.4
# via
# -c requirements.txt
# pylint
# pytest
# sphinx
# twine
# via twine
coverage==5.5
# via
# -r dev-requirements.in
# pytest-cov
cryptography==3.4.7
# via secretstorage
distlib==0.3.1
# via virtualenv
docutils==0.16
Expand Down Expand Up @@ -88,21 +85,18 @@ imagesize==1.2.0
# via sphinx
importlib-metadata==4.6.0
# via
# -c requirements.txt
# flake8
# keyring
# pep517
# pluggy
# pre-commit
# pytest
# twine
# virtualenv
iniconfig==1.1.1
# via pytest
isort==5.9.1
# via
# -r dev-requirements.in
# pylint
jeepney==0.7.0
# via
# keyring
# secretstorage
jinja2==3.0.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -156,6 +150,8 @@ py==1.10.0
# pytest-forked
pycodestyle==2.7.0
# via flake8
pycparser==2.20
# via cffi
pyflakes==2.3.1
# via flake8
pygments==2.8.1
Expand Down Expand Up @@ -199,7 +195,7 @@ readme-renderer==29.0
# via twine
regex==2021.4.4
# via black
requests==2.25.1
requests==2.26.0
# via
# -c requirements.txt
# codacy-coverage
Expand All @@ -212,6 +208,8 @@ rfc3986==1.4.0
# via twine
s3transfer==0.4.2
# via boto3
secretstorage==3.3.1
# via keyring
six==1.15.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -253,19 +251,11 @@ tqdm==4.60.0
twine==3.4.1
# via -r dev-requirements.in
typed-ast==1.4.3
# via
# astroid
# black
# mypy
# via mypy
typing-extensions==3.10.0.0
# via
# -c requirements.txt
# black
# gitpython
# importlib-metadata
# mypy
# sqlalchemy-stubs
# yarl
urllib3==1.26.4
# via
# -c requirements.txt
Expand All @@ -290,10 +280,7 @@ wrapt==1.12.1
yarl==1.6.3
# via vcrpy
zipp==3.4.1
# via
# -c requirements.txt
# importlib-metadata
# pep517
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
14 changes: 2 additions & 12 deletions requirements.txt
Expand Up @@ -20,16 +20,14 @@ brotli==1.0.9
# via flask-compress
certifi==2020.12.5
# via requests
chardet==4.0.0
charset-normalizer==2.0.3
# via requests
cheroot==8.5.2
# via cherrypy
cherrypy==18.6.0
# via -r requirements.in
click==7.1.2
# via flask
colorama==0.4.4
# via loguru
colorclass==2.2.0
# via -r requirements.in
feedparser==6.0.8
Expand Down Expand Up @@ -60,10 +58,6 @@ html5lib==1.1
# via -r requirements.in
idna==2.10
# via requests
importlib-metadata==4.6.0
# via
# jsonschema
# sqlalchemy
itsdangerous==1.1.0
# via flask
jaraco.classes==3.2.1
Expand Down Expand Up @@ -129,7 +123,7 @@ rebulk==3.0.1
# via
# -r requirements.in
# guessit
requests==2.25.1
requests==2.26.0
# via -r requirements.in
rpyc==5.0.1
# via -r requirements.in
Expand All @@ -153,8 +147,6 @@ tempora==4.0.2
# via portend
terminaltables==3.1.0
# via -r requirements.in
typing-extensions==3.10.0.0
# via importlib-metadata
tzlocal==2.1
# via apscheduler
urllib3==1.26.4
Expand All @@ -167,8 +159,6 @@ werkzeug==1.0.1
# flask-restx
zc.lockfile==2.0
# via cherrypy
zipp==3.4.1
# via importlib-metadata
zxcvbn-python==4.4.24
# via -r requirements.in

Expand Down

0 comments on commit c5868bd

Please sign in to comment.