File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# The PEP 517 backend is defined in pyproject.toml [build-system] and will be
44# resolved automatically by the frontend. We also pin it here for reproducibility
55# in environments that choose to invoke the backend directly.
6- uv==0.11.23
6+ uv==0.11.26
Original file line number Diff line number Diff line change 1- boto3==1.42.97
1+ boto3==1.43.39
22pyinstaller==6.20.0
Original file line number Diff line number Diff line change 1- ruff==0.15.18
1+ ruff==0.15.20
22twine==6.2.0
Original file line number Diff line number Diff line change 11mock==5.2.0;python_version>="3.8"
22pytest==8.3.5;python_version<="3.8" and python_version>"3.7"
33pytest==8.4.2;python_version<="3.9" and python_version>"3.8"
4- pytest==9.0.3 ;python_version>="3.10"
4+ pytest==9.1.1 ;python_version>="3.10"
55pytest-cov==5.0.0;python_version<="3.8" and python_version>"3.7"
66pytest-cov==7.1.0;python_version>="3.9"
77pytest-mock==3.14.1;python_version<="3.8" and python_version>"3.7"
You can’t perform that action at this time.
0 commit comments