Skip to content

Commit

Permalink
Merge pull request #16 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.16
  • Loading branch information
christianwgd authored Jun 21, 2024
2 parents f8e445d + ff7ced9 commit f7a8eae
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].15/widget.module.min.js',
'https://unpkg.com/[email protected].16/widget.module.min.js',
)
self.frc_widget_js = getattr(
settings, 'FRC_WIDGET_JS',
'https://unpkg.com/[email protected].15/widget.min.js'
'https://unpkg.com/[email protected].16/widget.min.js'
)

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

0 comments on commit f7a8eae

Please sign in to comment.