Skip to content

Commit

Permalink
Bump dependencies (#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Mar 30, 2024
1 parent 4034ddd commit c3a493a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
orjson==3.9.15
orjson==3.10.0
# via -r base.in
packaging==24.0
# via -r base.in
Expand All @@ -54,7 +54,7 @@ python-dateutil==2.9.0.post0
# via -r base.in
pyyaml==6.0.1
# via -r base.in
rapidfuzz==3.6.2
rapidfuzz==3.7.0
# via -r base.in
red-commons==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-style.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-c base.txt

black
black>=23.12.1,<24
2 changes: 1 addition & 1 deletion requirements/extra-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytest==7.4.4
# pytest-mock
pytest-asyncio==0.21.1
# via -r extra-test.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r extra-test.in
tomlkit==0.12.4
# via pylint
Expand Down

0 comments on commit c3a493a

Please sign in to comment.