diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 46f0fab..a2e3730 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/requirements.txt b/requirements.txt index 3feded6..7073409 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,9 +42,9 @@ pycodestyle==2.9.1 pydantic==1.10.2 pygments==2.13.0 pyparsing==3.0.9 -pytest==7.1.3 +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