Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies = [
"boto3==1.42.62",
"pyinstaller==6.10.0",
"pyqt6==6.7.1",
"pytest==8.0.2",
"pytest==9.0.2",
"pytest-mock==3.15.1",
"ruamel-yaml==0.19.1",
]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ pyqt6-sip==13.11.0 \
--hash=sha256:a75144e8a0bcf9d1a9069011890401748af353749f1de1b6a314b880781edf9d \
--hash=sha256:d463af37738bda1856c9ef513e5620a37b7a005e9d589c986c3304db4a8a14d3
# via pyqt6
pytest==8.0.2 \
--hash=sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd \
--hash=sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096
pytest==9.0.2 \
--hash=sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b \
--hash=sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11
# via
# logsmith
# pytest-mock
Expand Down
Loading