Skip to content

Commit

Permalink
bump pyyaml, coverage, rjsmin and rcssmin
Browse files Browse the repository at this point in the history
  • Loading branch information
T8902 committed Nov 18, 2024
1 parent 718db40 commit e4a5c40
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 14 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"qrcode[pil]~=7.4.2",
"freezegun==1.5.1",
"celery[redis]~=5.3.6",
"PyYAML==6.0.1",
"PyYAML==6.0.2",
"inflection~=0.5.1",
"uritemplate~=4.1.1",
"puremagic~=1.27",
Expand All @@ -57,7 +57,7 @@ dev = [
"factory_boy==3.3.0",
"pydenticon==0.3.1",
"Faker==18.13.0",
"coverage[toml]~=7.5.3",
"coverage[toml]~=7.6.7",
"ruff==0.7.1",
"pre-commit==3.5.0",
"pyparsing~=3.0.9",
Expand All @@ -74,6 +74,9 @@ scss = [

[tool.uv]
default-groups = ["dev", "scss"]
override-dependencies = ["rjsmin==1.2.3", "rcssmin==1.1.3"]
# This should be removed when django-compressor updates


[tool.coverage.run]
branch = true
Expand Down
91 changes: 79 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4a5c40

Please sign in to comment.