Skip to content

Commit

Permalink
Payment/Sixpay: Update iso4217 dependency
Browse files Browse the repository at this point in the history
The old version still used pkg_resources
  • Loading branch information
ThiefMaster committed Sep 19, 2024
1 parent d693788 commit c6f3a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions payment_sixpay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ they are automatically sent back to Indico.

## Changelog

### 3.3.1

- Update iso4217 dependency

### 3.3

- Support (and require) Python 3.12
Expand Down
4 changes: 2 additions & 2 deletions payment_sixpay/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'indico-plugin-payment-sixpay'
description = 'SIXPay/Saferpay payments for Indico event registration fees'
readme = 'README.md'
version = '3.3'
version = '3.3.1'
license = 'MIT'
authors = [
{ name = 'Indico Team', email = '[email protected]' },
Expand All @@ -16,7 +16,7 @@ classifiers = [
'Programming Language :: Python :: 3.12',
]
requires-python = '>=3.12.2, <3.13'
dependencies = ['indico>=3.3', 'iso4217==1.6.20180829']
dependencies = ['indico>=3.3', 'iso4217==1.12.20240625']

[project.urls]
GitHub = 'https://github.com/indico/indico-plugins'
Expand Down

0 comments on commit c6f3a72

Please sign in to comment.