Skip to content

Commit cf3c044

Browse files
authored
Merge branch 'master' into PYTHON-4784
2 parents a4dd0c6 + 006a996 commit cf3c044

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040
with:
4141
ref: ${{ inputs.ref }}
42-
- uses: actions/setup-python@v3
42+
- uses: actions/setup-python@v5
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/test-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pip install hatch
7373
fi
7474
- name: Start MongoDB
75-
uses: supercharge/mongodb-github-action@1.10.0
75+
uses: supercharge/mongodb-github-action@1.11.0
7676
with:
7777
mongodb-version: 6.0
7878
- name: Run tests
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
pip install -U hatch pip
9696
- name: Start MongoDB
97-
uses: supercharge/mongodb-github-action@1.10.0
97+
uses: supercharge/mongodb-github-action@1.11.0
9898
with:
9999
mongodb-version: '8.0.0-rc4'
100100
- name: Run tests
@@ -201,7 +201,7 @@ jobs:
201201
# Test sdist on lowest supported Python
202202
python-version: '3.8'
203203
- name: Start MongoDB
204-
uses: supercharge/mongodb-github-action@1.10.0
204+
uses: supercharge/mongodb-github-action@1.11.0
205205
- name: Run connect test from sdist
206206
shell: bash
207207
run: |

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx>=5.3,<8
2-
sphinx_rtd_theme>=2,<3
1+
sphinx>=5.3,<9
2+
sphinx_rtd_theme>=2,<4
33
readthedocs-sphinx-search~=0.3
44
sphinxcontrib-shellcheck>=1,<2
55
sphinx-autobuild>=2020.9.1
6-
furo==2023.9.10
6+
furo==2024.8.6

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==1.11.2
2-
pyright==1.1.382.post1
2+
pyright==1.1.383
33
typing_extensions
44
-r ./encryption.txt
55
-r ./ocsp.txt

0 commit comments

Comments
 (0)