From e29f184b519c757b79dc9b70660007af4941d14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:56:17 +0000 Subject: [PATCH] Bump instaloader from 4.10.3 to 4.11 Bumps [instaloader](https://github.com/instaloader/instaloader) from 4.10.3 to 4.11. - [Release notes](https://github.com/instaloader/instaloader/releases) - [Commits](https://github.com/instaloader/instaloader/compare/v4.10.3...v4.11) --- updated-dependencies: - dependency-name: instaloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker_reqs.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_reqs.txt b/docker_reqs.txt index c5b8d60..68e33d6 100644 --- a/docker_reqs.txt +++ b/docker_reqs.txt @@ -3,4 +3,4 @@ requests-toolbelt==1.0.0 geopy>=2.0.0 prettytable==3.9.0 instagrapi -instaloader==4.10.3 \ No newline at end of file +instaloader==4.11 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b825151..f62c5c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ requests-toolbelt==1.0.0 geopy>=2.0.0 prettytable==3.9.0 instagrapi==2.0.3 -instaloader==4.10.3 +instaloader==4.11 Pillow==10.2.0 \ No newline at end of file