diff --git a/requirements.txt b/requirements.txt index 9b86d6f2..0df97ba0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ # ----------------------------------------------------------------------------- # Packages for source formatting # ----------------------------------------------------------------------------- -pre-commit == 3.5.0 -ruff == 0.1.8 +pre-commit == 3.6.0 +ruff == 0.1.11 # ----------------------------------------------------------------------------- # Packages for other developement tasks diff --git a/requirements_setup.txt b/requirements_setup.txt index a634b771..f635f60b 100644 --- a/requirements_setup.txt +++ b/requirements_setup.txt @@ -1,7 +1,6 @@ aiohttp == 3.9.1 -pydantic == 2.5.2 +pydantic == 2.5.3 msgspec == 0.18.5 -pendulum == 2.1.2 bidict == 0.22.1 watchdog == 3.0.0 ujson == 5.9.0 @@ -10,6 +9,7 @@ aiomqtt == 1.2.1 immutables == 0.20 eascheduler == 0.1.11 easyconfig == 0.3.1 +pendulum == 2.1.2 stack_data == 0.6.3 colorama == 0.4.6 diff --git a/requirements_tests.txt b/requirements_tests.txt index c6dc925e..9451f3ee 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -7,5 +7,5 @@ # Packages to run source tests # ----------------------------------------------------------------------------- packaging == 23.2 -pytest == 7.4.3 -pytest-asyncio == 0.23.2 +pytest == 7.4.4 +pytest-asyncio == 0.23.3