Compare commits

..

4 Commits

Author SHA1 Message Date
618c6d46dc
[Snyk] Fix for 3 vulnerabilities 2025-09-13 14:20:22 -03:00
snyk-bot
934114be34
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
2025-07-12 10:32:05 +00:00
ElBe
6b0bf1c9b9
Update README.md 2023-06-27 20:02:58 +02:00
ElBe
d6309e2195
Update README.md 2023-05-07 09:58:06 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
<center>
<h1>🎉 The repository is unarchived. Work will be done on the v1 branch.</h1>
</center>
### :warning: The `main` branch is currently not ready for production or usage. There will be major changes regarding the bot and the repository with the release of `v1.0.0`. The version before `v1.0.0` have old names and code and will be incompactible with newer ones. Please update to `v1.0.0` with it's release. ### :warning: The `main` branch is currently not ready for production or usage. There will be major changes regarding the bot and the repository with the release of `v1.0.0`. The version before `v1.0.0` have old names and code and will be incompactible with newer ones. Please update to `v1.0.0` with it's release.
# Discord.py bot template # Discord.py bot template

View File

@ -3,5 +3,6 @@ colorama==0.4.6
discord.py==2.2.2 discord.py==2.2.2
emoji==2.2.0 emoji==2.2.0
prettytable==3.6.0 prettytable==3.6.0
psutil==5.9.5 psutil==5.9.4
requests==2.28.2 requests==2.32.4
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability