1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

deps: updating python protobuf (PROJQUAY-9081) (#4096)

updating python protobuf version
This commit is contained in:
Brandon Caton
2025-07-02 11:32:11 -04:00
committed by GitHub
parent e72688f133
commit 147e41804b
2 changed files with 4 additions and 4 deletions

View File

@@ -135,9 +135,9 @@ def test_registry_proxy_model_init_only_query_db_once(initialized_db):
class TestLookUpRepositoryWithRepoCreationVisibilityFlag:
orgname = "quayio-cache"
upstream_repository = "app-sre/ubi8-ubi"
upstream_registry = "quay.io"
tag = "8.4"
upstream_repository = "library/nginx"
upstream_registry = "docker.io"
tag = "latest"
@pytest.fixture(autouse=True)
def setup(self, app):

View File

@@ -79,7 +79,7 @@ peewee==3.13.1
pillow==10.3.0
ply==3.11
prometheus_client==0.7.1
protobuf==5.28.2
protobuf==5.29.5
psutil==5.9.0
psycopg2==2.9.9
pyasn1==0.4.8