root: fix opencontainers ref (#10776)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # poetry.lock
This commit is contained in:
committed by
Jens Langhammer
parent
b4f04881e0
commit
34d30bb549
8
poetry.lock
generated
8
poetry.lock
generated
@ -2945,9 +2945,9 @@ develop = false
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/BeryJu/oci-python"
|
||||
reference = "3c5e4dbeaea744fd52515c3daba0e28741cb2091"
|
||||
resolved_reference = "3c5e4dbeaea744fd52515c3daba0e28741cb2091"
|
||||
url = "https://github.com/vsoch/oci-python"
|
||||
reference = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf"
|
||||
resolved_reference = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf"
|
||||
|
||||
[[package]]
|
||||
name = "opentelemetry-api"
|
||||
@ -5341,4 +5341,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "~3.12"
|
||||
content-hash = "eda655a724dfc1e879b2d4dba9914e379e1d724d091835f5567f8e07cb6c0aaa"
|
||||
content-hash = "055376879ff784080ab95c02eaa012fb1dad1213b1faa0dd1d61b0b812859b6d"
|
||||
|
||||
@ -120,7 +120,7 @@ kubernetes = "*"
|
||||
ldap3 = "*"
|
||||
lxml = "*"
|
||||
msgraph-sdk = "*"
|
||||
opencontainers = { git = "https://github.com/BeryJu/oci-python", rev = "3c5e4dbeaea744fd52515c3daba0e28741cb2091", extras = ["reggie"] }
|
||||
opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf", extras = ["reggie"] }
|
||||
packaging = "*"
|
||||
paramiko = "*"
|
||||
psycopg = { extras = ["c"], version = "*" }
|
||||
|
||||
Reference in New Issue
Block a user