Skip to content

Commit 4607bff

Browse files
authored
Merge pull request #117 from marklogic/feature/black-duck
MLE-23398 Bumping ipykernel
2 parents bccbaa2 + c925125 commit 4607bff

File tree

6 files changed

+314
-218
lines changed

6 files changed

+314
-218
lines changed

poetry.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ pytest = "^7.4.0"
1818
[tool.poetry.group.dev.dependencies]
1919
flake8 = "^7.1.1"
2020
black = ">=23.3,<25.0"
21-
ipykernel = "^6.29.3"
21+
ipykernel = "^6.30.1"
2222

2323
[build-system]
2424
requires = ["poetry-core"]
2525
build-backend = "poetry.core.masonry.api"
2626

2727
[tool.pytest.ini_options]
28-
# Enables live logging; see https://docs.pytest.org/en/latest/how-to/logging.html#live-logs
28+
# Enables live logging; see https://docs.pytest.org/en/latest/how-to/logging.html#live-logs
2929
log_cli = 1
3030
log_cli_level = "DEBUG"
-16.6 KB
Binary file not shown.

test-app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Tue Mar 22 14:27:38 EDT 2016
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip

0 commit comments

Comments
 (0)