From f7a38cfb4850990f029451aa5b2b74dccd18c546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:38:32 +0000 Subject: [PATCH] Bump urllib3 from 2.2.0 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bot | 1 - bot/requirements-dev.txt | 42 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) delete mode 160000 bot create mode 100644 bot/requirements-dev.txt diff --git a/bot b/bot deleted file mode 160000 index 402a652..0000000 --- a/bot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 402a652615351cb9b41502279ba8b765edda160d diff --git a/bot/requirements-dev.txt b/bot/requirements-dev.txt new file mode 100644 index 0000000..5f3018c --- /dev/null +++ b/bot/requirements-dev.txt @@ -0,0 +1,42 @@ +aiohttp==3.9.3 +aiosignal==1.3.1 +astroid==3.0.2 +attrs==23.2.0 +bcrypt==4.1.2 +certifi==2024.2.2 +cffi==1.16.0 +charset-normalizer==3.3.2 +cryptography==42.0.2 +Cython==0.29.37 +dill==0.3.8 +discord.py==2.3.2 +distro==1.9.0 +docopt==0.6.2 +frozenlist==1.4.1 +idna==3.6 +iniconfig==2.0.0 +isort==5.13.2 +jsonschema==3.2.0 +mccabe==0.7.0 +multidict==6.0.5 +packaging==23.2 +paramiko==3.4.0 +platformdirs==4.2.0 +pluggy==1.4.0 +pycparser==2.21 +pylint==3.0.3 +PyNaCl==1.5.0 +pyrsistent==0.20.0 +pytest==8.0.0 +pytest-pylint==0.21.0 +python-dotenv==0.21.1 +requests==2.31.0 +setuptools==69.0.3 +six==1.16.0 +texttable==1.7.0 +tomlkit==0.12.3 +urllib3==2.2.1 +websocket-client==0.59.0 +yarl==1.9.4 +dnspython==2.5.0 +pymongo==4.6.1 \ No newline at end of file