diff -pruN 0.1.0-2/debian/changelog 0.1.0-3/debian/changelog
--- 0.1.0-2/debian/changelog	2023-01-08 11:13:13.000000000 +0000
+++ 0.1.0-3/debian/changelog	2025-07-28 12:49:29.000000000 +0000
@@ -1,3 +1,10 @@
+python-aiohttp-oauthlib (0.1.0-3) unstable; urgency=medium
+
+  * Team Upload
+  * Drop python3-tomli build-dependency
+
+ -- Alexandre Detiste <tchet@debian.org>  Mon, 28 Jul 2025 14:49:29 +0200
+
 python-aiohttp-oauthlib (0.1.0-2) unstable; urgency=medium
 
   * Add Vcs-* fields
diff -pruN 0.1.0-2/debian/control 0.1.0-3/debian/control
--- 0.1.0-2/debian/control	2023-01-08 11:13:13.000000000 +0000
+++ 0.1.0-3/debian/control	2025-07-28 12:49:14.000000000 +0000
@@ -4,16 +4,15 @@ Priority: optional
 Maintainer: Debian Python Team <team+python@tracker.debian.org>
 Uploaders: Arto Jantunen <viiru@debian.org>
 Build-Depends: debhelper-compat (= 13),
-               dh-python,
+               dh-sequence-python3,
                python3-aiohttp,
                python3-all,
                python3-oauthlib,
                python3-pip,
                python3-setuptools,
                python3-setuptools-scm,
-               python3-tomli,
                python3-wheel,
-Standards-Version: 4.6.1.0
+Standards-Version: 4.7.2
 Testsuite: autopkgtest-pkg-python
 Homepage: https://git.sr.ht/~whynothugo/aiohttp-oauthlib
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiohttp-oauthlib
diff -pruN 0.1.0-2/debian/rules 0.1.0-3/debian/rules
--- 0.1.0-2/debian/rules	2023-01-08 11:13:13.000000000 +0000
+++ 0.1.0-3/debian/rules	2025-07-28 12:49:22.000000000 +0000
@@ -1,5 +1,6 @@
 #! /usr/bin/make -f
 
 export PYBUILD_NAME=aiohttp-oauthlib
+
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --buildsystem=pybuild
