mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-13 05:58:35 +03:00
aa version bump
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
VERSION = "0.12.13"
|
VERSION = "0.12.14"
|
||||||
|
|
||||||
API_DESCRIPTION = """
|
API_DESCRIPTION = """
|
||||||
#### API for the Auto-Archiver project, a tool to archive web pages and Google Sheets.
|
#### API for the Auto-Archiver project, a tool to archive web pages and Google Sheets.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# From python:3.10
|
# From python:3.10
|
||||||
FROM bellingcat/auto-archiver:v1.2.5
|
FROM bellingcat/auto-archiver:v1.2.6
|
||||||
# NOTE: remove dot from v.1, this release was badly named
|
# NOTE: remove dot from v.1, this release was badly named
|
||||||
|
|
||||||
# set work directory
|
# set work directory
|
||||||
|
|||||||
1418
poetry.lock
generated
1418
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@ requires-python = ">=3.10,<3.13"
|
|||||||
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto-archiver (>=1.2.5,<2.0.0)",
|
"auto-archiver (>=1.2.6,<2.0.0)",
|
||||||
"celery (>=5.0)",
|
"celery (>=5.0)",
|
||||||
"redis (>=7.2.0,<8.0.0)",
|
"redis (>=7.2.0,<8.0.0)",
|
||||||
"loguru (>=0.7.3,<0.8.0)",
|
"loguru (>=0.7.3,<0.8.0)",
|
||||||
|
|||||||
Reference in New Issue
Block a user