Skip to content

Commit c546a6a

Browse files
chore(deps): bump py-cord from 2.6.1 to 2.7.0
Bumps [py-cord](https://github.com/Pycord-Development/pycord) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/Pycord-Development/pycord/releases) - [Changelog](https://github.com/Pycord-Development/pycord/blob/master/CHANGELOG.md) - [Commits](Pycord-Development/pycord@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: py-cord dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6955316 commit c546a6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ urls.issues = "https://github.com/SCAICT/SCAICT-uwu/issues"
5050
dependencies = [
5151
"flask == 3.1.2",
5252
"mysql-connector-python == 9.5.0",
53-
"py-cord == 2.6.1",
53+
"py-cord == 2.7.0",
5454
"python-dotenv == 1.2.1",
5555
"requests == 2.32.5",
5656
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markupsafe == 3.0.3
1515
multidict == 6.7.0
1616
mysql-connector-python == 9.5.0
1717
propcache == 0.4.1
18-
py-cord == 2.6.1
18+
py-cord == 2.7.0
1919
python-dotenv == 1.2.1
2020
requests == 2.32.5
2121
typing-extensions == 4.15.0

0 commit comments

Comments
 (0)