Skip to content
Open
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
4 changes: 2 additions & 2 deletions config/alternatives/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ azure-mgmt-network==25.3.0
azure-mgmt-storage==21.1.0

# HTTP requests and utilities
requests==2.32.4
requests==2.33.0
urllib3>=2.6.3

# Testing framework
Expand All @@ -31,6 +31,6 @@ python-dotenv==1.0.0
python-dateutil==2.8.2

# Development tools
black==24.3.0
black==26.3.1
flake8==6.1.0
mypy==1.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chromadb
markdown
beautifulsoup4
azure-core==1.38.0
pyasn1==0.6.2
pyasn1==0.6.3

# Security: Pin urllib3 and Werkzeug to address CVE vulnerabilities
urllib3==2.6.3
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ azure-mgmt-network==25.3.0
azure-mgmt-storage==21.1.0

# HTTP requests and utilities
requests==2.32.4
requests==2.33.0
urllib3>=2.6.3

# Testing framework
Expand All @@ -31,6 +31,6 @@ python-dotenv==1.0.0
python-dateutil==2.8.2

# Development tools
black==25.12.0
black==26.3.1
flake8==6.1.0
mypy==1.8.0
2 changes: 1 addition & 1 deletion examples/pydantic-ai-cli-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ opentelemetry-sdk>=1.20.0
# Security: Pin urllib3 to address CVE vulnerabilities
urllib3==2.6.3
python-multipart==0.0.22
pyasn1==0.6.2
pyasn1==0.6.3
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ vibecode-client==1.0.0
# Development dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
black==24.3.0
black==26.3.1
mypy>=1.0.0
ruff>=0.0.270
2 changes: 1 addition & 1 deletion platforms/docker/docker/agents/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pytest-mock==3.14.0
httpx-mock==0.17.1

# Development dependencies (optional)
black==26.1.0
black==26.3.1
flake8==7.1.1
mypy==1.14.0
pylint==3.3.3
Expand Down
Loading