Skip to content

Commit b9fa98e

Browse files
Merge branch 'main' into df/#164-psdm-em-changes
2 parents ae9a413 + 7b42eb5 commit b9fa98e

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = ">3.11,<3.13"
1010
pandas = "~=2.2.3"
1111
jupyter = "^1.0.0"
1212
matplotlib = "^3.6.0"
13-
seaborn = "0.13"
13+
seaborn = "0.13.2"
1414
plotly = "^5.6.0"
1515
requests = "^2.27.1"
1616
numpy = "^1.24.1"
@@ -28,8 +28,8 @@ psycopg2 = "^2.9.9"
2828
numba = "^0.59.1"
2929

3030
[tool.poetry.group.dev.dependencies]
31-
pytest = "^7.2.1"
32-
flake8 = "^6.0.0"
31+
pytest = "^8.3.4"
32+
flake8 = "^7.1.1"
3333
flake8-black = "^0.3.6"
3434
flake8-isort = "^6.0.0"
3535
pre-commit = "~=4.1.0"

0 commit comments

Comments
 (0)