Core: update modules ()

This commit is contained in:
Fabian Dill 2023-11-13 06:48:50 +01:00 committed by GitHub
parent ef7d8a6b4f
commit b3a9d58e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ jellyfish>=1.0.1
jinja2>=3.1.2
schema>=0.7.5
kivy>=2.2.0
bsdiff4>=1.2.3
bsdiff4>=1.2.4
platformdirs>=3.9.1
certifi>=2023.7.22
cython>=0.29.35
cython>=3.0.5
cymem>=2.0.8

View File

@ -21,7 +21,7 @@ from pathlib import Path
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try:
requirement = 'cx-Freeze>=6.15.2'
requirement = 'cx-Freeze>=6.15.10'
import pkg_resources
try:
pkg_resources.require(requirement)