Skip to content

Commit a3d9615

Browse files
committed
Workflow fixes
1 parent 741343e commit a3d9615

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.12"
24+
python-version: "3.13.7"
2525

2626
# Step 3: Install dependencies
2727
- name: Install dependencies

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ mdurl==0.1.2
33
Pygments==2.19.2
44
rich==14.1.0
55
beautifulsoup4==4.13.2
6-
playwright==1.37.0
6+
playwright==1.55.0
77
pytest==7.4.0
88
greenlet>=3.0.3

0 commit comments

Comments
 (0)