diff --git a/requirements-dev.txt b/requirements-dev.txt index fa6d866..1204f13 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,28 +1,28 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: # # pip-compile requirements-dev.in # -astroid==2.11.7 +astroid==2.12.13 # via pylint beautifulsoup4==4.11.1 # via bs4 bs4==0.0.1 # via -r requirements.in -certifi==2022.6.15 +certifi==2022.12.7 # via requests -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via flask -dill==0.3.5.1 +dill==0.3.6 # via pylint feedgen==0.9.0 # via -r requirements.in -flask==2.1.3 +flask==2.2.2 # via -r requirements.in -idna==3.3 +idna==3.4 # via requests isort==5.10.1 # via pylint @@ -30,19 +30,21 @@ itsdangerous==2.1.2 # via flask jinja2==3.1.2 # via flask -lazy-object-proxy==1.7.1 +lazy-object-proxy==1.8.0 # via astroid lxml==4.9.1 # via feedgen markupsafe==2.1.1 - # via jinja2 + # via + # jinja2 + # werkzeug mccabe==0.7.0 # via pylint -peewee==3.15.1 +peewee==3.15.4 # via -r requirements.in -platformdirs==2.5.2 +platformdirs==2.6.0 # via pylint -pylint==2.14.5 +pylint==2.15.8 # via -r requirements-dev.in python-dateutil==2.8.2 # via feedgen @@ -54,14 +56,11 @@ soupsieve==2.3.2.post1 # via beautifulsoup4 tomli==2.0.1 # via pylint -tomlkit==0.11.1 +tomlkit==0.11.6 # via pylint -urllib3==1.26.10 +urllib3==1.26.13 # via requests -werkzeug==2.1.2 +werkzeug==2.2.2 # via flask wrapt==1.14.1 # via astroid - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements.txt b/requirements.txt index 6944184..8c51d6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: # # pip-compile requirements.in # @@ -8,17 +8,17 @@ beautifulsoup4==4.11.1 # via bs4 bs4==0.0.1 # via -r requirements.in -certifi==2022.6.15 +certifi==2022.12.7 # via requests -charset-normalizer==2.1.0 +charset-normalizer==2.1.1 # via requests click==8.1.3 # via flask feedgen==0.9.0 # via -r requirements.in -flask==2.1.3 +flask==2.2.2 # via -r requirements.in -idna==3.3 +idna==3.4 # via requests itsdangerous==2.1.2 # via flask @@ -27,8 +27,10 @@ jinja2==3.1.2 lxml==4.9.1 # via feedgen markupsafe==2.1.1 - # via jinja2 -peewee==3.15.1 + # via + # jinja2 + # werkzeug +peewee==3.15.4 # via -r requirements.in python-dateutil==2.8.2 # via feedgen @@ -38,7 +40,7 @@ six==1.16.0 # via python-dateutil soupsieve==2.3.2.post1 # via beautifulsoup4 -urllib3==1.26.10 +urllib3==1.26.13 # via requests -werkzeug==2.1.2 +werkzeug==2.2.2 # via flask