From 713409735fb1efb08e3650a20580b67ce9787f24 Mon Sep 17 00:00:00 2001 From: "Vladislav I. Kulbatski" Date: Wed, 14 Jul 2021 08:50:06 +0200 Subject: [PATCH] version: 1.1.1 --- Dockerfile | 6 +++--- setup.py | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e51696..6914ce3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -LABEL version="1.1.0" author="Vladislav I. Kulbatski" email="hi@exesse.org" +LABEL version="1.1.1" author="Vladislav I. Kulbatski" email="hi@exesse.org" WORKDIR /mongo-dump @@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends\ mongo-tools=3.6.3-0ubuntu1\ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -RUN python3 -m pip install mongodump-s3==1.1.0 +RUN python3 -m pip install mongodump-s3==1.1.1 -ENTRYPOINT ["mongodump-s3"] \ No newline at end of file +ENTRYPOINT ["mongodump-s3"] diff --git a/setup.py b/setup.py index d7fec64..5b92c34 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setup( name="mongodump-s3", - version="1.1.0", + version="1.1.1", description="Backup utility for MongoDB. " "Compatible with Azure, Amazon Web Services and Google Cloud Platform.", long_description=README, @@ -27,12 +27,12 @@ packages=["mongodump_s3"], include_package_data=False, install_requires=[ - "requests==2.25.1", + "requests>=2.26.0", "hurry.filesize==0.9", - "python-dotenv==0.15.0", - "azure-storage-blob==12.7.1", - "boto3==1.16.63", - "google-cloud-storage==1.35.0" + "python-dotenv>=0.18.0", + "azure-storage-blob>=12.8.1", + "boto3>=1.17.111", + "google-cloud-storage>=1.41.0" ], entry_points={ "console_scripts": [