There was an error while loading. Please reload this page.
2 parents f4c1a09 + 48d4aa6 commit 7414307Copy full SHA for 7414307
2 files changed
.github/workflows/ci.yml
@@ -55,11 +55,11 @@ jobs:
55
runs-on: ubuntu-latest
56
strategy:
57
matrix:
58
- python-version: [3.9]
+ python-version: [3.10.20]
59
60
steps:
61
- uses: actions/checkout@master
62
- - name: Set up Python 3.9
+ - name: Set up Python 3.10.20
63
uses: actions/setup-python@v1
64
with:
65
python-version: ${{ matrix.python-version }}
docs/requirements.txt
@@ -17,7 +17,7 @@ Pygments==2.20.0
17
pyparsing==2.4.5
18
pytz==2019.3
19
PyYAML==6.0
20
-requests==2.32.4
+requests==2.33.0
21
six==1.13.0
22
snowballstemmer==2.0.0
23
soupsieve==1.9.5
0 commit comments