From 3007580dfde3451604251872d6cb0435dcf47c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:43:39 +0000 Subject: [PATCH 1/2] Bump requests from 2.31.0 to 2.32.3 in /app Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index a465e7f..dc884a7 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,4 +4,4 @@ Flask-Session==0.8.0 flask-paginate==2024.4.12 gunicorn==22.0.0 msgspec==0.18.6 -requests==2.31.0 +requests==2.32.3 From c3a2375791cc9899fce8d5ac33264fd8b43dca77 Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:48:34 +0300 Subject: [PATCH 2/2] Bump instaunfollowers from 1.11.17 to 1.11.18 --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 352b484..21cb04a 100644 --- a/app/app.py +++ b/app/app.py @@ -28,7 +28,7 @@ # Upload folder UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads') # Current version -CURRENT_VERSION = 'v1.11.17' +CURRENT_VERSION = 'v1.11.18' # Update needed UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))