Skip to content

Commit f98bd88

Browse files
committed
Update discord.py to 2.5.0
1 parent 3a10880 commit f98bd88

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [UNRELEASED]
8+
9+
### Changed
10+
11+
* Updated discord.py to `2.5.0`.
12+
713
## `0.2.2` - 2025-02-17
814

915
### Changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ FROM python:3.12.3-slim
33

44
WORKDIR /app
55

6-
RUN apt-get update \
7-
&& apt-get install -y --no-install-recommends git \
8-
&& rm -rf /var/lib/apt/lists/*
9-
106
COPY requirements.lock ./
117

128
# comment out editable requirements, since they're not permitted in constraint files

bot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "ghutils-bot"
88
requires-python = ">=3.12"
99
dependencies = [
1010
"ghutils-common",
11-
"discord-py @ git+https://github.com/Rapptz/discord.py@db7b2d9058e4",
11+
"discord-py>=2.5.0",
1212
"pydantic>=2.7.4",
1313
"pydantic-settings>=2.3.4",
1414
"fastapi>=0.111.0",

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ constructs==10.3.0
7171
# via aws-cdk-lib
7272
cryptography==43.0.0
7373
# via pyjwt
74-
discord-py @ git+https://github.com/Rapptz/discord.py@db7b2d9058e4e7f357a6a9f02aad41e8b053a1bd
74+
discord-py==2.5.0
7575
# via ghutils-bot
7676
distlib==0.3.8
7777
# via virtualenv

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ constructs==10.3.0
6969
# via aws-cdk-lib
7070
cryptography==43.0.0
7171
# via pyjwt
72-
discord-py @ git+https://github.com/Rapptz/discord.py@db7b2d9058e4e7f357a6a9f02aad41e8b053a1bd
72+
discord-py==2.5.0
7373
# via ghutils-bot
7474
dnspython==2.6.1
7575
# via email-validator

0 commit comments

Comments
 (0)