diff options
author | 2023-01-25 14:36:22 -0500 | |
---|---|---|
committer | 2023-01-25 17:51:21 -0800 | |
commit | 0b50b9b1f8bdc5a55d691b8a122ccb4248cc7b0a (patch) | |
tree | 2cd44aa95276a4186f294113ab869df3d6e15f3d | |
parent | Merge pull request #165 from python-discord/dep-add-einspect (diff) |
Update einspect version to 0.5
-rw-r--r-- | deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index d654f25..8169098 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -36,7 +36,7 @@ spec: arrow~=1.2 attrs~=22.1 beautifulsoup4~=4.11 - einspect~=0.4 + einspect~=0.5 fishhook~=0.2 forbiddenfruit~=0.1 fuzzywuzzy~=0.18 |