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 requirements-release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build == 1.4.*
build == 1.5.*
cyclonedx-bom == 7.3.*
pip-licenses == 5.5.*
20 changes: 10 additions & 10 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
coverage == 7.13.*
mypy == 1.20.*
orjson >= 3.11.6, == 3.11.*
pre-commit == 4.5.*
orjson == 3.11.*
pre-commit == 4.6.*
python-decouple == 3.8
tox == 4.52.*
tox == 4.53.*

# type stubs for mypy
boto3-stubs[essential,lambda]==1.42.80
boto3-stubs[essential,lambda]==1.43.1
decouple-types==1.0.2
types-PyYAML==6.0.12.20250915
types-PyYAML==6.0.12.20260408
types-beautifulsoup4==4.12.0.20250516
types-html5lib==1.1.11.20251117
types-openpyxl==3.1.5.20260322
types-python-dateutil==2.9.0.20260323
types-toml==0.10.8.20240310
types-xmltodict==1.0.1.20260113
types-html5lib==1.1.11.20260408
types-openpyxl==3.1.5.20260408
types-python-dateutil==2.9.0.20260408
types-toml==0.10.8.20260408
types-xmltodict==1.0.1.20260408
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
beautifulsoup4 == 4.14.3
boto3 == 1.42.80
certifi >= 2024.7.4
boto3 == 1.43.1
certifi >= 2026.4.22
ftfy == 6.3.1
idna >= 3.7
idna >= 3.13
mailchecker == 6.0.20
openpyxl == 3.1.5
phonenumbers == 9.0.27
phonenumbers == 9.0.29
pydantic >= 2.0.0, < 3.0.0
python-dateutil == 2.9.0.post0
python-fsutil == 0.16.1
Expand Down
Loading