Skip to content

Commit

Permalink
Merge pull request #18 from christianwgd/renovate/friendly-challenge-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency friendly-challenge to v0.9.18
  • Loading branch information
christianwgd authored Sep 16, 2024
2 parents 8627259 + c58ab4e commit 0ec54f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions friendly_captcha/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ def __init__(self):
self.site_key = getattr(settings, 'FRC_CAPTCHA_SITE_KEY', None)
self.frc_widget_module_js = getattr(
settings, 'FRC_WIDGET_MODULE_JS',
'https://unpkg.com/[email protected].16/widget.module.min.js',
'https://unpkg.com/[email protected].18/widget.module.min.js',
)
self.frc_widget_js = getattr(
settings, 'FRC_WIDGET_JS',
'https://unpkg.com/[email protected].16/widget.min.js'
'https://unpkg.com/[email protected].18/widget.min.js'
)

def render(self, name, value, attrs=None, renderer=None):
Expand Down

0 comments on commit 0ec54f3

Please sign in to comment.