mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
Bumps [botocore](https://github.com/boto/botocore) from 1.35.99 to 1.42.66. <details> <summary>Commits</summary> <ul> <li><a href="537c33eaa6"><code>537c33e</code></a> Merge branch 'release-1.42.66'</li> <li><a href="c640bbbedc"><code>c640bbb</code></a> Bumping version to 1.42.66</li> <li><a href="8e7a97f138"><code>8e7a97f</code></a> Update endpoints model</li> <li><a href="8eba3d800b"><code>8eba3d8</code></a> Update to latest models</li> <li><a href="685dba3e59"><code>685dba3</code></a> Update documentation.yml (<a href="https://redirect.github.com/boto/botocore/issues/3638">#3638</a>)</li> <li><a href="9ed5c2f873"><code>9ed5c2f</code></a> Merge branch 'release-1.42.65'</li> <li><a href="028c88334d"><code>028c883</code></a> Merge branch 'release-1.42.65' into develop</li> <li><a href="df66c0c632"><code>df66c0c</code></a> Bumping version to 1.42.65</li> <li><a href="51583f17b5"><code>51583f1</code></a> Update to latest models</li> <li><a href="af281813f1"><code>af28181</code></a> Add logic to skip invalid checksum feature id (<a href="https://redirect.github.com/boto/botocore/issues/3639">#3639</a>)</li> <li>Additional commits viewable in <a href="https://github.com/boto/botocore/compare/1.35.99...1.42.66">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
# FastAPI and Server
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
python-multipart==0.0.22
|
|
|
|
# Database
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
psycopg2-binary==2.9.11
|
|
asyncpg==0.29.0
|
|
aiosqlite==0.22.1
|
|
|
|
# Authentication & Security
|
|
python-jose[cryptography]==3.5.0
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.1.1
|
|
pyjwt==2.11.0
|
|
|
|
# Redis Cache
|
|
redis==5.0.1
|
|
hiredis==3.3.0
|
|
|
|
# AWS S3 for File Storage
|
|
boto3==1.35.99
|
|
botocore==1.42.66
|
|
|
|
# Email
|
|
email-validator==2.3.0
|
|
emails==0.6.0
|
|
jinja2==3.1.6
|
|
|
|
# WebSockets
|
|
websockets==12.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.2.2
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
psutil==7.2.2
|
|
|
|
# HTTP Client
|
|
httpx==0.25.2
|
|
aiohttp==3.13.3
|
|
|
|
# Crypto/Blockchain
|
|
cryptography==46.0.5
|
|
ecdsa==0.19.1
|
|
hashlib-additional==1.1
|
|
|
|
# Testing
|
|
pytest==9.0.2
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
httpx==0.25.2
|
|
|
|
# Monitoring
|
|
prometheus-client==0.19.0
|
|
|
|
# CORS (handled by Starlette/FastAPI)
|
|
# Dependency removed because package does not exist on PyPI.
|
|
|
|
# New API Integrations (Railway, Vercel, Stripe, Twilio, Slack, Discord, Sentry)
|
|
# Note: Most integrations use httpx (already included above)
|
|
# Additional packages for specific integrations:
|
|
stripe==14.4.1
|
|
sentry-sdk==1.45.1
|