File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@v4
40
40
with :
41
41
ref : ${{ inputs.ref }}
42
- - uses : actions/setup-python@v3
42
+ - uses : actions/setup-python@v5
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 72
72
pip install hatch
73
73
fi
74
74
- name : Start MongoDB
75
- uses : supercharge/mongodb-github-action@1.10 .0
75
+ uses : supercharge/mongodb-github-action@1.11 .0
76
76
with :
77
77
mongodb-version : 6.0
78
78
- name : Run tests
94
94
run : |
95
95
pip install -U hatch pip
96
96
- name : Start MongoDB
97
- uses : supercharge/mongodb-github-action@1.10 .0
97
+ uses : supercharge/mongodb-github-action@1.11 .0
98
98
with :
99
99
mongodb-version : ' 8.0.0-rc4'
100
100
- name : Run tests
@@ -201,7 +201,7 @@ jobs:
201
201
# Test sdist on lowest supported Python
202
202
python-version : ' 3.8'
203
203
- name : Start MongoDB
204
- uses : supercharge/mongodb-github-action@1.10 .0
204
+ uses : supercharge/mongodb-github-action@1.11 .0
205
205
- name : Run connect test from sdist
206
206
shell : bash
207
207
run : |
Original file line number Diff line number Diff line change 1
- sphinx>=5.3,<8
2
- sphinx_rtd_theme>=2,<3
1
+ sphinx>=5.3,<9
2
+ sphinx_rtd_theme>=2,<4
3
3
readthedocs-sphinx-search~=0.3
4
4
sphinxcontrib-shellcheck>=1,<2
5
5
sphinx-autobuild>=2020.9.1
6
- furo==2023.9.10
6
+ furo==2024.8.6
Original file line number Diff line number Diff line change 1
1
mypy==1.11.2
2
- pyright==1.1.382.post1
2
+ pyright==1.1.383
3
3
typing_extensions
4
4
-r ./encryption.txt
5
5
-r ./ocsp.txt
You can’t perform that action at this time.
0 commit comments