Skip to content

Commit

Permalink
[requires.io] dependency update on master branch (#19)
Browse files Browse the repository at this point in the history
* [requires.io] dependency update

* [requires.io] dependency update

Co-authored-by: requires.io <[email protected]>
  • Loading branch information
lawrencefoley and requires authored Sep 19, 2021
1 parent 78edcb2 commit 13dde4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
beautifulsoup4==4.7.1
requests==2.21.0
beautifulsoup4==4.10.0
requests==2.26.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=["beautifulsoup4==4.7.1", "requests==2.21.0"], # Optional
install_requires=["beautifulsoup4==4.10.0", "requests==2.26.0"], # Optional
python_requires='>=3',
# If there are data files included in your packages that need to be
# installed, specify them here.
Expand Down

0 comments on commit 13dde4f

Please sign in to comment.