finally closes #36

This commit is contained in:
msramalho
2024-02-22 18:26:10 +00:00
parent 88daf7f939
commit 0438d30a60
3 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ services:
volumes:
- ./src:/app
- /var/run/docker.sock:/var/run/docker.sock
- crawls:/crawls # BROWSERTRIX_HOME_HOST:BROWSERTRIX_HOME_CONTAINER
- crawls:/crawls # BROWSERTRIX_HOME_HOST:BROWSERTRIX_HOME_CONTAINER, do not change /crawls
environment:
CELERY_BROKER_URL: *broker-url
CELERY_RESULT_BACKEND: *broker-url

18
src/Pipfile.lock generated
View File

@@ -188,12 +188,12 @@
},
"auto-archiver": {
"hashes": [
"sha256:998f7420c7bbf91e08a7a3b994af083b34cfb2981b460b02faeebb0951623002",
"sha256:d132062d60680b8e4638e4af6c9d4a6c7051f30328c7968624508419e02b26dc"
"sha256:66edb9b833317f32891f3a4635f09dd761195f2a863fa1f5b4d19086fbe9848b",
"sha256:a4ad3b3c601a797be3dea05d642c7811001120a119671d40ad35d7732f8d16c3"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==0.9.4"
"version": "==0.9.7"
},
"beautifulsoup4": {
"hashes": [
@@ -220,19 +220,19 @@
},
"boto3": {
"hashes": [
"sha256:0d382baac02ba4ead82230f34ba377fbf5f6481321dca911e6664b752d79b682",
"sha256:eb5d84c2127ffddf8e7f4dd6f9084f86cb18dca8416fb5d6bea278298cf8d84c"
"sha256:1de708665cbf156e76ca67e376d6cabc5f9a06d7213f925a510cb818a15340a6",
"sha256:7574afd70c767fdbb19726565a67b47291e1e35ec792c9fbb8ee63cb3f630d45"
],
"markers": "python_version >= '3.8'",
"version": "==1.34.46"
"version": "==1.34.47"
},
"botocore": {
"hashes": [
"sha256:21a6c391c6b4869aed66bc888b8e6d54581b343514cfe97dbe71ede12026c3cc",
"sha256:f54330ba1e8ce31489a4e09b4ba8afbf84be01bbc48dbb31d44897fb7657f7ad"
"sha256:29f1d6659602c5d79749eca7430857f7a48dd02e597d0ea4a95a83c47847993e",
"sha256:8f0c989d12cfceb06b005808492ec1ff6ae90fab1fc4bf7ac8e825ac86bc8a0b"
],
"markers": "python_version >= '3.8'",
"version": "==1.34.46"
"version": "==1.34.47"
},
"brotli": {
"hashes": [

View File

@@ -26,7 +26,7 @@ load_dotenv()
# Configuration
ALLOWED_ORIGINS = os.environ.get("ALLOWED_ORIGINS", "chrome-extension://ondkcheoicfckabcnkdgbepofpjmjcmb,chrome-extension://ojcimmjndnlmmlgnjaeojoebaceokpdp").split(",")
VERSION = "0.5.14"
VERSION = "0.5.15"
# 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."}