Skip to content
Snippets Groups Projects
Commit c6a36ff5 authored by Mariusz Trela's avatar Mariusz Trela
Browse files

Bump `schema`, `hive` - `config` pattern changed

parent fc9aae01
No related branches found
No related tags found
1 merge request!38Bump schema - `config` pattern changed
Pipeline #89729 passed
...@@ -29,8 +29,7 @@ variables: ...@@ -29,8 +29,7 @@ variables:
include: include:
- project: 'hive/hive' - project: 'hive/hive'
# This has to be the same as the commit checked out in the submodule ref: 5c97384b9b6c3981c28ba2f789acd634f9ff59f6
ref: 2c5e0bca0a2725bc5e4fbf4280e0a3c862d21bb6
file: '/scripts/ci-helpers/prepare_data_image_job.yml' file: '/scripts/ci-helpers/prepare_data_image_job.yml'
- project: 'hive/common-ci-configuration' - project: 'hive/common-ci-configuration'
# This should be the same version of Common CI defined in /hive/scripts/ci-helpers/prepare_data_image_job.yml # This should be the same version of Common CI defined in /hive/scripts/ci-helpers/prepare_data_image_job.yml
......
Subproject commit 2c5e0bca0a2725bc5e4fbf4280e0a3c862d21bb6 Subproject commit 5c97384b9b6c3981c28ba2f789acd634f9ff59f6
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]] [[package]]
name = "aiohttp" name = "aiohttp"
...@@ -1050,12 +1050,12 @@ files = [ ...@@ -1050,12 +1050,12 @@ files = [
[[package]] [[package]]
name = "schemas" name = "schemas"
version = "0.0.1.dev289+4b5f474" version = "0.0.1.dev290+bb2552a"
description = "Tools for checking if message fits expected format" description = "Tools for checking if message fits expected format"
optional = false optional = false
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
files = [ files = [
{file = "schemas-0.0.1.dev289+4b5f474-py3-none-any.whl", hash = "sha256:6f206459e576132c137a7caf76308b49c83b65cac3e07ca188f980fdadb8a2c7"}, {file = "schemas-0.0.1.dev290+bb2552a-py3-none-any.whl", hash = "sha256:c32cd9091edf290580712114e7b91e0b8054bbb5d69d4417791663f95300955d"},
] ]
[package.dependencies] [package.dependencies]
...@@ -1331,4 +1331,4 @@ multidict = ">=4.0" ...@@ -1331,4 +1331,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "1051bf0ecf4488a610c08a6adc2cd81624fda9192d865f8a801926786cb857e7" content-hash = "84d81b1dc6ad05a799dc5db512ee816d4c29585e46eb62ef55718aed5cce833f"
...@@ -35,7 +35,7 @@ httpx = { extras = ["http2"], version = "0.23.3" } ...@@ -35,7 +35,7 @@ httpx = { extras = ["http2"], version = "0.23.3" }
requests = "2.27.1" requests = "2.27.1"
aiohttp = "3.9.1" aiohttp = "3.9.1"
wax = "0.0.3a2.dev39+44db07f" wax = "0.0.3a2.dev39+44db07f"
schemas = "0.0.1.dev289+4b5f474" schemas = "0.0.1.dev290+bb2552a"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment