Skip to content

Commit

Permalink
Merge pull request #143 from mapmaker-workshop-tools/snyk-fix-f4db5bd…
Browse files Browse the repository at this point in the history
…a048d84e5de7f8225c3d856e4
  • Loading branch information
two-trick-pony-NL authored Feb 13, 2024
2 parents 9b28737 + 451fdb1 commit 0f8cc03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Infrastructure/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ fakeredis
mock
redis

pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion src/homepage/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
path("product/workshop", views.product_workshop, name="homepage"),
path("emaillist", views.sign_up_marketing_email, name="sign up for marketing"),
path("blog", views.blog, name="Blog"),
path("contact", views.contact, name="contact"),
#path("contact", views.contact, name="contact"),
]

0 comments on commit 0f8cc03

Please sign in to comment.