Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Jan 8, 2024
1 parent cd78048 commit d60b92b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements_setup.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d60b92b

Please sign in to comment.