📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -19,6 +19,7 @@ export class TelegramBotClient {
|
||||
|
||||
async startWebhook(port: number, webhookUrl: string, secret?: string): Promise<void> {
|
||||
const app = express();
|
||||
app.disable('x-powered-by');
|
||||
app.use(express.json());
|
||||
|
||||
app.post('/webhook', async (req, res) => {
|
||||
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
python-telegram-bot>=21.0
|
||||
python-dotenv>=1.0.0
|
||||
flask>=3.0.0
|
||||
requests>=2.31.0
|
||||
requests>=2.33.0
|
||||
urllib3>=2.7.0
|
||||
idna>=3.15
|
||||
|
||||
Reference in New Issue
Block a user