Skip to content

Commit 5cd83d4

Browse files
committed
Updated versions with docs and yml files
1 parent 024c08f commit 5cd83d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
18+
python-version: ["3.10", "3.11", "3.12", "3.13" ]
1919

2020
env:
2121
## Environment variable

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
myst-parser==0.15.2
22
sphinx-rtd-theme
3-
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
4-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
3+
urllib3>=2.5.0
4+
zipp>=3.23.0

0 commit comments

Comments
 (0)