Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump black from 23.12.1 to 24.1.0 #210

Merged
merged 2 commits into from
Jan 26, 2024
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
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configureation for pytest."""

# pylint: disable=line-too-long

from pytest import fixture
Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wheel = ">=0.38.4,<0.43.0"
types-requests = "^2.28.11"
freezegun = "^1.2.2"
requests-mock = "^1.10.0"
black = ">=22.12,<24.0"
black = ">=22.12,<25.0"
isort = "^5.11.4"
Markdown = "^3.3"
pytest-mypy = "^0.10.3"
Expand Down
1 change: 1 addition & 0 deletions tests/test_lib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test high level cridlib API."""

from datetime import datetime

from freezegun import freeze_time
Expand Down
Loading