Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump soupsieve from 2.0.1 to 2.2.1 #82

Open
wants to merge 19 commits into
base: test_update
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8341283
Adds dev dependencies : ptpython
hemanta212 Mar 10, 2020
bb72664
Adds instruction for getting all news
hemanta212 Mar 8, 2020
d09ff3a
Updates dependencies
hemanta212 Mar 12, 2020
dcf5dca
Merge branch 'develop' into test_update
hemanta212 Mar 12, 2020
59ded1e
Update rope requirement from ^0.16.0 to ^0.17.0
dependabot-preview[bot] May 5, 2020
0bcdf95
Bump soupsieve from 2.0 to 2.0.1
dependabot-preview[bot] May 18, 2020
0d9e0d7
Bump mako from 1.1.2 to 1.1.3
dependabot-preview[bot] May 29, 2020
737144f
Update certifi requirement from ^2019.3.9 to ^2020.6.20
dependabot-preview[bot] Jun 22, 2020
d403b50
Bump alembic from 1.4.1 to 1.4.3
dependabot-preview[bot] Sep 11, 2020
d1e0a3f
Update feedparser requirement from ^5.2.1 to ^6.0.1
dependabot-preview[bot] Sep 15, 2020
98d20cd
Merge pull request #57 from hemanta212/dependabot/pip/test_update/rop…
hemanta212 Sep 24, 2020
cb7fc8b
Merge pull request #58 from hemanta212/dependabot/pip/test_update/sou…
hemanta212 Sep 24, 2020
a0636ae
Merge pull request #59 from hemanta212/dependabot/pip/test_update/mak…
hemanta212 Sep 24, 2020
3e2bc7b
Update pytest requirement from ^5.2.1 to ^6.0.2
dependabot-preview[bot] Sep 24, 2020
407a0f3
Merge pull request #60 from hemanta212/dependabot/pip/test_update/cer…
hemanta212 Sep 24, 2020
389f3e7
Merge pull request #63 from hemanta212/dependabot/pip/test_update/ale…
hemanta212 Sep 24, 2020
851c504
Merge pull request #64 from hemanta212/dependabot/pip/test_update/pyt…
hemanta212 Sep 24, 2020
7b1295a
Merge pull request #66 from hemanta212/dependabot/pip/test_update/fee…
hemanta212 Sep 24, 2020
594763d
Bump soupsieve from 2.0.1 to 2.2.1
dependabot-preview[bot] Mar 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bcrypt = "^3.1.4"
beautifulsoup4 = "^4.6.3"
blinker = "^1.4"
bs4 = "^0.0.1"
certifi = "^2019.3.9"
certifi = "^2020.6.20"
chardet = "^3.0.4"
Click = "^7.0"
Flask = "^1.0.2"
Expand All @@ -36,14 +36,14 @@ gunicorn = "^19.9"
flask-script = "^2.0"
flask-migrate = "^2.4"
psycopg2-binary = "^2.8"
feedparser = "^5.2.1"
feedparser = "^6.0.1"
cffi = "^1.13.0"

[tool.poetry.dev-dependencies]
pylint = "^2.3"
pytest = "^5.2.1"
pytest = "^6.0.2"
autopep8 = "^1.4"
rope = "^0.16.0"
rope = "^0.17.0"
ptpython = "^3.0.1"


Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alembic==1.4.1 \
--hash=sha256:791a5686953c4b366d3228c5377196db2f534475bb38d26f70eb69668efd9028
alembic==1.4.3 \
--hash=sha256:4e02ed2aa796bd179965041afa092c55b51fb077de19d61835673cc80672c01c \
--hash=sha256:5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245
bcrypt==3.1.7 \
--hash=sha256:d7bdc26475679dd073ba0ed2766445bb5b20ca4793ca0db32b399dccc6bc84b7 \
--hash=sha256:69361315039878c0680be456640f8705d76cb4a3a3fe1e057e0f261b74be4b31 \
Expand Down Expand Up @@ -130,9 +131,8 @@ lxml==4.5.0 \
--hash=sha256:4235bc124fdcf611d02047d7034164897ade13046bda967768836629bc62784f \
--hash=sha256:d5b3c4b7edd2e770375a01139be11307f04341ec709cf724e0f26ebb1eef12c3 \
--hash=sha256:8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60
mako==1.1.2 \
--hash=sha256:8e8b53c71c7e59f3de716b6832c4e401d903af574f6962edbbbf6ecc2a5fe6c9 \
--hash=sha256:3139c5d64aa5d175dbafb95027057128b5fbd05a40c53999f3905ceb53366d9d
mako==1.1.3 \
--hash=sha256:8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27
markupsafe==1.1.1 \
--hash=sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161 \
--hash=sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7 \
Expand Down Expand Up @@ -218,9 +218,9 @@ requests==2.23.0 \
six==1.14.0 \
--hash=sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c \
--hash=sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a
soupsieve==2.0 \
--hash=sha256:fcd71e08c0aee99aca1b73f45478549ee7e7fc006d51b37bec9e9def7dc22b69 \
--hash=sha256:e914534802d7ffd233242b785229d5ba0766a7f487385e3f714446a07bf540ae
soupsieve==2.2.1 \
--hash=sha256:c2c1c2d44f158cdbddab7824a9af8c4f83c76b1e23e049479aa432feb6c4c23b \
--hash=sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc
sqlalchemy==1.3.15 \
--hash=sha256:c4cca4aed606297afbe90d4306b49ad3a4cd36feb3f87e4bfd655c57fd9ef445
urllib3==1.25.8 \
Expand Down