Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aa56109

Browse files
committed
Refresh Python dependencies
1 parent 8d9d51c commit aa56109

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.17
17+
mkdocs-material==9.6.18
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

‎requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fasteners>=0.20
1515
mycdp>=1.2.0
1616
pynose>=1.5.4
1717
platformdirs>=4.3.6;python_version<"3.9"
18-
platformdirs>=4.3.8;python_version>="3.9"
18+
platformdirs>=4.4.0;python_version>="3.9"
1919
typing-extensions>=4.13.2
2020
sbvirtualdisplay>=1.4.0
2121
MarkupSafe==2.1.5;python_version<"3.9"
@@ -35,7 +35,7 @@ chardet==5.2.0
3535
charset-normalizer>=3.4.3,<4
3636
urllib3>=1.26.20,<2;python_version<"3.10"
3737
urllib3>=1.26.20,<2.6.0;python_version>="3.10"
38-
requests==2.32.4
38+
requests>=2.32.5,<2.33
3939
sniffio==1.3.1
4040
h11==0.16.0
4141
outcome==1.3.0.post0
@@ -66,7 +66,7 @@ pytest-xdist==3.8.0;python_version>="3.9"
6666
parameterized==0.9.0
6767
behave==1.2.6
6868
soupsieve==2.7
69-
beautifulsoup4==4.13.4
69+
beautifulsoup4>=4.13.5,<4.14
7070
pyotp==2.9.0
7171
python-xlib==0.33;platform_system=="Linux"
7272
markdown-it-py==3.0.0;python_version<"3.10"
@@ -78,7 +78,7 @@ rich>=14.1.0,<15
7878
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7979

8080
coverage>=7.6.1;python_version<"3.9"
81-
coverage>=7.10.4;python_version>="3.9"
81+
coverage>=7.10.5;python_version>="3.9"
8282
pytest-cov>=5.0.0;python_version<"3.9"
8383
pytest-cov>=6.2.1;python_version>="3.9"
8484
flake8==5.0.4;python_version<"3.9"

‎setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"mycdp>=1.2.0",
164164
"pynose>=1.5.4",
165165
'platformdirs>=4.3.6;python_version<"3.9"',
166-
'platformdirs>=4.3.8;python_version>="3.9"',
166+
'platformdirs>=4.4.0;python_version>="3.9"',
167167
'typing-extensions>=4.13.2',
168168
"sbvirtualdisplay>=1.4.0",
169169
'MarkupSafe==2.1.5;python_version<"3.9"',
@@ -183,7 +183,7 @@
183183
'charset-normalizer>=3.4.3,<4',
184184
'urllib3>=1.26.20,<2;python_version<"3.10"',
185185
'urllib3>=1.26.20,<2.6.0;python_version>="3.10"',
186-
'requests==2.32.4',
186+
'requests>=2.32.5,<2.33',
187187
'sniffio==1.3.1',
188188
'h11==0.16.0',
189189
'outcome==1.3.0.post0',
@@ -214,7 +214,7 @@
214214
'parameterized==0.9.0',
215215
"behave==1.2.6", # Newer ones had issues
216216
'soupsieve==2.7',
217-
"beautifulsoup4==4.13.4",
217+
"beautifulsoup4>=4.13.5,<4.14",
218218
'pyotp==2.9.0',
219219
'python-xlib==0.33;platform_system=="Linux"',
220220
'markdown-it-py==3.0.0;python_version<"3.10"',
@@ -235,7 +235,7 @@
235235
# Usage: coverage run -m pytest; coverage html; coverage report
236236
"coverage": [
237237
'coverage>=7.6.1;python_version<"3.9"',
238-
'coverage>=7.10.4;python_version>="3.9"',
238+
'coverage>=7.10.5;python_version>="3.9"',
239239
'pytest-cov>=5.0.0;python_version<"3.9"',
240240
'pytest-cov>=6.2.1;python_version>="3.9"',
241241
],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /