aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 11:42:55 +0000
committerGravatar GitHub <[email protected]>2023-05-25 11:42:55 +0000
commitc4a0ea8eeee2ac2342f95d59a3c940e6f40c7e36 (patch)
tree469c2d2b7068be0976799383e712a4b2dd8c9b24 /pyproject.toml
parentMerge pull request #1282 from python-discord/dependabot/pip/taskipy-1.11.0 (diff)
Bump pip-licenses from 4.3.1 to 4.3.2
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.3.1...v-4.3.2) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 5f80714c..011c8d75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pydantic = { version = "1.10.8", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
isort = "5.12.0"
-pip-licenses = "4.3.1"
+pip-licenses = "4.3.2"
pre-commit = "3.3.2"
python-dotenv = "1.0.0"
ruff = "0.0.269"