Core: update modules (#2440)
This commit is contained in:
parent
ef7d8a6b4f
commit
b3a9d58e02
|
@ -5,8 +5,8 @@ jellyfish>=1.0.1
|
||||||
jinja2>=3.1.2
|
jinja2>=3.1.2
|
||||||
schema>=0.7.5
|
schema>=0.7.5
|
||||||
kivy>=2.2.0
|
kivy>=2.2.0
|
||||||
bsdiff4>=1.2.3
|
bsdiff4>=1.2.4
|
||||||
platformdirs>=3.9.1
|
platformdirs>=3.9.1
|
||||||
certifi>=2023.7.22
|
certifi>=2023.7.22
|
||||||
cython>=0.29.35
|
cython>=3.0.5
|
||||||
cymem>=2.0.8
|
cymem>=2.0.8
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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
|
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
|
||||||
try:
|
try:
|
||||||
requirement = 'cx-Freeze>=6.15.2'
|
requirement = 'cx-Freeze>=6.15.10'
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
try:
|
try:
|
||||||
pkg_resources.require(requirement)
|
pkg_resources.require(requirement)
|
||||||
|
|
Loading…
Reference in New Issue