Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent 9e89418 commit 28e2978
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
23 changes: 14 additions & 9 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ astroid==3.1.0
babel==2.15.0
# via sphinx
black==24.4.2
# via -r requirements.dev.in
build==1.2.1
# via pip-tools
certifi==2024.2.2
Expand All @@ -19,11 +20,12 @@ click==8.1.7
# via
# black
# pip-tools
coverage==7.4.4
coverage[toml]==7.4.4
# via
# coveralls
# pytest-cov
coveralls==4.0.0
# via -r requirements.dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
Expand Down Expand Up @@ -51,6 +53,7 @@ markupsafe==2.1.5
mccabe==0.7.0
# via pylint
mypy==1.10.0
# via -r requirements.dev.in
mypy-extensions==1.0.0
# via
# black
Expand All @@ -65,9 +68,8 @@ packaging==24.0
# sphinx
pathspec==0.12.1
# via black
pip==24.0
# via pip-tools
pip-tools==7.4.1
# via -r requirements.dev.in
platformdirs==4.2.1
# via
# black
Expand All @@ -76,32 +78,35 @@ platformdirs==4.2.1
pluggy==1.5.0
# via pytest
pre-commit==3.7.0
# via -r requirements.dev.in
pydocstyle==6.3.0
# via -r requirements.dev.in
pygments==2.18.0
# via sphinx
pylint==3.1.0
# via -r requirements.dev.in
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.0
# via pytest-cov
# via
# -r requirements.dev.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements.dev.in
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
requests==2.32.0
# via
# coveralls
# sphinx
setuptools==69.5.1
# via
# nodeenv
# pip-tools
snowballstemmer==2.2.0
# via
# pydocstyle
# sphinx
sphinx==7.3.7
# via -r requirements.dev.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ charset-normalizer==3.3.2
# via requests
idna==3.7
# via requests
requests==2.31.0
requests==2.32.0
# via -r requirements.in
urllib3==2.2.1
# via requests

0 comments on commit 28e2978

Please sign in to comment.