Skip to content

Commit

Permalink
deps: update vulnerable packages
Browse files Browse the repository at this point in the history
Ref: <#270>
  • Loading branch information
sid-maddy committed Oct 6, 2024
1 parent 7de1595 commit 23ea50f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 41 deletions.
61 changes: 36 additions & 25 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ version = "5.0.0"
requires-python = ">=3.11,<3.12.dev0"
license = {text = "MIT"}
dependencies = [
# Core
"discord-py==2.3.2",
"pydis-core==10.7.0",
"aiohttp==3.9.3",
"pydantic==2.6.0",
"pydantic-settings==2.2.1",
# Logging
"sentry-sdk==1.40.6",
"rapidfuzz==3.6.1",
"coloredlogs==15.0.1",
# Database
"psycopg[binary]==3.1.18",
"SQLAlchemy==2.0.27",
# Extensions
## exts/utilities/internal
"arrow==1.3.0",
# Core
"discord-py==2.3.2",
"pydis-core==10.7.0",
"aiohttp==3.10.9",
"pydantic==2.6.0",
"pydantic-settings==2.2.1",
# Logging
"sentry-sdk==2.15.0",
"rapidfuzz==3.6.1",
"coloredlogs==15.0.1",
# Database
"psycopg[binary]==3.1.18",
"SQLAlchemy==2.0.27",
# Extensions
## exts/utilities/internal
"arrow==1.3.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 23ea50f

Please sign in to comment.