Skip to content

Commit b6d52b9

Browse files
Bump black from 22.3.0 to 24.2.0 in /semantic-conventions (#264)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e154e07 commit b6d52b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

semantic-conventions/dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==22.3.0
1+
black==24.2.0
22
mypy==0.910
33
pytest==8.1.1
44
flake8==7.0.0

semantic-conventions/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
PUBLIC_VERSION = PACKAGE_INFO["__version__"]
1616

1717
setuptools.setup(
18-
version=PUBLIC_VERSION
19-
if not VERSION_SUFFIX
20-
else PUBLIC_VERSION + "+" + VERSION_SUFFIX
18+
version=(
19+
PUBLIC_VERSION if not VERSION_SUFFIX else PUBLIC_VERSION + "+" + VERSION_SUFFIX
20+
)
2121
)

0 commit comments

Comments
 (0)