Compare commits

...

3 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
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<center> <center>
<h1>This repository will be archive for now, as I will focus on the I programming language.</h1> <h1>🎉 The repository is unarchived. Work will be done on the v1 branch.</h1>
</center> </center>

View File

@ -4,4 +4,5 @@ discord.py==2.2.2
emoji==2.2.0 emoji==2.2.0
prettytable==3.6.0 prettytable==3.6.0
psutil==5.9.4 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