Skip to content

Commit

Permalink
Merge pull request #213 from acsone/update-pinned
Browse files Browse the repository at this point in the history
Update pinned dependencies
  • Loading branch information
sbidoul authored Oct 2, 2022
2 parents fa7ea79 + 10ec2af commit 2eb0a57
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 51 deletions.
1 change: 1 addition & 0 deletions newsfragments/213.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update pinned dependencies.
12 changes: 6 additions & 6 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# frozen requirements generated by pip-deepfreeze
coverage==6.3.2
coverage==6.5.0
iniconfig==1.1.1
pluggy==1.0.0
py==1.11.0
pytest==7.1.1
pytest-asyncio==0.18.3
pytest-cov==3.0.0
pytest-mock==3.7.0
pytest==7.1.3
pytest-asyncio==0.19.0
pytest-cov==4.0.0
pytest-mock==3.9.0
pytest-vcr==1.0.2
PyYAML==6.0
vcrpy==4.1.1
vcrpy==4.2.1
82 changes: 43 additions & 39 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,66 +1,70 @@
# frozen requirements generated by pip-deepfreeze
aiohttp==3.8.1
aiohttp==3.8.3
aiosignal==1.2.0
amqp==5.1.0
amqp==5.1.1
appdirs==1.4.4
async-timeout==4.0.2
attrs==21.4.0
attrs==22.1.0
billiard==3.6.4.0
bleach==4.1.0
celery==5.2.3
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
click==8.1.2
bleach==5.0.1
celery==5.2.7
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
commonmark==0.9.1
cryptography==36.0.2
cryptography==38.0.1
Deprecated==1.2.13
docutils==0.18.1
flower==1.0.0
frozenlist==1.3.0
gidgethub==5.1.0
docutils==0.19
flower==1.2.0
frozenlist==1.3.1
gidgethub==5.2.0
github3.py==3.2.0
humanize==4.0.0
idna==3.3
importlib-metadata==4.11.3
jeepney==0.7.1
keyring==23.5.0
humanize==4.4.0
idna==3.4
importlib-metadata==5.0.0
jaraco.classes==3.2.3
jeepney==0.8.0
keyring==23.9.3
kombu==5.2.4
lxml==4.9.1
more-itertools==8.14.0
multidict==6.0.2
OdooRPC==0.8.0
packaging==21.3
pkginfo==1.8.2
prometheus-client==0.13.1
prompt-toolkit==3.0.28
pkginfo==1.8.3
prometheus-client==0.14.1
prompt-toolkit==3.0.31
pycparser==2.21
Pygments==2.11.2
PyJWT==2.4.0
pyparsing==3.0.7
Pygments==2.13.0
PyJWT==2.5.0
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.1
pytz==2022.4
raven==6.10.0
readme-renderer==34.0
redis==4.2.1
requests==2.27.1
readme-renderer==37.2
redis==4.3.4
requests==2.28.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
rich==12.0.1
SecretStorage==3.3.1
setuptools-odoo==3.0.7
setuptools-scm==6.4.2
rich==12.5.1
SecretStorage==3.3.3
setuptools-odoo==3.1.6
setuptools-scm==7.0.5
six==1.16.0
tomli==2.0.1
tornado==6.1
twine==4.0.0
tornado==6.2
twine==4.0.1
types-cryptography==3.3.23
typing_extensions==4.3.0
uritemplate==4.1.1
urllib3==1.26.9
urllib3==1.26.12
vine==5.0.0
wcwidth==0.2.5
webencodings==0.5.1
wrapt==1.14.0
yarl==1.7.2
zipp==3.7.0
wrapt==1.14.1
yarl==1.8.1
zipp==3.8.1
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
"odoorpc",
# Sentry
"raven",
# setuptools and twine to build, check and upload wheels
"setuptools",
# twine to check and upload wheels
"twine",
"wheel",
# setuptools-odoo so setup.py bdist_wheel does not need
# to re-download it for each and every build
"setuptools-odoo>=3.0.3",
# lxml for parsing PyPI index pages
"lxml",
# for setuptools-odoo-make-default
"setuptools-odoo",
],
extras_require={
"test": [
Expand Down

0 comments on commit 2eb0a57

Please sign in to comment.