Skip to content

Commit e64f79e

Browse files
authored
Merge pull request #183 from morph-data/fix/dependabot-202504
chore: handle dependabot alert
2 parents 5008008 + 969dd97 commit e64f79e

File tree

2 files changed

+56
-53
lines changed

2 files changed

+56
-53
lines changed

poetry.lock

Lines changed: 52 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers=[
3232
]
3333

3434
[tool.poetry.dependencies]
35-
python = ">=3.9,<3.13"
35+
python = ">=3.9.2,<3.13"
3636
click = "^8.1.7"
3737
pandas = "^2.1.3"
3838
requests = "^2.31.0"
@@ -43,7 +43,7 @@ python-dotenv = "^1.0.1"
4343
colorlog = "^6.8.2"
4444
sqlalchemy = "^2.0.36"
4545
sshtunnel = "^0.4.0"
46-
cryptography = "^42.0.8"
46+
cryptography = "^44.0.1"
4747
snowflake-connector-python = "^3.11.0"
4848
aiomysql = "^0.2.0"
4949
paramiko = "^3.4.0"
@@ -53,14 +53,14 @@ gspread = "^6.1.2"
5353
google-api-python-client = "^2.139.0"
5454
google-cloud-bigquery = "^3.25.0"
5555
duckdb = "^1.0.0"
56-
Jinja2 = "^3.1.4"
56+
Jinja2 = "^3.1.6"
5757
pyarrow = "^17.0.0"
5858
sqlglot = "^25.22.0"
5959
colorama = "^0.4.6"
6060
fastapi = "^0.115.4"
6161
uvicorn = "^0.32.0"
6262
typing-extensions = "^4.12.2"
63-
python-multipart = "^0.0.17"
63+
python-multipart = "^0.0.18"
6464
fastapi-inertia = "^1.0.3"
6565
itsdangerous = "^2.2.0"
6666
starlette = "^0.41.3"

0 commit comments

Comments
 (0)