Core: update modules, move orjson to core (#2489)

This commit is contained in:
Fabian Dill 2023-11-23 21:36:20 +01:00 committed by GitHub
parent 28ed786609
commit cb6467cfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,13 @@
colorama>=0.4.5 colorama>=0.4.5
websockets>=11.0.3 websockets>=11.0.3
PyYAML>=6.0.1 PyYAML>=6.0.1
jellyfish>=1.0.1 jellyfish>=1.0.3
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.4 bsdiff4>=1.2.4
platformdirs>=3.9.1 platformdirs>=4.0.0
certifi>=2023.7.22 certifi>=2023.11.17
cython>=3.0.5 cython>=3.0.5
cymem>=2.0.8 cymem>=2.0.8
orjson>=3.9.10

View File

@ -1,2 +1 @@
factorio-rcon-py>=2.0.1 factorio-rcon-py>=2.0.1
orjson>=3.9.7