mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 21:48:35 +03:00
dep updated
This commit is contained in:
6
src/Pipfile.lock
generated
6
src/Pipfile.lock
generated
@@ -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": [
|
||||||
|
|||||||
@@ -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."}
|
||||||
|
|||||||
Reference in New Issue
Block a user