diff --git a/docs/manual/admin/configuration/repositories/bitbucket.rst b/docs/manual/admin/configuration/repositories/bitbucket.rst
index 92c7c52cdcb40da9e60cfcda0a58895255149aa7..5c7f0c1f67c16d00785701c70259f89d28fca3f0 100644
--- a/docs/manual/admin/configuration/repositories/bitbucket.rst
+++ b/docs/manual/admin/configuration/repositories/bitbucket.rst
@@ -18,7 +18,7 @@ Review Board supports posting and reviewing code on :rbintegration:`Bitbucket
    address**, and the :guilabel:`Account password` field now requires an
    **Atlassian API token**.
 
-   This requires Review Board 7.1 or newer.
+   This requires Review Board 8.0 or newer.
 
    See :ref:`Step 1 <bitbucket-link-account>` below for instructions on
    creating an API token.
diff --git a/docs/manual/extending/extensions/distribution.rst b/docs/manual/extending/extensions/distribution.rst
index e78f4627760647fc4368ff7960ddece8e553e69f..55d4c380969538e62197c590c7275963b6bab9e2 100644
--- a/docs/manual/extending/extensions/distribution.rst
+++ b/docs/manual/extending/extensions/distribution.rst
@@ -51,7 +51,7 @@ point:
    [build-system]
    requires = [
        # Update this for the target version of Review Board.
-       'reviewboard~=7.1',
+       'reviewboard~=8.0',
 
        'reviewboard[extension-packaging]',
    ]
diff --git a/docs/manual/extending/extensions/file-layout.rst b/docs/manual/extending/extensions/file-layout.rst
index b07431bc8ef4f28c78cd360c0ea931819103512a..82a3e41ec9c703f1e18c80e99acc3562dabf37e4 100644
--- a/docs/manual/extending/extensions/file-layout.rst
+++ b/docs/manual/extending/extensions/file-layout.rst
@@ -57,7 +57,7 @@ Let's go into each of these files and show some examples.
       [build-system]
       requires = [
           # Update this for the target version of Review Board.
-          'reviewboard~=7.1',
+          'reviewboard~=8.0',
 
           'reviewboard[extension-packaging]',
       ]
@@ -99,7 +99,7 @@ Let's go into each of these files and show some examples.
 
    .. important::
 
-      Prior to Review Board 7.1, new extensions would provide a
+      Prior to Review Board 8.0, new extensions would provide a
       :file:`setup.py` file instead, and may have only included some basic
       information in :file:`pyproject.toml`.
 
diff --git a/docs/manual/extending/extensions/hooks/review-request-condition-choices-hook.rst b/docs/manual/extending/extensions/hooks/review-request-condition-choices-hook.rst
index d3b35a279786d0ef969519b4c3e7db570ee6e7fc..070a15eb35c042da694028b1b025a5d3d34938b3 100644
--- a/docs/manual/extending/extensions/hooks/review-request-condition-choices-hook.rst
+++ b/docs/manual/extending/extensions/hooks/review-request-condition-choices-hook.rst
@@ -4,7 +4,7 @@
 ReviewRequestConditionChoicesHook
 =================================
 
-.. versionadded:: 7.1
+.. versionadded:: 8.0
 
 When configuring :ref:`integrations`, administrators can choose the conditions in
 which an integration will apply. For example, a Slack integration can be
diff --git a/docs/manual/extending/extensions/hooks/user-details-provider-hook.rst b/docs/manual/extending/extensions/hooks/user-details-provider-hook.rst
index ed28725edefe41a7ad8144d5ae939c3efd01e822..fa43bb9bce638759b3b1897af1e4fcb248741873 100644
--- a/docs/manual/extending/extensions/hooks/user-details-provider-hook.rst
+++ b/docs/manual/extending/extensions/hooks/user-details-provider-hook.rst
@@ -4,7 +4,7 @@
 UserDetailsProviderHook
 =======================
 
-.. versionadded:: 7.1
+.. versionadded:: 8.0
 
 User Detail Providers can provide information about users for specialized
 purposes. As of now, these can provide:
diff --git a/docs/manual/extending/extensions/making-an-extension.rst b/docs/manual/extending/extensions/making-an-extension.rst
index b3716f7944be1176e33d66e2038da1ced5590105..00726dcbb9f49089da266029a168dc0daf863eed 100644
--- a/docs/manual/extending/extensions/making-an-extension.rst
+++ b/docs/manual/extending/extensions/making-an-extension.rst
@@ -60,7 +60,7 @@ See :ref:`extensions-package-layout` for more details on these.
 
 .. note::
 
-   If you're using :command:`rbext` from Review Board 7.1 or newer, the resulting
+   If you're using :command:`rbext` from Review Board 8.0 or newer, the resulting
    Python package will use a `PEP517`_-compatible :file:`pyproject.toml`. On older
    versions, it will create a :file:`setup.py` for the package.
 
diff --git a/reviewboard/dependencies.py b/reviewboard/dependencies.py
index 02c4724088fd3f0e046e3bc723876a58e8b3430a..9aa183483b57d0643e7ab6b0c319d1bf5f84f246 100644
--- a/reviewboard/dependencies.py
+++ b/reviewboard/dependencies.py
@@ -243,7 +243,7 @@ def build_editable_exclude_deps() -> Sequence[str]:
     """Return a list of dependencies to exclude from editable builds.
 
     Version Added:
-        7.1
+        8.0
 
     Returns:
         list of str:
