@@ -444,7 +444,7 @@ delta-lake = [
444444 " deltalake>=0.6.3, != 0.6.4, != 0.18.0, <1.0.0; platform_system == 'Darwin' and platform_machine == 'arm64'" ,
445445 " deltalake>=0.6.3, != 0.6.4, <1.0.0; platform_system != 'Darwin' or platform_machine != 'arm64'" ,
446446 " more-itertools>=8.12.0,<11.0.0" ,
447- " moto[s3]<5 .0.0" ,
447+ " moto[s3]>=5.0.0,<6 .0.0" ,
448448 " parse>=1.19.0,<2.0.0" ,
449449 " pyarrow>14.0.0,<24.0.0" ,
450450 " pydeequ>=1.1.0,<2.0.0" ,
@@ -603,7 +603,7 @@ gcs = [
603603 " botocore!=1.23.0,<2.0.0" ,
604604 " cachetools<6.0.0" ,
605605 " more-itertools>=8.12.0,<11.0.0" ,
606- " moto[s3]<5 .0.0" ,
606+ " moto[s3]>=5.0.0,<6 .0.0" ,
607607 " parse>=1.19.0,<2.0.0" ,
608608 " pyarrow>14.0.0,<24.0.0" ,
609609 " pydeequ>=1.1.0,<2.0.0" ,
@@ -620,7 +620,7 @@ gcs-slim = [
620620 " botocore!=1.23.0,<2.0.0" ,
621621 " cachetools<6.0.0" ,
622622 " more-itertools>=8.12.0,<11.0.0" ,
623- " moto[s3]<5 .0.0" ,
623+ " moto[s3]>=5.0.0,<6 .0.0" ,
624624 " parse>=1.19.0,<2.0.0" ,
625625 " pyarrow>14.0.0,<24.0.0" ,
626626 " smart-open[gcs,s3]>=5.2.1,<8.0.0" ,
@@ -1091,7 +1091,7 @@ s3 = [
10911091 " botocore!=1.23.0,<2.0.0" ,
10921092 " cachetools<6.0.0" ,
10931093 " more-itertools>=8.12.0,<11.0.0" ,
1094- " moto[s3]<5 .0.0" ,
1094+ " moto[s3]>=5.0.0,<6 .0.0" ,
10951095 " parse>=1.19.0,<2.0.0" ,
10961096 " pyarrow>14.0.0,<24.0.0" ,
10971097 " pydeequ>=1.1.0,<2.0.0" ,
@@ -1108,7 +1108,7 @@ s3-slim = [
11081108 " botocore!=1.23.0,<2.0.0" ,
11091109 " cachetools<6.0.0" ,
11101110 " more-itertools>=8.12.0,<11.0.0" ,
1111- " moto[s3]<5 .0.0" ,
1111+ " moto[s3]>=5.0.0,<6 .0.0" ,
11121112 " parse>=1.19.0,<2.0.0" ,
11131113 " pyarrow>14.0.0,<24.0.0" ,
11141114 " smart-open[s3]>=5.2.1,<8.0.0" ,
@@ -1473,7 +1473,7 @@ all = [
14731473 " looker-sdk>=23.0.0,<26.0.0" ,
14741474 " mlflow-skinny>=2.3.0,<2.21.0" ,
14751475 " more-itertools>=8.12.0,<11.0.0" ,
1476- " moto[s3]<5 .0.0" ,
1476+ " moto[s3]>=5.0.0,<6 .0.0" ,
14771477 " msal>=1.31.1,<2.0.0" ,
14781478 " neo4j<7.0.0" ,
14791479 " nest-asyncio<2.0.0" ,
@@ -1627,7 +1627,7 @@ dev = [
16271627 " mixpanel>=4.9.0,<6.0.0" ,
16281628 " mlflow-skinny>=2.3.0,<2.21.0" ,
16291629 " more-itertools>=8.12.0,<11.0.0" ,
1630- " moto[s3]<5 .0.0" ,
1630+ " moto[s3]>=5.0.0,<6 .0.0" ,
16311631 " msal>=1.31.1,<2.0.0" ,
16321632 " mypy==1.17.1" ,
16331633 " neo4j<7.0.0" ,
@@ -1820,7 +1820,7 @@ docs = [
18201820 " mixpanel>=4.9.0,<6.0.0" ,
18211821 " mlflow-skinny>=2.3.0,<2.21.0" ,
18221822 " more-itertools>=8.12.0,<11.0.0" ,
1823- " moto[s3]<5 .0.0" ,
1823+ " moto[s3]>=5.0.0,<6 .0.0" ,
18241824 " msal>=1.31.1,<2.0.0" ,
18251825 " mypy==1.17.1" ,
18261826 " neo4j<7.0.0" ,
@@ -1977,7 +1977,7 @@ integration-tests = [
19771977 " jupyter_server>=2.14.1,<3.0.0" ,
19781978 " kerberos>=1.3.0,<2.0.0" ,
19791979 " more-itertools>=8.12.0,<11.0.0" ,
1980- " moto[s3]<5 .0.0" ,
1980+ " moto[s3]>=5.0.0,<6 .0.0" ,
19811981 " numpy<2" ,
19821982 " openpyxl>=3.1.5,<4.0.0" ,
19831983 " pandas<3.0.0" ,
0 commit comments