dep updated

This commit is contained in:
msramalho
2023-12-13 14:16:15 +00:00
parent 7dd0503d90
commit 50417481f4
2 changed files with 4 additions and 4 deletions

6
src/Pipfile.lock generated
View File

@@ -180,12 +180,12 @@
}, },
"auto-archiver": { "auto-archiver": {
"hashes": [ "hashes": [
"sha256:349b03c220c46a8da945897cfdadff7c932a07b150b6114d2073f72c218f52fc", "sha256:0fa95e2e33b80bffb0b3c4fc23fa937e2398fa2f6e2dedaef8ddce0c73c9357b",
"sha256:68e98f0ddffeb4f164a5ff7c960e6c9b260db916c81588c5bbf9f1ec5e0fc1f7" "sha256:de127648826b1413ce11b79a2fc3f9bec290b477ade103f38055796caebcf81e"
], ],
"index": "pypi", "index": "pypi",
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.8'",
"version": "==0.7.8" "version": "==0.7.9"
}, },
"beautifulsoup4": { "beautifulsoup4": {
"hashes": [ "hashes": [

View File

@@ -25,7 +25,7 @@ load_dotenv()
# Configuration # Configuration
ALLOWED_ORIGINS = os.environ.get("ALLOWED_ORIGINS", "chrome-extension://ondkcheoicfckabcnkdgbepofpjmjcmb,chrome-extension://ojcimmjndnlmmlgnjaeojoebaceokpdp").split(",") 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 # 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."} BREAKING_CHANGES = {"minVersion": "0.3.1", "message": "The latest update has breaking changes, please update the extension to the most recent version."}