Skip to content

Commit 79eb48e

Browse files
authored
[auto release pipeline] Bump version for dependency (Azure#37308)
* bump python version and tox version * bump version
1 parent bad6f14 commit 79eb48e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/auto_release/PythonSdkLiveTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ variables:
1919
- group: Azure SDK Auto Release Pipeline Secrets
2020

2121
jobs:
22-
- job: LiveTestPython38
23-
displayName: Live Test Python 3.8
22+
- job: LiveTestPython310
23+
displayName: Live Test Python 3.10
2424
timeoutInMinutes: 1500
2525
strategy:
2626
maxParallel: 5
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- task: UsePythonVersion@0
3333
inputs:
34-
versionSpec: '3.8'
34+
versionSpec: '3.10'
3535
addToPath: true
3636
architecture: 'x64'
3737
- bash: |

scripts/auto_release/requirement.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ azure-identity
22
python-dotenv==0.15.0
33
ghapi==0.1.19
44
PyGithub==1.55
5-
packaging==23.1
5+
packaging==24.1
66
pytest==6.2.5
77
fastcore==1.3.25
8-
tox==4.5.0
8+
tox==4.15.0

0 commit comments

Comments
 (0)