Skip to content

Commit

Permalink
⬆️(dependencies) update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 43459ee commit 83dfd39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ universal = true
[project.optional-dependencies]
dev = [
"bandit==1.7.10",
"black==24.8.0",
"black==24.10.0",
"pyRdfa3==3.6.4",
"cssselect==1.2.0",
"factory-boy==3.3.1",
"flake8==7.1.1",
"flake8-pyproject==1.2.3",
"htmlmin==0.1.12",
"ipdb==0.13.13",
"ipython==8.27.0",
"ipython==8.28.0",
"isort==5.13.2",
"lxml==5.3.0",
"msgpack==1.1.0",
"mysqlclient==2.2.4",
"pylint==3.3.1",
"pylint-django==2.5.5",
"pylint-django==2.6.1",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-django==4.9.0",
Expand All @@ -97,8 +97,8 @@ sandbox = [
"dockerflow==2024.4.2",
"factory-boy==3.3.1",
"gunicorn==23.0.0",
"psycopg2-binary==2.9.9",
"sentry-sdk==2.14.0",
"psycopg2-binary==2.9.10",
"sentry-sdk==2.17.0",
]

[tool.flake8]
Expand Down

0 comments on commit 83dfd39

Please sign in to comment.