Skip to content

Commit 75d8ecf

Browse files
pvitalFerenc-
authored andcommitted
chore[deps]: Bump up the versions of the tests' dependencies.
Most of the upgrades are related to security issues of the packages or their dependencies. Signed-off-by: Paulo Vital <[email protected]>
1 parent 1376e67 commit 75d8ecf

File tree

5 files changed

+33
-38
lines changed

5 files changed

+33
-38
lines changed

tests/requirements-307.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiofiles>=0.5.0
2-
aiohttp>=3.7.4
2+
aiohttp>=3.8.3
33
boto3>=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

1414
coverage>=5.5
1515
Django>=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
1818
grpcio>=1.37.1
1919
google-cloud-pubsub<=2.1.0
2020
google-cloud-storage>=1.24.0
21-
lxml>=4.6.3
21+
lxml>=4.9.2
2222
mock>=4.0.3
23-
moto>=1.3.16,<2.0
23+
moto>=4.1.2
2424
mysqlclient>=2.0.3
2525
nose>=1.3.7
2626
PyMySQL[rsa]>=1.0.2
@@ -36,15 +36,15 @@ pika>=1.2.0
3636
protobuf<4.0.0
3737

3838
pymongo>=3.11.4
39-
pyramid>=2.0
39+
pyramid>=2.0.1
4040
pytest>=6.2.4
4141
pytest-celery
4242
redis>=3.5.3
4343
requests-mock
4444
responses<=0.17.0
4545
sanic==21.6.2
4646
sqlalchemy>=2.0.0
47-
spyne>=2.13.16
47+
spyne>=2.14.0
4848
tornado>=4.5.3,<6.0
4949
uvicorn>=0.13.4
5050
urllib3[secure]<1.27,>=1.26.5

tests/requirements-310-with-tornado.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,35 @@
66
# collect_ignore_glob.append("*test_tornado*")
77
tornado>=6.1
88
aiofiles>=0.5.0
9-
aiohttp>=3.7.4
9+
aiohttp>=3.8.3
1010
boto3>=1.17.74
11-
celery>=5.0.5
11+
celery>=5.2.7
1212
coverage>=5.5
1313
Django>=3.2.10
14-
fastapi>=0.65.1
15-
flask>=2.0.0
14+
fastapi>=0.92.0
15+
flask>=2.2.3
1616
markupsafe>=2.1.0
1717
grpcio>=1.37.1
1818
google-cloud-pubsub<=2.1.0
1919
google-cloud-storage>=1.24.0
20-
lxml>=4.6.3
20+
lxml>=4.9.2
2121
mock>=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
2623
mysqlclient>=2.0.3
2724
nose>=1.3.7
2825
PyMySQL[rsa]>=1.0.2
2926
psycopg2-binary>=2.8.6
3027
pika>=1.2.0
3128
pymongo>=3.11.4
32-
pyramid>=2.0
29+
pyramid>=2.0.1
3330
pytest>=6.2.4
3431
pytest-celery
3532
redis>=3.5.3
3633
requests-mock
3734
responses<=0.17.0
3835
sanic==21.6.2
3936
sqlalchemy>=2.0.0
40-
spyne>=2.13.16
37+
spyne>=2.14.0
4138

4239
uvicorn>=0.13.4
4340
urllib3[secure]<1.27,>=1.26.5

tests/requirements-310.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
aiofiles>=0.5.0
2-
aiohttp>=3.7.4
2+
aiohttp>=3.8.3
33
boto3>=1.17.74
4-
celery>=5.0.5
4+
celery>=5.2.7
55
coverage>=5.5
66
Django>=3.2.10
7-
fastapi>=0.65.1
8-
flask>=2.2.0
7+
fastapi>=0.92.0
8+
flask>=2.2.3
99
markupsafe>=2.1.0
1010
grpcio>=1.37.1
1111
google-cloud-pubsub<=2.1.0
1212
google-cloud-storage>=1.24.0
13-
lxml>=4.6.3
13+
lxml>=4.9.2
1414
mock>=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
1816
mysqlclient>=2.0.3
1917
nose>=1.3.7
2018
PyMySQL[rsa]>=1.0.2
@@ -30,15 +28,15 @@ pika>=1.2.0
3028
protobuf<4.0.0
3129

3230
pymongo>=3.11.4
33-
pyramid>=2.0
31+
pyramid>=2.0.1
3432
pytest>=6.2.4
3533
pytest-celery
3634
redis>=3.5.3
3735
requests-mock
3836
responses<=0.17.0
3937
sanic==21.6.2
4038
sqlalchemy>=2.0.0
41-
spyne>=2.13.16
39+
spyne>=2.14.0
4240

4341
uvicorn>=0.13.4
4442
urllib3[secure]<1.27,>=1.26.5

tests/requirements-gevent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ flask>=0.12.2
33
gevent>=1.4.0
44
mock>=2.0.0
55
nose>=1.0
6-
pyramid>=1.2
6+
pyramid>=2.0.1
77
pytest>=4.6
88
urllib3[secure]<1.27,>=1.26.5

tests/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
aiofiles>=0.5.0
2-
aiohttp>=3.7.4
2+
aiohttp>=3.8.3
33
boto3>=1.17.74
4-
celery>=5.0.5
4+
celery>=5.2.7
55
coverage>=5.5
66
Django>=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
99
grpcio>=1.37.1
1010
google-cloud-pubsub<=2.1.0
1111
google-cloud-storage>=1.24.0
12-
lxml>=4.6.3
12+
lxml>=4.9.2
1313
mock>=4.0.3
14-
moto>=1.3.16,<2.0
14+
moto>=4.1.2
1515
mysqlclient>=2.0.3
1616
nose>=1.3.7
1717
PyMySQL[rsa]>=1.0.2
@@ -27,15 +27,15 @@ pika>=1.2.0
2727
protobuf<4.0.0
2828

2929
pymongo>=3.11.4
30-
pyramid>=2.0
30+
pyramid>=2.0.1
3131
pytest>=6.2.4
3232
pytest-celery
3333
redis>=3.5.3
3434
requests-mock
3535
responses<=0.17.0
3636
sanic==21.6.2
3737
sqlalchemy>=2.0.0
38-
spyne>=2.13.16
38+
spyne>=2.14.0
3939
tornado>=4.5.3,<6.0
4040
uvicorn>=0.13.4
4141
urllib3[secure]<1.27,>=1.26.5

0 commit comments

Comments
 (0)