diff options
| author | 2024-05-21 12:21:00 +0000 | |
|---|---|---|
| committer | 2024-05-21 12:21:00 +0000 | |
| commit | 7aabfc1dad5fb490fea716a0f52d65020008b9ae (patch) | |
| tree | e1793a21957d63c5e228cb350a89027ea147d7ab /pyproject.toml | |
| parent | Merge pull request #2999 from python-discord/reply-to-eval (diff) | |
---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 96a71cfa2..d5fe8e399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0"  python-frontmatter = "1.1.0"  rapidfuzz = "3.9.1"  regex = "2024.5.15" -sentry-sdk = "2.2.0" +sentry-sdk = "2.2.1"  tldextract = "5.1.2"  pydantic = "2.6.4"  pydantic-settings = "2.2.1"  |