From bcf1ccb959a1958af8d8237a3ff6b178090a35cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:15:54 +0000 Subject: [PATCH] chore(deps): update dependency alembic to v1.13.3 --- backend/data_tools/Pipfile | 2 +- backend/data_tools/Pipfile.lock | 16 ++++++++-------- backend/ops_api/Pipfile | 2 +- backend/ops_api/Pipfile.lock | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/backend/data_tools/Pipfile b/backend/data_tools/Pipfile index e3febf1b67..65d8537ff8 100644 --- a/backend/data_tools/Pipfile +++ b/backend/data_tools/Pipfile @@ -14,7 +14,7 @@ desert = "2022.9.22" sqlalchemy-continuum = "==1.4.2" marshmallow-sqlalchemy = "==1.0.0" marshmallow-enum = "==1.5.1" -alembic = "==1.13.2" +alembic = "==1.13.3" alembic-postgresql-enum = "==1.3.0" [dev-packages] diff --git a/backend/data_tools/Pipfile.lock b/backend/data_tools/Pipfile.lock index 305b5f2429..98861c5a00 100644 --- a/backend/data_tools/Pipfile.lock +++ b/backend/data_tools/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9ec94e9b32c7b0e15503085ee6e6a528598de1100f0dcc384779ae549a68a478" + "sha256": "512db74fb86fb4db39fb90e39c2175946fe96db402be9663add77fce29c65255" }, "pipfile-spec": 6, "requires": { @@ -18,12 +18,12 @@ "default": { "alembic": { "hashes": [ - "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef", - "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953" + "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2", + "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.13.2" + "version": "==1.13.3" }, "alembic-postgresql-enum": { "hashes": [ @@ -142,7 +142,7 @@ "sha256:f406b22b7c9a9b4f8aa9d2ab13d6ae0ac3e85c9a809bd590ad53fed2bf70dc79", "sha256:f6ff3b14f2df4c41660a7dec01045a045653998784bf8cfcb5a525bdffffbc8f" ], - "markers": "python_version < '3.13' and (platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32'))))))", + "markers": "python_version < '3.13' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))", "version": "==3.1.1" }, "json5": { @@ -468,7 +468,7 @@ "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.0.post0" }, "pytz": { @@ -483,7 +483,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "sqlalchemy": { @@ -1413,7 +1413,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "stack-data": { diff --git a/backend/ops_api/Pipfile b/backend/ops_api/Pipfile index 58a3eefd4b..4425aa1d42 100644 --- a/backend/ops_api/Pipfile +++ b/backend/ops_api/Pipfile @@ -21,7 +21,7 @@ sqlalchemy-continuum = "==1.4.2" marshmallow-sqlalchemy = "==1.0.0" azure-storage-blob = "==12.22.0" azure-identity = "==1.17.1" -alembic = "==1.13.2" +alembic = "==1.13.3" alembic-postgresql-enum = "==1.3.0" PyYAML = "==6.0.2" diff --git a/backend/ops_api/Pipfile.lock b/backend/ops_api/Pipfile.lock index e47ee6cbbb..b43554be03 100644 --- a/backend/ops_api/Pipfile.lock +++ b/backend/ops_api/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "013c47852c8693a3afb5affe38c1f19a43eeeba5a026bb22ce4926da4f6c5a3d" + "sha256": "3340158b953d979f08092726281514989ada7ba1593b5fc63509d80c169e9ed6" }, "pipfile-spec": 6, "requires": { @@ -18,12 +18,12 @@ "default": { "alembic": { "hashes": [ - "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef", - "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953" + "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2", + "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.13.2" + "version": "==1.13.3" }, "alembic-postgresql-enum": { "hashes": [ @@ -416,7 +416,7 @@ "sha256:f406b22b7c9a9b4f8aa9d2ab13d6ae0ac3e85c9a809bd590ad53fed2bf70dc79", "sha256:f6ff3b14f2df4c41660a7dec01045a045653998784bf8cfcb5a525bdffffbc8f" ], - "markers": "python_version < '3.13' and (platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32'))))))", + "markers": "python_version < '3.13' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))", "version": "==3.1.1" }, "gunicorn": { @@ -814,7 +814,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "sqlalchemy": { @@ -1678,7 +1678,7 @@ "sha256:8d94a52e0197fbad63fee8f70df16e6ed689e5e4f105b705c9afa7a30397a5aa", "sha256:8e99d2f52fab2f0f1f3d68ba9d026060140bf0e53680aada0111fb27b2f0e93a" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.6.3" }, "parso": { @@ -1828,7 +1828,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "stack-data": {