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
2 changes: 1 addition & 1 deletion code-generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.11"
writer = "^0.7.4"
flake8 = "^7.1.1"
isort = "^5.13.2"
black = "^24.8.0"
black = ">=24.8,<27.0"
pre-commit = "^3.8.0"


Expand Down
2 changes: 1 addition & 1 deletion finance-dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plotly = "^5.24.1"
yfinance = "0.2.42"
pre-commit = "^4.0.1"
flake8 = "^7.1.1"
black = "^24.10.0"
black = ">=24.10,<27.0"
isort = "^5.13.2"

[build-system]
Expand Down
18 changes: 9 additions & 9 deletions financial-tools-chat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ writer = "0.8.2"
openai = "1.51.2"
pre-commit = "^3.8.0"
flake8 = "7.1.1"
black = "^24.8.0"
black = ">=24.8,<27.0"
isort = "^5.13.2"
markdown = "^3.7"
python-dotenv = "1.0.1"
python-dotenv = "1.2.2"
writer-sdk = "^1.2.0"
annotated-types = "0.7.0"
anyio = "4.6.0"
authlib = "1.3.2"
authlib = "1.6.12"
beautifulsoup4 = "4.12.3"
certifi = "2024.8.30"
cffi = "1.17.1"
charset-normalizer = "3.4.0"
click = "8.1.7"
cryptography = "43.0.1"
cryptography = "45.0.7"
distro = "1.9.0"
fastapi = "0.115.0"
frozendict = "2.4.5"
Expand All @@ -33,9 +33,9 @@ h11 = "0.14.0"
html5lib = "1.1"
httpcore = "1.0.6"
httpx = "0.27.2"
idna = "3.10"
idna = "3.15"
jiter = "0.6.1"
lxml = "5.3.0"
lxml = "6.1.1"
markupsafe = "3.0.1"
mccabe = "0.7.0"
multitasking = "0.0.11"
Expand All @@ -53,9 +53,9 @@ pydantic = "2.9.2"
pydantic-core = "2.23.4"
pyflakes = "3.2.0"
python-dateutil = "2.9.0.post0"
python-multipart = "0.0.12"
python-multipart = "0.0.29"
pytz = "2024.2"
requests = "2.32.3"
requests = "2.34.2"
six = "1.16.0"
sniffio = "1.3.1"
soupsieve = "2.6"
Expand All @@ -64,7 +64,7 @@ tenacity = "9.0.0"
tqdm = "4.66.5"
typing-extensions = "4.12.2"
tzdata = "2024.2"
urllib3 = "2.2.3"
urllib3 = "2.7.0"
uvicorn = "0.31.0"
watchdog = "3.0.0"
webencodings = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion hacker-news-social-listener/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.10.0"
writer = "^0.8.2"
praw = "^7.7.1"
black = "^24.8.0"
black = ">=24.8,<27.0"
flake8 = "^7.1.1"
isort = "^5.13.2"
pre-commit = "^3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion localized-promo-dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.10.0"
writer = {version = "^0.6.0rc5"}
flake8 = "^7.1.1"
black = "^24.8.0"
black = ">=24.8,<27.0"
isort = "^5.13.2"
pre-commit = "^3.8.0"

Expand Down
4 changes: 2 additions & 2 deletions portfolio-rebalance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ writer = "0.7.5"
openpyxl = "3.1.5"
pandas = "2.2.3"
pypdf2 = "3.0.1"
python-dotenv = "1.0.1"
python-dotenv = "1.2.2"
python-docx = "1.1.2"
asyncio = "^3.4.3"


[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.1"
black = "^24.8.0"
black = ">=24.8,<27.0"
isort = "^5.13.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion prescribing-info-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bs4 = "^0.0.2"
python-dotenv = "^1.0.1"
flake8 = "^7.1.1"
isort = "^5.13.2"
black = "^24.10.0"
black = ">=24.10,<27.0"
pre-commit = "^4.0.1"
asyncio = "^3.4.3"
aiohttp = "^3.11.11"
Expand Down