From 1e0e7ccbeec817c5e80571eb8dd51114c499ceb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:05:14 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [discord-py[voice]](https://github.com/Rapptz/discord.py), [elevenlabs](https://github.com/elevenlabs/elevenlabs-python) and [selenium](https://github.com/SeleniumHQ/Selenium). Updates `discord-py[voice]` from 2.3.2 to 2.4.0 - [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.2...v2.4.0) Updates `elevenlabs` from 1.2.2 to 1.3.1 - [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases) - [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/v1.2.2...v1.3.1) Updates `selenium` from 4.21.0 to 4.22.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.21.0...selenium-4.22.0) --- updated-dependencies: - dependency-name: discord-py[voice] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: elevenlabs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b427821..4e17e45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -discord.py[voice]==2.3.2 -elevenlabs==1.2.2 +discord.py[voice]==2.4.0 +elevenlabs==1.3.1 flask==3.0.3 pyttsx3==2.90 requests==2.32.3 -selenium==4.21.0 +selenium==4.22.0