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:
Marc 'risson' Schmitt
2024-08-05 16:28:06 +02:00
committed by Jens Langhammer
parent b4f04881e0
commit 34d30bb549
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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 = "*" }