diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ccfe1b927..716946f07 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,10 +12,10 @@ jobs: with: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - - name: Install Python 3.9 + - name: Install Python 3.8 uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.8 - name: Install poetry run: pip install poetry diff --git a/README.md b/README.md index d2be99c55..536255434 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # api-management-utils -Scripts and utilities used across API managment platform and services +Scripts and utilities used across API managment platform and services ## Scripts * `template.py` - cli for basic jinja templating diff --git a/ansible/collections/ansible_collections/nhsd/apigee/roles/validate_manifest/vars/main.yml b/ansible/collections/ansible_collections/nhsd/apigee/roles/validate_manifest/vars/main.yml index 68dc01377..9670ec552 100644 --- a/ansible/collections/ansible_collections/nhsd/apigee/roles/validate_manifest/vars/main.yml +++ b/ansible/collections/ansible_collections/nhsd/apigee/roles/validate_manifest/vars/main.yml @@ -1,2 +1,2 @@ DIST_DIR: "{{ lookup('env', 'DIST_DIR') }}" -SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}" +SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}" \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 08d4e6f20..c6dda3ad8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -77,17 +77,17 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "awscli" -version = "1.38.28" +version = "1.38.29" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.8" files = [ - {file = "awscli-1.38.28-py3-none-any.whl", hash = "sha256:37238ab1527aefad4d4bd271b2b292cafd7e59b4cc31ef806106d33fd8eea0e0"}, - {file = "awscli-1.38.28.tar.gz", hash = "sha256:012d28e1c6ed9eb54bca653bbe892c5bd2cf5036284c36ce2c01bab1f203c620"}, + {file = "awscli-1.38.29-py3-none-any.whl", hash = "sha256:a13c6a9c6a29b48a0b7bb2a0432a400aeabbac158f430a5bd6d1b5f717d441a8"}, + {file = "awscli-1.38.29.tar.gz", hash = "sha256:1f4176e606a40a6353aefc5f823801e56805b0634a9797d039188a9ef590e070"}, ] [package.dependencies] -botocore = "1.37.28" +botocore = "1.37.29" colorama = ">=0.2.5,<0.4.7" docutils = ">=0.10,<0.17" PyYAML = ">=3.10,<6.1" @@ -142,17 +142,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.37.28" +version = "1.37.29" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.37.28-py3-none-any.whl", hash = "sha256:e584d9d33808633e73af3d962e22cf2cea91a38bc5a17577bb25618f8ded504f"}, - {file = "boto3-1.37.28.tar.gz", hash = "sha256:09ee85ba70a88286bba0d1bf5f0460a4b3bde52d162216accfe637b8bfac351b"}, + {file = "boto3-1.37.29-py3-none-any.whl", hash = "sha256:869979050e2cf6f5461503e0f1c8f226e47ec02802e88a2210f085ec22485945"}, + {file = "boto3-1.37.29.tar.gz", hash = "sha256:5702e38356b93c56ed2a27e17f7664d791f1fe2eafd58ae6ab3853b2804cadd2"}, ] [package.dependencies] -botocore = ">=1.37.28,<1.38.0" +botocore = ">=1.37.29,<1.38.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.11.0,<0.12.0" @@ -161,13 +161,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.37.28" +version = "1.37.29" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.37.28-py3-none-any.whl", hash = "sha256:c26b645d7b125bf42ffc1671b862b47500ee658e3a1c95d2438cb689fc85df15"}, - {file = "botocore-1.37.28.tar.gz", hash = "sha256:69ea327f70f0607d174c4c2b1dcc87327b9c48e413c9d322179172b614b28e03"}, + {file = "botocore-1.37.29-py3-none-any.whl", hash = "sha256:092c41e346df37a8d7cf60a799791f8225ad3a5ba7cda749047eb31d1440b9c5"}, + {file = "botocore-1.37.29.tar.gz", hash = "sha256:728c1ef3b66a0f79bc08008a59f6fd6bef2a0a0195e5b3b9e9bef255df519890"}, ] [package.dependencies] @@ -1680,4 +1680,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "909e08369094689994b4291f9c4354ae7776ede826dffcd6964212d70aef42dc" +content-hash = "05b1594bb32263f6a35f235bc289110d2911110316dbb43b326233b9faab911c" diff --git a/pyproject.toml b/pyproject.toml index 7e54e7592..7502524dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ flake8 = "^3.7.9" mypy = "^0.770" pytest = "^5.4.2" pytest-cov = "^2.8.1" -ansible = "^2.10.7" +ansible = "^2.9.23rc1" pyyaml = "^6.0" jmespath = "^0.10.0" awscli = "^1.18.80"