Przeglądaj źródła

Merge branch 'master' of ssh://git.snas.black-burn.ch:43057/FHNW/openconnect-ms-auth

Sean 3 lat temu
rodzic
commit
9c3b885d39
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      .drone.yml
  2. 1 1
      Dockerfile
  3. 1 1
      pyproject.toml

+ 1 - 1
.drone.yml

@@ -39,7 +39,7 @@ steps:
           - renovate/*
 
   - name: pypi_publish
-    image: python:3.10
+    image: python:3.11
     volumes:
       - name: poetry_cache
         path: /root/.cache/pypoetry/virtualenvs

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10.8-slim as Runner
+FROM python:3.11.0-slim as Runner
 
 # Env
 ENV IS_DOCKER=true

+ 1 - 1
pyproject.toml

@@ -15,7 +15,7 @@ selenium = "^4.1.0"
 OTPpy = "^0.1.2"
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.982"
+mypy = "^0.990"
 pydocstyle = "^6.1.1"
 black = "^22.1.0"
 pytest = "^7.0.1"