Skip to content

Commit e1f1861

Browse files
committed
Update dependencies
1 parent d4dde0c commit e1f1861

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ minversion = 3.7
33
log_cli=true
44
python_files = test_*.py
55
;pytest_plugins = ['pytest_profiling']
6-
;addopts = -n 6 --dist loadscope
6+
addopts = -n 6 --dist loadscope

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pydantic>=1.10,<3,!=2.0.*
22
aiohttp~=3.8
3-
boto3~=1.26
3+
boto3~=1.42
44
opencv-python-headless~=4.7
5-
plotly~=5.14
5+
plotly~=6.5
66
pandas~=2.0
7-
pillow>=9.5,~=10.0
7+
pillow~=12.1
88
tqdm~=4.66
9-
requests==2.*
10-
aiofiles==23.*
11-
fire==0.4.0
12-
mixpanel==4.8.3
9+
requests~=2.32
10+
aiofiles~=25.1
11+
fire~=0.7
12+
mixpanel~=5.1
1313
superannotate-schemas==1.0.49

0 commit comments

Comments
 (0)