apt installs old version of certbot plugin?

When I use the dietpi-software, it installs certbot-1.10.1, however, I need a special python3-certbot-dns-cloudflare package and is available with a different version. How can I make apt look at same source.list Dietpi installer looks at?

Setting up python3-certbot (1.12.0-2) ...
Setting up certbot (1.12.0-2) ...
Setting up python3-certbot-nginx (1.10.1-1) ...
[  OK  ] DietPi-Software | APT install for: certbot python3-certbot-nginx

I’m using the latest Dietpi 8.3.1 image:

# cat /etc/*release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

# cat /etc/apt/sources.list
deb https://deb.debian.org/debian/ bullseye main contrib non-free
deb https://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb https://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb https://deb.debian.org/debian/ bullseye-backports main contrib non-free

# apt search python3-certbot-dns-cloudflare
Sorting... Done
Full Text Search... Done
python3-certbot-dns-cloudflare/stable,now 1.6.0-1 all [installed]
  Cloudflare DNS plugin for Certbot

I should see the same 1.10.1 version as python3-certbot-nginx (1.10.1-1).

Nevermind, the package is officially at version 1.6.0-1:
https://packages.debian.org/bullseye/python3-certbot-dns-cloudflare

There is no difference in the package source our software installation script is using because DietPi is using apt package manager to install software. And for the package you are looking for, no other version is available on the Debian Bullseye repository.