Skip to content

Commit a2adb51

Browse files
chore: Upgrade Python requirements
1 parent 5cf3276 commit a2adb51

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pytest==8.4.2
162162
# via
163163
# -r requirements/quality.txt
164164
# pytest-cov
165-
pytest-cov==6.3.0
165+
pytest-cov==7.0.0
166166
# via -r requirements/quality.txt
167167
python-slugify==8.0.4
168168
# via

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ beautifulsoup4==4.13.5
2222
# via pydata-sphinx-theme
2323
certifi==2025.8.3
2424
# via requests
25-
cffi==1.17.1
25+
cffi==2.0.0
2626
# via cryptography
2727
charset-normalizer==3.4.3
2828
# via requests
@@ -103,7 +103,7 @@ pluggy==1.6.0
103103
# -r requirements/test.txt
104104
# pytest
105105
# pytest-cov
106-
pycparser==2.22
106+
pycparser==2.23
107107
# via cffi
108108
pydata-sphinx-theme==0.15.4
109109
# via sphinx-book-theme
@@ -121,7 +121,7 @@ pytest==8.4.2
121121
# via
122122
# -r requirements/test.txt
123123
# pytest-cov
124-
pytest-cov==6.3.0
124+
pytest-cov==7.0.0
125125
# via -r requirements/test.txt
126126
python-slugify==8.0.4
127127
# via -r requirements/test.txt
@@ -145,7 +145,7 @@ rich==14.1.0
145145
# via twine
146146
roman-numerals-py==3.1.0
147147
# via sphinx
148-
secretstorage==3.3.3
148+
secretstorage==3.4.0
149149
# via keyring
150150
snowballstemmer==3.0.1
151151
# via sphinx

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pytest==8.4.2
9191
# via
9292
# -r requirements/test.txt
9393
# pytest-cov
94-
pytest-cov==6.3.0
94+
pytest-cov==7.0.0
9595
# via -r requirements/test.txt
9696
python-slugify==8.0.4
9797
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pygments==2.19.2
3535
# via pytest
3636
pytest==8.4.2
3737
# via pytest-cov
38-
pytest-cov==6.3.0
38+
pytest-cov==7.0.0
3939
# via -r requirements/test.in
4040
python-slugify==8.0.4
4141
# via -r requirements/base.txt

0 commit comments

Comments
 (0)