From 50417481f4c5ffef2bb2c2b9f33f9b53082f4dd0 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:16:15 +0000 Subject: [PATCH] dep updated --- src/Pipfile.lock | 6 +++--- src/main.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pipfile.lock b/src/Pipfile.lock index 650c6ab..47c0e94 100644 --- a/src/Pipfile.lock +++ b/src/Pipfile.lock @@ -180,12 +180,12 @@ }, "auto-archiver": { "hashes": [ - "sha256:349b03c220c46a8da945897cfdadff7c932a07b150b6114d2073f72c218f52fc", - "sha256:68e98f0ddffeb4f164a5ff7c960e6c9b260db916c81588c5bbf9f1ec5e0fc1f7" + "sha256:0fa95e2e33b80bffb0b3c4fc23fa937e2398fa2f6e2dedaef8ddce0c73c9357b", + "sha256:de127648826b1413ce11b79a2fc3f9bec290b477ade103f38055796caebcf81e" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.7.8" + "version": "==0.7.9" }, "beautifulsoup4": { "hashes": [ diff --git a/src/main.py b/src/main.py index 25db0f3..c90b3ce 100644 --- a/src/main.py +++ b/src/main.py @@ -25,7 +25,7 @@ load_dotenv() # Configuration ALLOWED_ORIGINS = os.environ.get("ALLOWED_ORIGINS", "chrome-extension://ondkcheoicfckabcnkdgbepofpjmjcmb,chrome-extension://ojcimmjndnlmmlgnjaeojoebaceokpdp").split(",") -VERSION = "0.5.9" +VERSION = "0.5.10" # min-version refers to the version of auto-archiver-extension on the webstore BREAKING_CHANGES = {"minVersion": "0.3.1", "message": "The latest update has breaking changes, please update the extension to the most recent version."}