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 and jbpenrath committed Feb 3, 2025
1 parent 50cfbf8 commit e23b61c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ universal = true
[project.optional-dependencies]
dev = [
"bandit==1.8.2",
"black==24.10.0",
"black==25.1.0",
"pyRdfa3==3.6.4",
"cssselect==1.2.0",
"factory-boy==3.3.1",
Expand All @@ -78,19 +78,19 @@ dev = [
"htmlmin==0.1.12",
"ipdb==0.13.13",
"ipython==8.31.0",
"isort==5.13.2",
"isort==6.0.0",
"lxml==5.3.0",
"msgpack==1.1.0",
"mysqlclient==2.2.7",
"pylint==3.3.3",
"pylint==3.3.4",
"pylint-django==2.6.1",
"pytest==8.3.4",
"pytest-cov==6.0.0",
"pytest-django==4.9.0",
"responses==0.25.6",
]
ci = [
"twine==6.0.1",
"twine==6.1.0",
]
sandbox = [
"django-configurations==2.5.1",
Expand Down

0 comments on commit e23b61c

Please sign in to comment.