Skip to content

Commit

Permalink
Merge branch 'master' into PYTHON-4784
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp authored Oct 7, 2024
2 parents a4dd0c6 + 006a996 commit cf3c044
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
pip install hatch
fi
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: 6.0
- name: Run tests
Expand All @@ -94,7 +94,7 @@ jobs:
run: |
pip install -U hatch pip
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: '8.0.0-rc4'
- name: Run tests
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
# Test sdist on lowest supported Python
python-version: '3.8'
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
uses: supercharge/mongodb-github-action@1.11.0
- name: Run connect test from sdist
shell: bash
run: |
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx>=5.3,<8
sphinx_rtd_theme>=2,<3
sphinx>=5.3,<9
sphinx_rtd_theme>=2,<4
readthedocs-sphinx-search~=0.3
sphinxcontrib-shellcheck>=1,<2
sphinx-autobuild>=2020.9.1
furo==2023.9.10
furo==2024.8.6
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy==1.11.2
pyright==1.1.382.post1
pyright==1.1.383
typing_extensions
-r ./encryption.txt
-r ./ocsp.txt
Expand Down

0 comments on commit cf3c044

Please sign in to comment.