Compare commits

..

2 Commits

Author SHA1 Message Date
Raphael Michel
9aa2976bda Bump to 2023.10.1.post1 2024-01-17 22:36:47 +01:00
Raphael Michel
eec60f6242 Bump importlib_metadata to 7 2024-01-17 22:36:44 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ dependencies = [
"dnspython==2.3.*",
"drf_ujson2==1.7.*",
"geoip2==4.*",
"importlib_metadata==6.*", # Polyfill, we can probably drop this once we require Python 3.10+
"importlib_metadata==7.*", # Polyfill, we can probably drop this once we require Python 3.10+
"isoweek",
"jsonschema",
"kombu==5.3.*",

View File

@@ -19,4 +19,4 @@
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
# <https://www.gnu.org/licenses/>.
#
__version__ = "2023.10.1"
__version__ = "2023.10.1.post1"