Problem update to v13.21

Hi community
I am facing a problem when I update my instance

Counting objects: 7722, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (5405/5405), done.
Writing objects: 100% (7722/7722), done.
Total 7722 (delta 2026), reused 7722 (delta 2026)
$ find . -name “*.pyc” -delete
$ git fetch --depth=1 --no-tags upstream version-13
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

  • branch version-13 → FETCH_HEAD
    $ git reset --hard upstream/version-13
    HEAD is now at 26c2672 fix: conflicts
    $ git reflog expire --all
    $ git gc --prune=all
    Counting objects: 3197, done.
    Delta compression using up to 12 threads.
    Compressing objects: 100% (2519/2519), done.
    Writing objects: 100% (3197/3197), done.
    Total 3197 (delta 606), reused 3197 (delta 606)
    $ find . -name “*.pyc” -delete
    $ git fetch --depth=1 --no-tags upstream master
    remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
    From GitHub - frappe/twilio-integration: Twilio integration for ERPNext
  • branch master → FETCH_HEAD
    $ git reset --hard upstream/master
    HEAD is now at f564d55 Merge pull request #32 from frappe/gavindsouza-patch-1
    $ git reflog expire --all
    $ git gc --prune=all
    Counting objects: 69, done.
    Delta compression using up to 12 threads.
    Compressing objects: 100% (56/56), done.
    Writing objects: 100% (69/69), done.
    Total 69 (delta 7), reused 69 (delta 7)
    $ find . -name “*.pyc” -delete
    Setting up requirements…
    $ /home/erpnext/frappe-bench/env/bin/python -m pip install --quiet --upgrade pip
    Installing 3 applications…
    Installing frappe
    $ /home/erpnext/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/erpnext/frappe-bench/apps/frappe
    ERROR: Could not find a version that satisfies the requirement ipython~=7.31.1 (from frappe) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 5.9.0, 5.10.0, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.0, 7.1.1, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.6.1, 7.7.0, 7.8.0, 7.9.0, 7.10.0, 7.10.1, 7.10.2, 7.11.0, 7.11.1, 7.12.0, 7.13.0, 7.14.0, 7.15.0, 7.16.0, 7.16.1, 7.16.2, 7.16.3)
    ERROR: No matching distribution found for ipython~=7.31.1
    ERROR:
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 33, in
    sys.exit(load_entry_point(‘frappe-bench’, ‘console_scripts’, ‘bench’)())
    File “/home/erpnext/.bench/bench/cli.py”, line 121, in cli
    raise e
    File “/home/erpnext/.bench/bench/cli.py”, line 111, in cli
    bench_command()
    File “/usr/local/lib/python3.6/dist-packages/click/core.py”, line 1128, in call
    return self.main(*args, **kwargs)
    File “/usr/local/lib/python3.6/dist-packages/click/core.py”, line 1053, in main
    rv = self.invoke(ctx)
    File “/usr/local/lib/python3.6/dist-packages/click/core.py”, line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/usr/local/lib/python3.6/dist-packages/click/core.py”, line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/usr/local/lib/python3.6/dist-packages/click/core.py”, line 754, in invoke
    return __callback(*args, **kwargs)
    File “/home/erpnext/.bench/bench/commands/update.py”, line 23, in update
    update(pull=pull, apps=apps, patch=patch, build=build, requirements=requirements, restart_supervisor=restart_supervisor, restart_systemd=restart_systemd, backup=not no_backup, compile=not no_compile, force=force, reset=reset)
    File “/home/erpnext/.bench/bench/utils/bench.py”, line 394, in update
    bench.setup.requirements()
    File “/home/erpnext/.bench/bench/utils/render.py”, line 95, in wrapper_fn
    return fn(*args, **kwargs)
    File “/home/erpnext/.bench/bench/bench.py”, line 341, in requirements
    App(app, bench=self.bench, to_clone=False).install()
    File “/home/erpnext/.bench/bench/utils/render.py”, line 110, in wrapper_fn
    return fn(*args, **kwargs)
    File “/home/erpnext/.bench/bench/app.py”, line 193, in install
    app=app_name, bench_path=self.bench.name, verbose=verbose, skip_assets=skip_assets,
    File “/home/erpnext/.bench/bench/app.py”, line 412, in install_app
    bench.run(f"{bench.python} -m pip install {quiet_flag} --upgrade -e {app_path} {cache_flag}")
    File “/home/erpnext/.bench/bench/bench.py”, line 43, in run
    return exec_cmd(cmd, cwd=cwd or self.cwd)
    File “/home/erpnext/.bench/bench/utils/init.py”, line 126, in exec_cmd
    raise CommandFailedError
    bench.exceptions.CommandFailedError

please help
I try
bench update --reset
bench setup requirements
bench migrate
bench build