diff options
author | 2021-12-02 14:41:49 -0500 | |
---|---|---|
committer | 2021-12-02 14:41:49 -0500 | |
commit | b4da32db23b2a89ce01b58300f475b9579e81133 (patch) | |
tree | 562bff74b429ef8bb9437d0af8ce5107fd0bf96c | |
parent | Update deployment.yaml (diff) |
update arrow to most recent version
-rw-r--r-- | deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index cc2d853..6c8f6c8 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -33,7 +33,7 @@ spec: PYTHONUSERBASE=/snekbox/user_base pip install --user anyio[trio]~=3.2 - arrow~=0.17 + arrow~=1.2.1 attrs~=20.3 beautifulsoup4~=4.9 fishhook~=0.1 |