Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TegroTON/SMMPanel-SMOService-Telegram-Bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a93c5bc41418a0e989f3bc468c3c4d951ebe55c7
Choose a base ref
..
head repository: TegroTON/SMMPanel-SMOService-Telegram-Bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d077793394a284f06129101e54c8bbae93f0ee30
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 pyproject.toml
  2. +1 −1 requirements.txt
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ httpx = "0.25.2"
babel = "^2.13.1"
jinja2 = "3.1.2"
python-dotenv = "1.0.0"
aiohttp = "3.10.2"
aiohttp = "3.10.11"
aiocryptopay = "0.3.3"
validators = "0.22.0"
aiohttp-jinja2 = "1.5.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ aiocryptopay==0.3.3 ; python_version >= "3.11" and python_version < "4.0"
aiofiles==23.1.0 ; python_version >= "3.11" and python_version < "4.0"
aiogram==3.0.0rc2 ; python_version >= "3.11" and python_version < "4.0"
aiohttp-jinja2==1.5.1 ; python_version >= "3.11" and python_version < "4.0"
aiohttp==3.10.2 ; python_version >= "3.11" and python_version < "4.0"
aiohttp==3.10.11 ; python_version >= "3.11" and python_version < "4.0"
aiosignal==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
annotated-types==0.6.0 ; python_version >= "3.11" and python_version < "4.0"
anyio==4.1.0 ; python_version >= "3.11" and python_version < "4.0"