Skip to content

Commit

Permalink
fix: requirements-dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 6, 2024
1 parent ebbd28f commit 6d697ee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==21.4.0
# -r requirements.txt
# jsonschema
# pytest
black==22.3.0
black==24.3.0
# via -r requirements-dev.in
certifi==2021.10.8
# via
Expand Down Expand Up @@ -71,7 +71,7 @@ isoduration==20.11.0
# via
# -r requirements.txt
# jsonschema
jinja2==3.0.3
jinja2==3.1.3
# via
# -r requirements.txt
# mkdocs
Expand Down Expand Up @@ -103,7 +103,7 @@ mergedeep==1.3.4
# via
# -r requirements.txt
# mkdocs
mkdocs==1.2.3
mkdocs==1.3.0
# via
# -r requirements.txt
# mkdocs-autorefs
Expand Down Expand Up @@ -154,12 +154,12 @@ pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.11.2
pygments==2.15.0
# via
# -r requirements.txt
# mkdocs-material
# rich
pymdown-extensions==9.2
pymdown-extensions==10.0
# via
# -r requirements.txt
# mkdocs-material
Expand Down Expand Up @@ -243,3 +243,4 @@ zipp==3.7.0
# via
# -r requirements.txt
# importlib-metadata
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 6d697ee

Please sign in to comment.