Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from cam-rod/dependabot/pip/urllib3-1.26.3
Browse files Browse the repository at this point in the history
Bump urllib3 from 1.26.2 to 1.26.3
  • Loading branch information
jessicarod7 authored Mar 20, 2021
2 parents 23df559 + a8d393e commit c4c4bcf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 27 deletions.
21 changes: 8 additions & 13 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 7 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
-i https://pypi.org/simple/
beautifulsoup4==4.9.3
bs4==0.0.1
certifi==2020.12.5
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
oauthlib==3.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
chardet==4.0.0
idna==2.10
oauthlib==3.1.0
python-dateutil==2.8.1
pyyaml==5.3.1
requests-oauthlib==1.3.0
requests==2.25.1
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.1; python_version >= '3.0'
urllib3==1.26.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
six==1.15.0
soupsieve==2.2.1 ; python_version >= '3.0'
urllib3==1.26.3

0 comments on commit c4c4bcf

Please sign in to comment.