Skip to content
Closed
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
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ chardet==5.2.0
jsonpatch==1.33
kubernetes==32.0.1
pymongo==4.15.3
pytest==8.4.2
pytest-asyncio==1.2.0
pytest==9.0.0
pytest-asyncio==1.3.0
pycognito==2024.5.1
PyYAML==6.0.3
urllib3==2.5.0
Expand All @@ -23,14 +23,14 @@ setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerabil
opentelemetry-api==1.38.0
opentelemetry-sdk==1.38.0
pytest-opentelemetry==1.1.0
black==25.9.0
black==25.11.0
flake8==7.3.0
isort==7.0.0
shrub.py==3.10.0
pytest-mock==3.15.1
wrapt==1.17.3
botocore==1.40.68
boto3==1.40.68
wrapt==2.0.1
botocore==1.40.70
boto3==1.40.70
python-frontmatter==1.1.0
python-on-whales==0.79.0
yamale==6.0.0
Expand All @@ -45,8 +45,8 @@ flake8-isort==7.0.0
mypy==1.18.2
types-freezegun==1.1.10
types-PyYAML==6.0.12.20250915
types-pytz==2025.2.0.20250809
types-python-dateutil==2.9.0.20251008
types-pytz==2025.2.0.20251108
types-python-dateutil==2.9.0.20251108
pipupgrade==1.12.0
pytest-cov==7.0.0
pytest-socket==0.7.0
Expand Down
Loading