Skip to content

Commit edfbca2

Browse files
authored
Merge pull request #87 from marklogic/feature/dependabot-bumps
Applying Dependabot updates and a few manual updates
2 parents 2cd3276 + d1082a3 commit edfbca2

File tree

4 files changed

+69
-72
lines changed

4 files changed

+69
-72
lines changed

poetry.lock

+64-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ license = "Apache 2.0"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.9"
12-
requests = "^2.31.0"
12+
requests = "^2.32.3"
1313
requests_toolbelt = "^1.0.0"
1414

1515
[tool.poetry.group.test.dependencies]
1616
pytest = "^7.4.0"
1717

1818
[tool.poetry.group.dev.dependencies]
19-
flake8 = "^6.0.0"
20-
black = "^23.3.0"
19+
flake8 = "^7.1.1"
20+
black = ">=23.3,<25.0"
2121
ipykernel = "^6.29.3"
2222

2323
[build-system]

test-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'net.saliman.properties' version '1.5.2'
3-
id 'com.marklogic.ml-gradle' version '4.5.2'
3+
id 'com.marklogic.ml-gradle' version '4.8.0'
44
}
55

66
// Generate a temporary certificate for some simple SSL tests

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip

0 commit comments

Comments
 (0)