Skip to content

Commit e5fb67a

Browse files
authored
Merge pull request #540 from NHSDigital/dependabot/pip/urllib3-2.6.3
Bump urllib3 from 2.6.0 to 2.6.3
2 parents 7eac65b + 5fe48ff commit e5fb67a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

azure/common/apigee-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- bash: |
152152
PATCH=$(curl -s https://api.github.com/repos/actions/python-versions/releases \
153-
| jq -r '[.[] | .tag_name | select(startswith("3.13"))] | .[]' \
153+
| jq -r '[.[] | .tag_name | select(startswith("'"${{ parameters.python_version }}"'"))] | .[]' \
154154
| sort -V | tail -n 1 | cut -d- -f1)
155155
echo "Resolved latest python version: $PATCH"
156156
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]/agent/_work/_tool/Python/${PATCH}/x64/lib/"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pytest-xdist = "^3.0"
2727
lxml = "^5.0"
2828
boto3 = "^1.34.0"
2929
ansible-core = "^2.19.4"
30-
urllib3 = "^2.6.0"
30+
urllib3 = "^2.6.3"
3131
cryptography = "44.0.1"
3232
click="^8.1.2"
3333

0 commit comments

Comments
 (0)