File tree Expand file tree Collapse file tree 4 files changed +54
-51
lines changed
Expand file tree Collapse file tree 4 files changed +54
-51
lines changed Original file line number Diff line number Diff line change 1+ Update pinned dependencies.
Original file line number Diff line number Diff line change 11# frozen requirements generated by pip-deepfreeze
2- coverage==6.3.2
2+ coverage==6.5.0
33iniconfig==1.1.1
44pluggy==1.0.0
55py==1.11.0
6- pytest==7.1.1
7- pytest-asyncio==0.18.3
8- pytest-cov==3 .0.0
9- pytest-mock==3.7 .0
6+ pytest==7.1.3
7+ pytest-asyncio==0.19.0
8+ pytest-cov==4 .0.0
9+ pytest-mock==3.9 .0
1010pytest-vcr==1.0.2
1111PyYAML==6.0
12- vcrpy==4.1 .1
12+ vcrpy==4.2 .1
Original file line number Diff line number Diff line change 11# frozen requirements generated by pip-deepfreeze
2- aiohttp == 3.8.1
2+ aiohttp == 3.8.3
33aiosignal == 1.2.0
4- amqp == 5.1.0
4+ amqp == 5.1.1
55appdirs == 1.4.4
66async-timeout == 4.0.2
7- attrs == 21.4 .0
7+ attrs == 22.1 .0
88billiard == 3.6.4.0
9- bleach == 4.1.0
10- celery == 5.2.3
11- certifi == 2021.10.8
12- cffi == 1.15.0
13- charset-normalizer == 2.0.12
14- click == 8.1.2
9+ bleach == 5.0.1
10+ celery == 5.2.7
11+ certifi == 2022.9.24
12+ cffi == 1.15.1
13+ charset-normalizer == 2.1.1
14+ click == 8.1.3
1515click-didyoumean == 0.3.0
1616click-plugins == 1.1.1
1717click-repl == 0.2.0
1818commonmark == 0.9.1
19- cryptography == 36 .0.2
19+ cryptography == 38 .0.1
2020Deprecated == 1.2.13
21- docutils == 0.18.1
22- flower == 1.0 .0
23- frozenlist == 1.3.0
24- gidgethub == 5.1 .0
21+ docutils == 0.19
22+ flower == 1.2 .0
23+ frozenlist == 1.3.1
24+ gidgethub == 5.2 .0
2525github3.py == 3.2.0
26- humanize == 4.0.0
27- idna == 3.3
28- importlib-metadata == 4.11.3
29- jeepney == 0.7.1
30- keyring == 23.5.0
26+ humanize == 4.4.0
27+ idna == 3.4
28+ importlib-metadata == 5.0.0
29+ jaraco.classes == 3.2.3
30+ jeepney == 0.8.0
31+ keyring == 23.9.3
3132kombu == 5.2.4
3233lxml == 4.9.1
34+ more-itertools == 8.14.0
3335multidict == 6.0.2
3436OdooRPC == 0.8.0
3537packaging == 21.3
36- pkginfo == 1.8.2
37- prometheus-client == 0.13 .1
38- prompt-toolkit == 3.0.28
38+ pkginfo == 1.8.3
39+ prometheus-client == 0.14 .1
40+ prompt-toolkit == 3.0.31
3941pycparser == 2.21
40- Pygments == 2.11.2
41- PyJWT == 2.4 .0
42- pyparsing == 3.0.7
42+ Pygments == 2.13.0
43+ PyJWT == 2.5 .0
44+ pyparsing == 3.0.9
4345python-dateutil == 2.8.2
44- pytz == 2022.1
46+ pytz == 2022.4
4547raven == 6.10.0
46- readme-renderer == 34.0
47- redis == 4.2.1
48- requests == 2.27 .1
48+ readme-renderer == 37.2
49+ redis == 4.3.4
50+ requests == 2.28 .1
4951requests-toolbelt == 0.9.1
5052rfc3986 == 2.0.0
51- rich == 12.0 .1
52- SecretStorage == 3.3.1
53- setuptools-odoo == 3.0.7
54- setuptools-scm == 6.4.2
53+ rich == 12.5 .1
54+ SecretStorage == 3.3.3
55+ setuptools-odoo == 3.1.6
56+ setuptools-scm == 7.0.5
5557six == 1.16.0
5658tomli == 2.0.1
57- tornado == 6.1
58- twine == 4.0.0
59+ tornado == 6.2
60+ twine == 4.0.1
61+ types-cryptography == 3.3.23
62+ typing_extensions == 4.3.0
5963uritemplate == 4.1.1
60- urllib3 == 1.26.9
64+ urllib3 == 1.26.12
6165vine == 5.0.0
6266wcwidth == 0.2.5
6367webencodings == 0.5.1
64- wrapt == 1.14.0
65- yarl == 1.7.2
66- zipp == 3.7.0
68+ wrapt == 1.14.1
69+ yarl == 1.8.1
70+ zipp == 3.8.1
Original file line number Diff line number Diff line change 3333 "odoorpc" ,
3434 # Sentry
3535 "raven" ,
36- # setuptools and twine to build, check and upload wheels
37- "setuptools" ,
36+ # twine to check and upload wheels
3837 "twine" ,
39- "wheel" ,
40- # setuptools-odoo so setup.py bdist_wheel does not need
41- # to re-download it for each and every build
42- "setuptools-odoo>=3.0.3" ,
38+ # lxml for parsing PyPI index pages
4339 "lxml" ,
40+ # for setuptools-odoo-make-default
41+ "setuptools-odoo" ,
4442 ],
4543 extras_require = {
4644 "test" : [
You can’t perform that action at this time.
0 commit comments