Skip to content

Commit 7414307

Browse files
authored
Merge branch 'main' into dependabot/pip/docs/pygments-2.20.0
2 parents f4c1a09 + 48d4aa6 commit 7414307

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
python-version: [3.9]
58+
python-version: [3.10.20]
5959

6060
steps:
6161
- uses: actions/checkout@master
62-
- name: Set up Python 3.9
62+
- name: Set up Python 3.10.20
6363
uses: actions/setup-python@v1
6464
with:
6565
python-version: ${{ matrix.python-version }}

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pygments==2.20.0
1717
pyparsing==2.4.5
1818
pytz==2019.3
1919
PyYAML==6.0
20-
requests==2.32.4
20+
requests==2.33.0
2121
six==1.13.0
2222
snowballstemmer==2.0.0
2323
soupsieve==1.9.5

0 commit comments

Comments
 (0)