diff options
author | AlexSm <alex@ydb.tech> | 2023-12-27 23:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:31:58 +0100 |
commit | d67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch) | |
tree | 8674f2f1570877cb653e7ddcff37ba00288de15a /contrib/python/google-auth/py3/ya.make | |
parent | 1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff) | |
download | ydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz |
Import libs 4 (#758)
Diffstat (limited to 'contrib/python/google-auth/py3/ya.make')
-rw-r--r-- | contrib/python/google-auth/py3/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/google-auth/py3/ya.make b/contrib/python/google-auth/py3/ya.make index 77b6e5f741..ec71907cc6 100644 --- a/contrib/python/google-auth/py3/ya.make +++ b/contrib/python/google-auth/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(2.23.0) +VERSION(2.25.2) LICENSE(Apache-2.0) @@ -10,10 +10,10 @@ PEERDIR( contrib/python/cachetools contrib/python/cryptography contrib/python/grpcio + contrib/python/packaging contrib/python/pyasn1-modules contrib/python/requests contrib/python/rsa - contrib/python/urllib3 ) NO_LINT() |