Bump discord-py from 2.3.1 to 2.3.2 (#69)

Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.3.1 to 2.3.2.
- [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: discord-py
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-09 22:47:14 +02:00 committed by GitHub
parent 00b94e9826
commit 19fe13e265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -284,13 +284,13 @@ test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0
[[package]]
name = "discord-py"
version = "2.3.1"
version = "2.3.2"
description = "A Python wrapper for the Discord API"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "discord.py-2.3.1-py3-none-any.whl", hash = "sha256:149652f24da299706270bf8c03c2fcf80cf1caf3a480744c61d5b001688b380d"},
{file = "discord.py-2.3.1.tar.gz", hash = "sha256:8eb4fe66b5d503da6de3a8425e23012711dc2fbcd7a782107a92beac15ee3459"},
{file = "discord.py-2.3.2-py3-none-any.whl", hash = "sha256:9da4679fc3cb10c64b388284700dc998663e0e57328283bbfcfc2525ec5960a6"},
{file = "discord.py-2.3.2.tar.gz", hash = "sha256:4560f70f2eddba7e83370ecebd237ac09fbb4980dc66507482b0c0e5b8f76b9c"},
]
[package.dependencies]
@ -669,4 +669,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "d3a2d6e9815197f77d57fec1972b606b8ceef18f509989b55cd85b56fa8b2b58"
content-hash = "31f3e22144df578c464f31ef668980584913236224d37a5c828cd1a2aa8891eb"

View file

@ -14,7 +14,7 @@ humanize = "^4.7.0"
parsedatetime = "^2.6"
aiohttp = "^3.8.4"
gidgethub = "^5.3.0"
"discord.py" = "^2.3.1"
"discord.py" = "^2.3.2"
[tool.poetry.dev-dependencies]