diff options
author | 2022-08-14 15:44:01 +0100 | |
---|---|---|
committer | 2022-08-14 15:44:01 +0100 | |
commit | f2f1193ffdf7efa282f09555a3dc1501bfdbc5dd (patch) | |
tree | fca120628914e6e3ac099568901d488f265ec566 | |
parent | Merge #147 - create v1 cgroups as needed (diff) | |
parent | Bump all 3rd party deps in deployment file (diff) |
Merge pull request #151 from python-discord/bump-deps
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | deployment.yaml | 28 |
2 files changed, 15 insertions, 15 deletions
@@ -75,4 +75,4 @@ FROM venv # will be installed. Note requirements.pip cannot be used as a constraint file # because it contains extras, which pip disallows. RUN --mount=source=.,target=/snekbox_src,rw \ - pip install /snekbox_src[gunicorn,sentry] \ + pip install /snekbox_src[gunicorn,sentry] diff --git a/deployment.yaml b/deployment.yaml index e6371d0..ffba386 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -32,26 +32,26 @@ spec: - >- PYTHONUSERBASE=/snekbox/user_base pip install --user - anyio[trio]~=3.2 - arrow~=1.2.1 - attrs~=20.3 - beautifulsoup4~=4.9 + anyio[trio]~=3.6 + arrow~=1.2 + attrs~=22.1 + beautifulsoup4~=4.11 fishhook~=0.1 forbiddenfruit~=0.1 fuzzywuzzy~=0.18 - lark~=0.11 - more-itertools~=8.6 - networkx~=2.5 - numpy~=1.21 - pandas~=1.3 + lark~=1.1 + more-itertools~=8.14 + networkx~=2.8 + numpy~=1.23 + pandas~=1.4 pendulum~=2.1 python-dateutil~=2.8 - pyyaml~=5.3 - sympy~=1.6 + pyyaml~=6.0 + sympy~=1.10 toml~=0.10 - typing-extensions~=4.2 - tzdata~=2021.1 - yarl~=1.7 + typing-extensions~=4.3 + tzdata~=2022.2 + yarl~=1.8 volumes: - name: snekbox-user-base-volume hostPath: |