Skip to content

Commit dd649cf

Browse files
committed
Update some dependencies
1 parent 6d9781f commit dd649cf

File tree

2 files changed

+34
-22
lines changed

2 files changed

+34
-22
lines changed

poetry.lock

+29-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ authors = []
88
python = ">=3.10 <3.12"
99
alembic = "^1.7.1"
1010
asyncpg = "^0.27.0"
11-
azure-identity = "^1.5.0"
11+
azure-identity = "^1.16.0"
1212
databases = { version = "^0.6.2", extras = ["postgresql"] }
1313
fastapi = "^0.95.0"
1414
fastapimsal = { git = "https://github.com/alan-turing-institute/fastapimsal", tag = "0.4.8" }
15-
Jinja2 = "^3.1.1"
15+
Jinja2 = "^3.1.3"
1616
opencensus-ext-azure = "^1.1.7"
1717
pandas = "^1.1.3"
1818
plotly = "^5.14.1"
1919
psycopg2-binary = "^2.9.3"
20-
pydantic = { extras = ["email"], version = "^1.10.13" }
20+
pydantic = { extras = ["email"], version = "^1.10.15" }
2121
PyJWT = { extras = ["crypto"], version = "^2.4.0" }
2222
python-dotenv = "^0.15.0"
2323
requests = "^2.25.1"
@@ -33,10 +33,10 @@ celery = "^5.3.5"
3333
redis = {extras = ["hiredis"], version = "^5.0.1"}
3434

3535
[tool.poetry.group.dev.dependencies]
36-
black = "^22.12.0"
36+
black = "^24.3.0"
3737
devtools = { extras = ["pygments"], version = "^0.8.0" }
3838
flake8 = "^3.8.4"
39-
genbadge = "^1.1.0"
39+
genbadge = "^1.1.1"
4040
httpie = "^3.1.0"
4141
httpie-jwt-auth = "^0.4.0"
4242
ipykernel = "^6.19.4"

0 commit comments

Comments
 (0)