Skip to content

Commit a1cee8c

Browse files
fix(deps): update mend: high confidence minor and patch dependency updates
1 parent 5c98fdb commit a1cee8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requires-python = ">=3.10"
5656
dependencies = [
5757
"base2048>=0.1.3",
5858
"transformers>=4.43.0",
59-
"datasets>=2.14.6,<2.17",
59+
"datasets>=2.21,<2.22",
6060
"colorama>=0.4.3",
6161
"tqdm>=4.64.0",
6262
"cohere>=4.5.1,<5",
@@ -104,7 +104,7 @@ tests = [
104104
"pytest_httpserver>=1.1.0"
105105
]
106106
lint = [
107-
"black==24.4.2",
107+
"black==24.10.0",
108108
"pylint>=3.1.0",
109109
]
110110
calibration = [

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
base2048>=0.1.3
22
transformers>=4.43.0
3-
datasets>=2.14.6,<2.17
3+
datasets>=2.21,<2.22
44
colorama>=0.4.3
55
tqdm>=4.64.0
66
cohere>=4.5.1,<5
@@ -44,7 +44,7 @@ respx>=0.21.1
4444
pytest-cov>=5.0.0
4545
pytest_httpserver>=1.1.0
4646
# lint
47-
black==24.4.2
47+
black==24.10.0
4848
pylint>=3.1.0
4949
# calibration
5050
scipy>=1.14.0

0 commit comments

Comments
 (0)