From d8bf52c9d28355ff1a338099b797bee13cdf9e4a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 21 Oct 2023 19:02:42 +0200 Subject: [PATCH] urllib3 security update and more --- requirements-dev.txt | 16 ++++++---------- requirements.txt | 8 ++++---- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5b66073..0fe1293 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements-dev.in # -astroid==3.0.0 +astroid==3.0.1 # via pylint beautifulsoup4==4.12.2 # via bs4 -blinker==1.6.2 +blinker==1.6.3 # via flask bs4==0.0.1 # via -r requirements.in @@ -40,11 +40,11 @@ markupsafe==2.1.3 # werkzeug mccabe==0.7.0 # via pylint -peewee==3.16.3 +peewee==3.17.0 # via -r requirements.in platformdirs==3.11.0 # via pylint -pylint==3.0.0 +pylint==3.0.1 # via -r requirements-dev.in python-dateutil==2.8.2 # via feedgen @@ -54,13 +54,9 @@ six==1.16.0 # via python-dateutil soupsieve==2.5 # via beautifulsoup4 -tomli==2.0.1 - # via pylint tomlkit==0.12.1 # via pylint -typing-extensions==4.8.0 - # via astroid -urllib3==2.0.6 +urllib3==2.0.7 # via requests werkzeug==3.0.0 # via flask diff --git a/requirements.txt b/requirements.txt index bdf0c1a..1258cf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements.in # beautifulsoup4==4.12.2 # via bs4 -blinker==1.6.2 +blinker==1.6.3 # via flask bs4==0.0.1 # via -r requirements.in @@ -32,7 +32,7 @@ markupsafe==2.1.3 # via # jinja2 # werkzeug -peewee==3.16.3 +peewee==3.17.0 # via -r requirements.in python-dateutil==2.8.2 # via feedgen @@ -42,7 +42,7 @@ six==1.16.0 # via python-dateutil soupsieve==2.5 # via beautifulsoup4 -urllib3==2.0.6 +urllib3==2.0.7 # via requests werkzeug==3.0.0 # via flask