Skip to content

Commit 1a505ab

Browse files
committed
fix: Recompile ci deps py38 py39
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent b321bfa commit 1a505ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk/python/requirements/py3.8-ci-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ mock==2.0.0
466466
# via feast (setup.py)
467467
moreorless==0.4.0
468468
# via bowler
469-
moto==5.0.0
469+
moto==4.2.14
470470
# via feast (setup.py)
471471
msal==1.26.0
472472
# via
@@ -488,7 +488,7 @@ mypy-extensions==1.0.0
488488
# mypy
489489
mypy-protobuf==3.1.0
490490
# via feast (setup.py)
491-
mysqlclient==2.2.2
491+
mysqlclient==2.2.3
492492
# via feast (setup.py)
493493
nbclient==0.9.0
494494
# via nbconvert

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ mock==2.0.0
457457
# via feast (setup.py)
458458
moreorless==0.4.0
459459
# via bowler
460-
moto==5.0.0
460+
moto==4.2.14
461461
# via feast (setup.py)
462462
msal==1.26.0
463463
# via
@@ -479,7 +479,7 @@ mypy-extensions==1.0.0
479479
# mypy
480480
mypy-protobuf==3.1.0
481481
# via feast (setup.py)
482-
mysqlclient==2.2.2
482+
mysqlclient==2.2.3
483483
# via feast (setup.py)
484484
nbclient==0.9.0
485485
# via nbconvert

0 commit comments

Comments
 (0)