Loading src/context/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. FROM python:3.9-slim FROM python:3.12-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading src/context/tests/conftest.py +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. import os, pytest, sqlalchemy import os import pytest, sqlalchemy from _pytest.config import Config from _pytest.terminal import TerminalReporter from typing import Tuple Loading Loading
src/context/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. FROM python:3.9-slim FROM python:3.12-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading
src/context/tests/conftest.py +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. import os, pytest, sqlalchemy import os import pytest, sqlalchemy from _pytest.config import Config from _pytest.terminal import TerminalReporter from typing import Tuple Loading