Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Mar 11, 2024
1 parent 656f3f7 commit b6c6af9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "loguru-discord"
version = "1.1.1"
version = "1.2.0"
description = "Lightweight, easy-to-use Discord sink for Loguru."
authors = ["EthanC <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -29,8 +29,8 @@ python = "^3.12"
discord-webhook = "^1.3.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.2.1"
pytest = "^7.4.2"
ruff = "^0.3.2"
pytest = "^8.1.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit b6c6af9

Please sign in to comment.