diff --git a/projects/XKCD_downloader/requirements.txt b/projects/XKCD_downloader/requirements.txt index 34e94afcf..12a8a172f 100644 --- a/projects/XKCD_downloader/requirements.txt +++ b/projects/XKCD_downloader/requirements.txt @@ -2,6 +2,6 @@ beautifulsoup4==4.9.1 certifi==2020.6.20 chardet==3.0.4 idna==2.10 -requests==2.24.0 +requests==2.32.4 soupsieve==2.0.1 urllib3==1.25.10