Skip to content

Commit

Permalink
Merge pull request #87 from marklogic/feature/dependabot-bumps
Browse files Browse the repository at this point in the history
Applying Dependabot updates and a few manual updates
  • Loading branch information
rjrudin authored Aug 28, 2024
2 parents 2cd3276 + d1082a3 commit edfbca2
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 72 deletions.
131 changes: 64 additions & 67 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ license = "Apache 2.0"

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.31.0"
requests = "^2.32.3"
requests_toolbelt = "^1.0.0"

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

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
black = "^23.3.0"
flake8 = "^7.1.1"
black = ">=23.3,<25.0"
ipykernel = "^6.29.3"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion test-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'net.saliman.properties' version '1.5.2'
id 'com.marklogic.ml-gradle' version '4.5.2'
id 'com.marklogic.ml-gradle' version '4.8.0'
}

// Generate a temporary certificate for some simple SSL tests
Expand Down
2 changes: 1 addition & 1 deletion test-app/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip

0 comments on commit edfbca2

Please sign in to comment.