Skip to content

Commit

Permalink
Merge pull request #175 from acsone/update-all-deps
Browse files Browse the repository at this point in the history
Update dependencies and bump minimum python version
  • Loading branch information
sbidoul authored Apr 3, 2022
2 parents 6c944ca + e48690b commit 176d117
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
18 changes: 8 additions & 10 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# frozen requirements generated by pip-deepfreeze
coverage==5.4
coverage==6.3.2
iniconfig==1.1.1
pluggy==0.13.1
py==1.10.0
pytest==6.2.2
pytest-asyncio==0.14.0
pytest-cov==2.11.1
pytest-mock==3.5.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-vcr==1.0.2
PyYAML==5.4.1
toml==0.10.2
PyYAML==6.0
vcrpy==4.1.1
wrapt==1.12.1
105 changes: 55 additions & 50 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,61 +1,66 @@
# frozen requirements generated by pip-deepfreeze
aiohttp==3.7.4
amqp==5.0.5
aiohttp==3.8.1
aiosignal==1.2.0
amqp==5.1.0
appdirs==1.4.4
async-timeout==3.0.1
attrs==20.3.0
billiard==3.6.3.0
bleach==3.3.0
celery==5.0.5
certifi==2020.12.5
cffi==1.14.5
chardet==3.0.4
click==7.1.2
click-didyoumean==0.0.3
async-timeout==4.0.2
attrs==21.4.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
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.1.6
colorama==0.4.4
cryptography==3.4.6
docutils==0.16
click-repl==0.2.0
commonmark==0.9.1
cryptography==36.0.2
Deprecated==1.2.13
docutils==0.18.1
flower==1.0.0
gidgethub==5.0.0
github3.py==2.0.0
humanize==3.10.0
idna==2.10
jeepney==0.6.0
jwcrypto==0.8
keyring==22.2.0
kombu==5.0.2
lxml==4.6.5
multidict==5.1.0
OdooRPC==0.7.0
packaging==20.9
pkginfo==1.7.0
prometheus-client==0.8.0
prompt-toolkit==3.0.16
pycparser==2.20
Pygments==2.8.0
PyJWT==2.0.1
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2021.1
frozenlist==1.3.0
gidgethub==5.1.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
kombu==5.2.4
lxml==4.8.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
pycparser==2.21
Pygments==2.11.2
PyJWT==2.3.0
pyparsing==3.0.7
python-dateutil==2.8.2
pytz==2022.1
raven==6.10.0
readme-renderer==29.0
redis==3.5.3
requests==2.25.1
readme-renderer==34.0
redis==4.2.1
requests==2.27.1
requests-toolbelt==0.9.1
rfc3986==1.4.0
rfc3986==2.0.0
rich==12.0.1
SecretStorage==3.3.1
setuptools-odoo==3.0.3
setuptools-scm==6.0.1
six==1.15.0
setuptools-odoo==3.0.7
setuptools-scm==6.4.2
six==1.16.0
tomli==2.0.1
tornado==6.1
tqdm==4.58.0
twine==3.3.0
typing-extensions==3.7.4.3
uritemplate==3.0.1
urllib3==1.26.5
twine==4.0.0
uritemplate==4.1.1
urllib3==1.26.9
vine==5.0.0
wcwidth==0.2.5
webencodings==0.5.1
yarl==1.6.3
wrapt==1.14.0
yarl==1.7.2
zipp==3.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author="Odoo Community Association (OCA)",
author_email="[email protected]",
url="https://github.com/OCA/oca-github-bot",
python_requires=">=3.6",
python_requires=">=3.8",
setup_requires=["setuptools_scm"],
packages=find_packages("src"),
package_dir={"": "src"},
Expand Down

0 comments on commit 176d117

Please sign in to comment.