@@ -5,7 +5,7 @@ aiofiles==24.1.0
55audioop-lts ; python_version >= '3.13'
66
77# AIOHTTP: Uses asyncio for async/await native coroutines for establishing and handling HTTP connections
8- aiohttp == 3.10.10
8+ aiohttp == 3.11.8
99
1010# Certifi: Python package for providing Mozilla's CA Bundle
1111certifi == 2024.8.30
@@ -20,7 +20,7 @@ discord.py==2.4.0
2020eyeD3 == 0.9.7
2121
2222# FastAPI: A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints
23- fastapi == 0.115.4
23+ fastapi == 0.115.5
2424
2525# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
2626fuzzywuzzy == 0.18.0
@@ -32,13 +32,13 @@ GitPython==3.1.43
3232jsonschema == 4.23.0
3333
3434# Matplotlib: Python 2D plotting library
35- matplotlib == 3.9.2
35+ matplotlib == 3.9.3
3636
3737# Minidump: Windows Minidump file reader
3838minidump == 0.0.24 ; sys_platform == 'win32'
3939
4040# NumPy: Package for scientific computing with Python
41- numpy == 2.1.2
41+ numpy == 2.1.3
4242
4343# Openpyxl: Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files
4444openpyxl == 3.1.5
@@ -47,7 +47,7 @@ openpyxl==3.1.5
4747pandas == 2.2.3
4848
4949# Packaging: A core package providing support for PEP 440 version identifiers
50- packaging == 24.1
50+ packaging == 24.2
5151
5252# PID: Pidfile implementation by using a Unix PID file
5353pid == 3.0.4
@@ -56,13 +56,13 @@ pid==3.0.4
5656psycopg [binary ]== 3.2.3
5757
5858# Psycopg Pool: PostgreSQL database adapter pool for Python
59- psycopg-pool == 3.2.3
59+ psycopg-pool == 3.2.4
6060
6161# PSUtil: Cross-platform library to access system details and process utilities
6262psutil == 6.0.0
6363
6464# PyArrow: Python library providing high-performance tools for doing analytics on Arrow-based columnar data
65- pyarrow == 18.0 .0
65+ pyarrow == 18.1 .0
6666
6767# pyKwalify: A Python library for YAML/JSON schema validation
6868pykwalify == 1.8.0
@@ -71,7 +71,7 @@ pykwalify==1.8.0
7171python-Levenshtein == 0.26.1
7272
7373# python-multipart: A library for parsing multipart/form-data input requests
74- python-multipart == 0.0.17
74+ python-multipart == 0.0.19
7575
7676# Pywin32: Set of Python extensions for MS Windows
7777pywin32 == 308 ; sys_platform == 'win32'
@@ -80,7 +80,7 @@ pywin32==308; sys_platform == 'win32'
8080requests == 2.32.3
8181
8282# Rich: Python library for rich text and beautiful formatting in the terminal
83- rich == 13.9.3
83+ rich == 13.9.4
8484
8585# ruamel-yaml: YAML parser/emitter supporting roundtrip comment preservation
8686ruamel.yaml == 0.18.6
@@ -89,14 +89,14 @@ ruamel.yaml==0.18.6
8989seaborn == 0.13.2
9090
9191# tomli: Python TOML parser
92- tomli == 2.0.2
92+ tomli == 2.2.1
9393tomli_w == 1.1.0
9494
9595# TrueSkill: Python module implementing the TrueSkill rating system
9696trueskill == 0.4.5
9797
9898# Uvicorn: ASGI server implemented using asyncio and uvloop
99- uvicorn == 0.32.0
99+ uvicorn == 0.32.1
100100
101101# Watchdog: API library and shell utilities to monitor file system events
102- watchdog == 5 .0.3
102+ watchdog == 6 .0.0
0 commit comments