Skip to content

Commit

Permalink
chore(deps): update dependency friendly-challenge to v0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 8627259 commit 8eba37b
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].17/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].17/widget.min.js'
)

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

0 comments on commit 8eba37b

Please sign in to comment.