Skip to content

Commit 7eac65b

Browse files
authored
Merge pull request #533 from NHSDigital/dependabot/pip/urllib3-2.6.0
Bump urllib3 from 2.5.0 to 2.6.0
2 parents 3cc4f0d + f589e97 commit 7eac65b

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
Scripts and utilities used across API managment platform and services
33

44

5-
################################################################################
6-
########### Python upgrade to 3.13 ###########
7-
########### Utils Repo has been updated to python 3.13 ###########
8-
################################################################################
5+
##Python upgrade to 3.13
6+
Utils Repo has been updated to python 3.13
97

10-
########### We are continuing to support python 3.8/9(which are currently out of support) until January 26th 2026 ###########
11-
########### After the deadline your pipelines will fail if you are using python version 3.8/9 ###########
8+
We are continuing to support python 3.8/9(which are currently out of support) until January 26th 2026
9+
After the deadline your pipelines will fail if you are using python version 3.8/9
1210

13-
Python upgrade related changes
14-
###############################
11+
##Python upgrade related changes
1512
Projects using Python versions older than 3.13 and extending their pipeline with the utils repository must update their pipelines to ensure compatibility with the latest changes.
1613
For detailed guidance, please refer to the APIM FAQ page:
1714
https://nhsd-confluence.digital.nhs.uk/spaces/APM/pages/1226682275/Pipeline+Queries

azure/cleanup-ecs-pr-proxies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
displayName: print aws info
5151
5252
- bash: |
53-
tfenv use 0.14.6
53+
tfenv use 1.2.3
5454
displayName: setup terraform
5555
5656
- task: s3-cache-action@1

poetry.lock

Lines changed: 6 additions & 6 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.5.0"
30+
urllib3 = "^2.6.0"
3131
cryptography = "44.0.1"
3232
click="^8.1.2"
3333

0 commit comments

Comments
 (0)