diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index a2e3730..ea6d462 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -29,12 +29,12 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker tagged image - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 with: context: . push: true diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index e4981fd..f77bbd0 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -30,7 +30,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | diff --git a/requirements.txt b/requirements.txt index ffbd8b0..a52251f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ alabaster==0.7.12 -anyio==3.6.1 +anyio==3.6.2 attrs==22.1.0 -babel==2.10.3 +babel==2.11.0 black==22.10.0 certifi==2022.9.24 cfgv==3.3.1 @@ -10,12 +10,12 @@ coverage==6.5.0 git+https://github.com/DiamondLightSource/diffcalc-core.git#egg=diffcalc-core distlib==0.3.6 docutils==0.19 -fastapi==0.85.1 +fastapi==0.86.0 filelock==3.8.0 flake8==5.0.4 flake8-isort==5.0.0 h11==0.14.0 -identify==2.5.6 +identify==2.5.8 idna==3.4 imagesize==1.4.1 importlib-metadata==5.0.0 @@ -34,7 +34,7 @@ numpy==1.23.4 packaging==21.3 pathspec==0.10.1 pep8-naming==0.13.2 -platformdirs==2.5.2 +platformdirs==2.5.3 pluggy==1.0.0 pre-commit==2.20.0 py==1.11.0 @@ -44,12 +44,12 @@ pygments==2.13.0 pyparsing==3.0.9 pytest==7.2.0 pytest-cov==4.0.0 -pytz==2022.4 +pytz==2022.6 pyyaml==6.0 pymongo==4.3.2 requests==2.28.1 scipy==1.9.3 -setuptools==65.5.0 +setuptools==65.5.1 sniffio==1.3.0 snowballstemmer==2.2.0 toml==0.10.2 @@ -57,7 +57,7 @@ tomli==2.0.1 typed-ast==1.5.4 typing-extensions==4.4.0 urllib3==1.26.12 -uvicorn==0.18.3 -virtualenv==20.16.5 +uvicorn==0.19.0 +virtualenv==20.16.6 virtualenv-clone==0.5.7 zipp==3.10.0 \ No newline at end of file