Skip to content

Commit a0db1b9

Browse files
Merge branch 'main' into remove-old-primer
2 parents 391edb1 + a83137d commit a0db1b9

11 files changed

+20
-20
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: actions/setup-python@v4.5.0
31+
uses: actions/setup-python@v4.6.0
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/checks.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/[email protected]
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
39-
uses: actions/setup-python@v4.5.0
39+
uses: actions/setup-python@v4.6.0
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9393
id: python
94-
uses: actions/setup-python@v4.5.0
94+
uses: actions/setup-python@v4.6.0
9595
with:
9696
python-version: ${{ env.DEFAULT_PYTHON }}
9797
check-latest: true
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/[email protected]
133133
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
134134
id: python
135-
uses: actions/setup-python@v4.5.0
135+
uses: actions/setup-python@v4.6.0
136136
with:
137137
python-version: ${{ env.DEFAULT_PYTHON }}
138138
check-latest: true
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/[email protected]
161161
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
162162
id: python
163-
uses: actions/setup-python@v4.5.0
163+
uses: actions/setup-python@v4.6.0
164164
with:
165165
python-version: ${{ env.DEFAULT_PYTHON }}
166166
check-latest: true

.github/workflows/primer-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/[email protected]
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
41-
uses: actions/setup-python@v4.5.0
41+
uses: actions/setup-python@v4.6.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
check-latest: true
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/[email protected]
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
81-
uses: actions/setup-python@v4.5.0
81+
uses: actions/setup-python@v4.6.0
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
check-latest: true

.github/workflows/primer_comment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
36-
uses: actions/setup-python@v4.5.0
36+
uses: actions/setup-python@v4.6.0
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
3939
check-latest: true

.github/workflows/primer_run_main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636
- name: Set up Python ${{ matrix.python-version }}
3737
id: python
38-
uses: actions/setup-python@v4.5.0
38+
uses: actions/setup-python@v4.6.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
check-latest: true

.github/workflows/primer_run_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 0
4747
- name: Set up Python ${{ matrix.python-version }}
4848
id: python
49-
uses: actions/setup-python@v4.5.0
49+
uses: actions/setup-python@v4.6.0
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
check-latest: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v4.5.0
26+
uses: actions/setup-python@v4.6.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
check-latest: true

.github/workflows/tests.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/[email protected]
4040
- name: Set up Python ${{ matrix.python-version }}
4141
id: python
42-
uses: actions/setup-python@v4.5.0
42+
uses: actions/setup-python@v4.6.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python 3.11
9393
id: python
94-
uses: actions/setup-python@v4.5.0
94+
uses: actions/setup-python@v4.6.0
9595
with:
9696
python-version: "3.11"
9797
check-latest: true
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/[email protected]
132132
- name: Set up Python ${{ matrix.python-version }}
133133
id: python
134-
uses: actions/setup-python@v4.5.0
134+
uses: actions/setup-python@v4.6.0
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
check-latest: true
@@ -185,7 +185,7 @@ jobs:
185185
uses: actions/[email protected]
186186
- name: Set up Python ${{ matrix.python-version }}
187187
id: python
188-
uses: actions/setup-python@v4.5.0
188+
uses: actions/setup-python@v4.6.0
189189
with:
190190
python-version: ${{ matrix.python-version }}
191191
check-latest: true
@@ -231,7 +231,7 @@ jobs:
231231
uses: actions/[email protected]
232232
- name: Set up Python ${{ matrix.python-version }}
233233
id: python
234-
uses: actions/setup-python@v4.5.0
234+
uses: actions/setup-python@v4.6.0
235235
with:
236236
python-version: ${{ matrix.python-version }}
237237
check-latest: true
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/[email protected]
276276
- name: Set up Python ${{ matrix.python-version }}
277277
id: python
278-
uses: actions/setup-python@v4.5.0
278+
uses: actions/setup-python@v4.6.0
279279
with:
280280
python-version: ${{ matrix.python-version }}
281281
check-latest: true

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx==6.1.3
1+
Sphinx==6.2.0
22
sphinx-reredirects<1
33
myst-parser~=1.0
44
towncrier~=22.12

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
# Also upgrade requirements_test_min.txt.
4141
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4242
# see https://github.com/pylint-dev/astroid/issues/1341
43-
"astroid>=2.15.3,<=2.17.0-dev0",
43+
"astroid>=2.15.4,<=2.17.0-dev0",
4444
"isort>=4.2.5,<6",
4545
"mccabe>=0.6,<0.8",
4646
"tomli>=1.1.0;python_version<'3.11'",

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid==2.15.3 # Pinned to a specific version for tests
3+
astroid==2.15.4 # Pinned to a specific version for tests
44
typing-extensions~=4.5
55
py~=1.11.0
66
pytest~=7.3

0 commit comments

Comments
 (0)