Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
daf14a6ae6
Bump pylint from 2.17.1 to 2.17.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.1 to 2.17.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.1...v2.17.3)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 12:04:58 +00:00
3 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,3 @@
<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

@ -1,2 +1,2 @@
pytest==7.2.2 pytest==7.2.2
pylint==2.17.1 pylint==2.17.3

View File

@ -4,5 +4,4 @@ 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.32.4 requests==2.28.2
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability