Revert "Add version constraint for google-auth (#64583)" (#64605)

This reverts commit 3792b8b3ca.
pull/64614/head
Allen Porter 2022-01-20 23:12:04 -08:00 committed by GitHub
parent d170faeffc
commit fec669f9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View File

@ -92,7 +92,3 @@ pytest_asyncio==1000000000.0.0
# https://github.com/jkeljo/sisyphus-control/issues/6
python-engineio>=3.13.1,<4.0
python-socketio>=4.6.0,<5.0
# Resolve a dependency conflict with cachetools.
# Version 2.4.0 bumps the allowed dependency range.
google-auth>=2.4.0

View File

@ -117,10 +117,6 @@ pytest_asyncio==1000000000.0.0
# https://github.com/jkeljo/sisyphus-control/issues/6
python-engineio>=3.13.1,<4.0
python-socketio>=4.6.0,<5.0
# Resolve a dependency conflict with cachetools.
# Version 2.4.0 bumps the allowed dependency range.
google-auth>=2.4.0
"""
IGNORE_PRE_COMMIT_HOOK_ID = (

View File

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=13
DEPENDENCY_CONFLICTS=14
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)