From 651da0a68d6033b1c18b279785def99221faa21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:20:46 +0000 Subject: [PATCH] build(deps): bump websockets from 13.0.1 to 13.1 Bumps [websockets](https://github.com/python-websockets/websockets) from 13.0.1 to 13.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.0.1...13.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dddcf25..65fa828 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ discord.py==2.4.0 openai==1.45.0 -websockets==13.0.1 +websockets==13.1 pytest==8.3.3 flake8==7.1.1