diff --git a/README.md b/README.md
index 3eac070a..58970fda 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,6 @@
![Logo](https://red-panda-dev.xyz/media/images/Capsolver_ugBYrN0.original.png)
-
-
-
-
-At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.
[![PyPI version](https://badge.fury.io/py/python3-capsolver.svg)](https://badge.fury.io/py/python3-capsolver)
diff --git a/docs/index.rst b/docs/index.rst
index 24b472b8..85440a40 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,7 +9,7 @@ Python3 library for `Capsolver API `_.
-Check our other projects here - `RedPandaDev group `_. For example - `Torrents Tracker bot `_ for Telegram
+Check our other projects here - `RedPandaDev group `_.
.. toctree::
:maxdepth: 1
diff --git a/docs/modules/main/info.md b/docs/modules/main/info.md
index 6bd9eef5..3d16b569 100644
--- a/docs/modules/main/info.md
+++ b/docs/modules/main/info.md
@@ -29,7 +29,7 @@ The library is intended for software developers and is used to work with the [Ca
***
-You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
+You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/).
***
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 74b81f8e..e1e99663 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,6 +1,6 @@
-sphinx==7.3.7
+sphinx==8.0.2
pallets_sphinx_themes==2.1.3
-myst-parser==3.0.1
+myst-parser==4.0.0
autodoc_pydantic==2.2.0
-pydantic==2.7.4
-pydantic-settings==2.3.3
+pydantic==2.8.2
+pydantic-settings==2.4.0
diff --git a/pyproject.toml b/pyproject.toml
index dd06e40e..a8114d03 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -85,8 +85,8 @@ classifiers = [
dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
- "pydantic==2.7.4",
- "tenacity==8.*"
+ "pydantic==2.8.2",
+ "tenacity>=8,<10"
]
[tool.setuptools.packages.find]
diff --git a/requirements.style.txt b/requirements.style.txt
index f10059aa..2ef9e097 100644
--- a/requirements.style.txt
+++ b/requirements.style.txt
@@ -1,4 +1,4 @@
# codestyle
isort==5.*
-black==24.4.2
+black==24.8.0
autoflake==2.*