aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-12 21:11:35 +0100
committerGravatar GitHub <[email protected]>2023-09-12 21:11:35 +0100
commit535ae0c7068fb60bd06de2d928b7057d4313fa95 (patch)
tree3619dd9a330d0b65df552ad20408bf28fb51deff /pyproject.toml
parentbuild(deps-dev): bump black from 23.7.0 to 23.9.1 (#107) (diff)
build(deps): bump loguru from 0.7.1 to 0.7.2 (#106)
Bumps [loguru](https://github.com/Delgan/loguru) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Delgan/loguru/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: loguru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5136fd1..cd88c09 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ python = "3.11.*"
pydis-core = "^10.2.0"
pydantic-settings = "^2.0.3"
-loguru = "^0.7.1"
+loguru = "^0.7.2"
kubernetes_asyncio = "^25.11.0"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.1"