File tree Expand file tree Collapse file tree 5 files changed +33
-38
lines changed Expand file tree Collapse file tree 5 files changed +33
-38
lines changed Original file line number Diff line number Diff line change 11aiofiles>=0.5.0
2- aiohttp>=3.7.4
2+ aiohttp>=3.8.3
33boto3>=1.17.74
4- celery>=5.0.5
4+ celery>=5.2.7
55# TODO: Remove this when the fix is available in non beta
66# We have to use a beta version of kombu on Python 3.7
77# because only that fixes "AttributeError: 'EntryPoints' object has no attribute 'get'"
@@ -13,14 +13,14 @@ kombu>=5.3.0b2
1313
1414coverage>=5.5
1515Django>=3.2.10
16- fastapi>=0.65.1
17- flask>=1.1.4,<2.0.0
16+ fastapi>=0.92.0
17+ flask>=2.2.3
1818grpcio>=1.37.1
1919google-cloud-pubsub<=2.1.0
2020google-cloud-storage>=1.24.0
21- lxml>=4.6.3
21+ lxml>=4.9.2
2222mock>=4.0.3
23- moto>=1.3.16,<2.0
23+ moto>=4.1.2
2424mysqlclient>=2.0.3
2525nose>=1.3.7
2626PyMySQL[rsa]>=1.0.2
@@ -36,15 +36,15 @@ pika>=1.2.0
3636protobuf<4.0.0
3737
3838pymongo>=3.11.4
39- pyramid>=2.0
39+ pyramid>=2.0.1
4040pytest>=6.2.4
4141pytest-celery
4242redis>=3.5.3
4343requests-mock
4444responses<=0.17.0
4545sanic==21.6.2
4646sqlalchemy>=2.0.0
47- spyne>=2.13.16
47+ spyne>=2.14.0
4848tornado>=4.5.3,<6.0
4949uvicorn>=0.13.4
5050urllib3[secure]<1.27,>=1.26.5
Original file line number Diff line number Diff line change 66# collect_ignore_glob.append("*test_tornado*")
77tornado>=6.1
88aiofiles>=0.5.0
9- aiohttp>=3.7.4
9+ aiohttp>=3.8.3
1010boto3>=1.17.74
11- celery>=5.0.5
11+ celery>=5.2.7
1212coverage>=5.5
1313Django>=3.2.10
14- fastapi>=0.65.1
15- flask>=2.0.0
14+ fastapi>=0.92.0
15+ flask>=2.2.3
1616markupsafe>=2.1.0
1717grpcio>=1.37.1
1818google-cloud-pubsub<=2.1.0
1919google-cloud-storage>=1.24.0
20- lxml>=4.6.3
20+ lxml>=4.9.2
2121mock>=4.0.3
22-
23- # We have to increase the minimum moto version so we can keep markupsafe on the required minimum
24- # TODO: This appears to break 'test_get_secret_value' in test_boto3_secretsmanager.py
25- moto>=2.0
22+ moto>=4.1.2
2623mysqlclient>=2.0.3
2724nose>=1.3.7
2825PyMySQL[rsa]>=1.0.2
2926psycopg2-binary>=2.8.6
3027pika>=1.2.0
3128pymongo>=3.11.4
32- pyramid>=2.0
29+ pyramid>=2.0.1
3330pytest>=6.2.4
3431pytest-celery
3532redis>=3.5.3
3633requests-mock
3734responses<=0.17.0
3835sanic==21.6.2
3936sqlalchemy>=2.0.0
40- spyne>=2.13.16
37+ spyne>=2.14.0
4138
4239uvicorn>=0.13.4
4340urllib3[secure]<1.27,>=1.26.5
Original file line number Diff line number Diff line change 11aiofiles>=0.5.0
2- aiohttp>=3.7.4
2+ aiohttp>=3.8.3
33boto3>=1.17.74
4- celery>=5.0.5
4+ celery>=5.2.7
55coverage>=5.5
66Django>=3.2.10
7- fastapi>=0.65.1
8- flask>=2.2.0
7+ fastapi>=0.92.0
8+ flask>=2.2.3
99markupsafe>=2.1.0
1010grpcio>=1.37.1
1111google-cloud-pubsub<=2.1.0
1212google-cloud-storage>=1.24.0
13- lxml>=4.6.3
13+ lxml>=4.9.2
1414mock>=4.0.3
15- # We have to increase the minimum moto version so we can keep markupsafe on the required minimum
16- # TODO: This appears to break 'test_get_secret_value' in test_boto3_secretsmanager.py
17- moto>=2.0
15+ moto>=4.1.2
1816mysqlclient>=2.0.3
1917nose>=1.3.7
2018PyMySQL[rsa]>=1.0.2
@@ -30,15 +28,15 @@ pika>=1.2.0
3028protobuf<4.0.0
3129
3230pymongo>=3.11.4
33- pyramid>=2.0
31+ pyramid>=2.0.1
3432pytest>=6.2.4
3533pytest-celery
3634redis>=3.5.3
3735requests-mock
3836responses<=0.17.0
3937sanic==21.6.2
4038sqlalchemy>=2.0.0
41- spyne>=2.13.16
39+ spyne>=2.14.0
4240
4341uvicorn>=0.13.4
4442urllib3[secure]<1.27,>=1.26.5
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ flask>=0.12.2
33gevent>=1.4.0
44mock>=2.0.0
55nose>=1.0
6- pyramid>=1.2
6+ pyramid>=2.0.1
77pytest>=4.6
88urllib3[secure]<1.27,>=1.26.5
Original file line number Diff line number Diff line change 11aiofiles >= 0.5.0
2- aiohttp >= 3.7.4
2+ aiohttp >= 3.8.3
33boto3 >= 1.17.74
4- celery >= 5.0.5
4+ celery >= 5.2.7
55coverage >= 5.5
66Django >= 3.2.10
7- fastapi >= 0.65.1
8- flask >= 1.1.4 , < 2.0.0
7+ fastapi >= 0.92.0
8+ flask >= 2.2.3
99grpcio >= 1.37.1
1010google-cloud-pubsub <= 2.1.0
1111google-cloud-storage >= 1.24.0
12- lxml >= 4.6.3
12+ lxml >= 4.9.2
1313mock >= 4.0.3
14- moto >= 1.3.16 , < 2.0
14+ moto >= 4.1.2
1515mysqlclient >= 2.0.3
1616nose >= 1.3.7
1717PyMySQL [rsa ]>= 1.0.2
@@ -27,15 +27,15 @@ pika>=1.2.0
2727protobuf < 4.0.0
2828
2929pymongo >= 3.11.4
30- pyramid >= 2.0
30+ pyramid >= 2.0.1
3131pytest >= 6.2.4
3232pytest-celery
3333redis >= 3.5.3
3434requests-mock
3535responses <= 0.17.0
3636sanic == 21.6.2
3737sqlalchemy >= 2.0.0
38- spyne >= 2.13.16
38+ spyne >= 2.14.0
3939tornado >= 4.5.3 ,< 6.0
4040uvicorn >= 0.13.4
4141urllib3 [secure ]< 1.27 ,>= 1.26.5
You can’t perform that action at this time.
0 commit comments