diff options
| -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:  |