Skip to content

Commit 2e0e270

Browse files
Update all non-major dependencies (#1024)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de8ca46 commit 2e0e270

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/autoformat-pixeebot-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.13"
2222

2323
- name: Install black
2424
run: pip install black

.github/workflows/codemod_pygoat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set Up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.11'
29+
python-version: '3.13'
3030
cache: 'pip'
3131
- name: Install Codemodder Package
3232
run: pip install .

.github/workflows/deploy_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set Up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.12'
17+
python-version: '3.13'
1818
- name: Check out code
1919
uses: actions/checkout@v4
2020
- name: Install build dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set Up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.11'
29+
python-version: '3.13'
3030
cache: 'pip'
3131
- name: Install Dependencies
3232
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set Up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.12'
33+
python-version: '3.13'
3434
cache: 'pip'
3535
- name: Install build dependencies
3636
run: pip install build twine
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set Up Python
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version: '3.12'
52+
python-version: '3.13'
5353
cache: 'pip'
5454
- name: Install Codemodder Package
5555
# Only install what most users would, not optional dependencies

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test = [
6262
"Jinja2~=3.1.2",
6363
"jsonschema~=4.23.0",
6464
"lxml>=5.3.0,<6.0.0",
65-
"openai>=1.65,<1.66",
65+
"openai>=1.66,<1.67",
6666
"mock==5.2.*",
6767
"pre-commit<5",
6868
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
8686
"xenon==0.9.*",
8787
]
8888
openai = [
89-
"openai>=1.65,<1.66",
89+
"openai>=1.66,<1.67",
9090
]
9191
azure = [
9292
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)