Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 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==7.5.4
iniconfig==2.0.0
pluggy==1.5.0
pytest==8.2.2
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-mock==3.14.0
coverage==7.11.0
iniconfig==2.3.0
pluggy==1.6.0
pytest==8.4.2
pytest-asyncio==1.2.0
pytest-cov==7.0.0
pytest-mock==3.15.1
pytest-vcr==1.0.2
pyyaml==6.0.1
vcrpy==6.0.1
wrapt==1.16.0
pyyaml==6.0.3
vcrpy==7.0.0
wrapt==2.0.0
115 changes: 58 additions & 57 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,70 +1,71 @@
# frozen requirements generated by pip-deepfreeze
aiohttp==3.9.5
aiosignal==1.3.1
amqp==5.2.0
aiohappyeyeballs==2.6.1
aiohttp==3.13.1
aiosignal==1.4.0
amqp==5.3.1
appdirs==1.4.4
attrs==23.2.0
billiard==4.2.0
celery==5.4.0
certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
attrs==25.4.0
billiard==4.2.2
celery==5.5.3
certifi==2025.10.5
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.0
click-didyoumean==0.3.1
click-plugins==1.1.1
click-plugins==1.1.1.2
click-repl==0.3.0
cryptography==43.0.1
docutils==0.21.2
cryptography==46.0.3
docutils==0.22.2
flower==2.0.1
frozenlist==1.4.1
gidgethub==5.3.0
frozenlist==1.8.0
gidgethub==5.4.0
github3-py==4.0.1
humanize==4.9.0
idna==3.7
importlib-metadata==8.0.0
humanize==4.14.0
id==1.5.0
idna==3.11
jaraco-classes==3.4.0
jaraco-context==5.3.0
jaraco-functools==4.0.1
jeepney==0.8.0
keyring==25.2.1
kombu==5.3.7
lxml==5.2.2
manifestoo-core==1.6
markdown-it-py==3.0.0
jaraco-context==6.0.1
jaraco-functools==4.3.0
jeepney==0.9.0
keyring==25.6.0
kombu==5.5.4
lxml==6.0.2
manifestoo-core==1.13
markdown-it-py==4.0.0
mdurl==0.1.2
more-itertools==10.3.0
multidict==6.0.5
nh3==0.2.17
more-itertools==10.8.0
multidict==6.7.0
nh3==0.3.1
odoorpc==0.10.1
packaging==24.1
pkginfo==1.10.0
prometheus-client==0.20.0
prompt-toolkit==3.0.47
pycparser==2.22
pygments==2.18.0
pyjwt==2.8.0
packaging==25.0
prometheus-client==0.23.1
prompt-toolkit==3.0.52
propcache==0.4.1
pycparser==2.23
pygments==2.19.2
pyjwt==2.10.1
python-dateutil==2.9.0.post0
pytz==2024.1
readme-renderer==43.0
redis==5.0.7
requests==2.32.3
pytz==2025.2
readme-renderer==44.0
redis==5.2.1
requests==2.32.5
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
secretstorage==3.3.3
sentry-sdk==1.45.0
setuptools==70.2.0
setuptools-odoo==3.3
setuptools-scm==8.1.0
six==1.16.0
tornado==6.4.1
twine==5.1.1
tzdata==2024.1
uritemplate==4.1.1
urllib3==2.2.2
rich==14.2.0
secretstorage==3.4.0
sentry-sdk==1.45.1
setuptools==80.9.0
setuptools-odoo==3.3.1
setuptools-scm==9.2.2
six==1.17.0
tornado==6.5.2
twine==6.2.0
typing-extensions==4.15.0
tzdata==2025.2
uritemplate==4.2.0
urllib3==2.5.0
vine==5.1.0
wcwidth==0.2.13
wheel==0.43.0
whool==1.0.1
yarl==1.9.4
zipp==3.19.2
wcwidth==0.2.14
wheel==0.45.1
whool==1.3
yarl==1.22.0
2 changes: 1 addition & 1 deletion src/oca_github_bot/tasks/main_branch_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _setuptools_odoo_make_default(org, repo, branch, cwd):
@switchable("whool_init")
def _whool_init(org, repo, branch, cwd):
_logger.info(
"generate pyproejct.toml with whool init in %s/%s@%s\n", org, repo, branch
"generate pyproject.toml with whool init in %s/%s@%s\n", org, repo, branch
)
whool_init_cmd = ["whool", "init"]
check_call(whool_init_cmd, cwd=cwd)
Expand Down