From 13987c6d39954b615299cb7f5230b9f6b43f4a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 04:52:51 +0000 Subject: [PATCH 1/4] Bump requests from 2.28.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc8bb6d..5a3186f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ python-dotenv==0.20.0 pytz==2022.1 PyYAML==6.0 reorder-python-imports==3.8.2 -requests==2.28.1 +requests==2.31.0 requests-oauthlib==1.3.1 rsa==4.9 six==1.16.0 From 5fdba76e98f7677d13b912bf543e7e0cd6a071bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:51:28 +0000 Subject: [PATCH 2/4] Bump aiohttp from 3.8.3 to 3.8.5 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc8bb6d..507e252 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.3 +aiohttp==3.8.5 aiosignal==1.2.0 async-timeout==4.0.2 asyncpg==0.26.0 From cd89fa6e926848137e432d9c64d830eab5452a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:13:31 +0000 Subject: [PATCH 3/4] Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc8bb6d..beb079e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ asyncpg==0.26.0 attrs==22.1.0 autopep8==1.7.0 cachetools==5.2.0 -certifi==2022.12.7 +certifi==2023.7.22 cfgv==3.3.1 cfscrape==2.1.1 charset-normalizer==2.1.1 From 28abed5b8ff8b988227ce60c48242bf492525325 Mon Sep 17 00:00:00 2001 From: oscarvsp Date: Tue, 5 Dec 2023 14:49:11 +0100 Subject: [PATCH 4/4] Added version badge for python and disnake and the docker build sate badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b9038ed..143f6e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![Python Version badge](https://img.shields.io/badge/python-3.10-blue) +![Disnake version](https://img.shields.io/badge/disnake-2.7-yellow) +[![Build test docker image](https://github.com/bepolytech/ULBDiscordBot/actions/workflows/build_test.docker.yml/badge.svg)](https://github.com/bepolytech/ULBDiscordBot/actions/workflows/build_test.docker.yml) + # ULBDiscordBot