Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.8.0
coverage==7.8.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -269,7 +269,7 @@ typing-extensions==4.13.2
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
typing-inspection==0.4.1
# via pydantic
uritemplate==4.1.1
# via gidgethub
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.8.0
coverage==7.8.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -260,7 +260,7 @@ typing-extensions==4.13.2
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
typing-inspection==0.4.1
# via pydantic
uritemplate==4.1.1
# via gidgethub
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ typing-extensions==4.13.2
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
typing-inspection==0.4.1
# via pydantic
uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.17.1
# pytest-codspeed
click==8.1.8
# via wait-for-it
coverage==7.8.0
coverage==7.8.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -129,7 +129,7 @@ typing-extensions==4.13.2
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
typing-inspection==0.4.1
# via pydantic
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
Expand Down
Loading