Skip to content

Commit d12ea62

Browse files
committed
MLE-12345 Bumping requests and urllib3
Just running "poetry update" seemed to do the trick for ensuring that urllib3 2.6.0 is used instead of 2.5.0. Bumped the patch version for requests since it was updated in August too.
1 parent 1c0bdad commit d12ea62

File tree

6 files changed

+645
-495
lines changed

6 files changed

+645
-495
lines changed

.copyrightconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ startyear: 2023
1010
# - Use sparingly (third_party, generated, binary assets)
1111
# - Dotfiles already skipped automatically
1212
# Enable by removing the leading '# ' from the next line and editing values.
13-
# filesexcluded: third_party/*, docs/generated/*.md, assets/*.png, scripts/temp_*.py, vendor/lib.js
14-
filesexcluded: .github/*, README.md, Jenkinsfile, gradle/*, docker-compose.yml, *.gradle, gradle.properties, gradlew, gradlew.bat
13+
filesexcluded: .github/*, README.md, Jenkinsfile, gradle/*, docker-compose.yml, *.gradle, gradle.properties, gradlew, gradlew.bat, CODEOWNERS, *.lock, *.toml

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Each line is a file pattern followed by one or more owners.
33

44
# These owners will be the default owners for everything in the repo.
5-
* @anu3990 @billfarber @rjrudin
5+
* @stevebio @billfarber @rjrudin

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ pipeline{
3232
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
3333
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
3434
cd marklogic-python-client/test-app
35-
echo "Waiting for MarkLogic server to initialize."
36-
sleep 60s
35+
./gradlew -i mlWaitTillReady
3736
./gradlew -i mlDeploy -PmlPassword=admin
3837
'''
3938
// 'set -e' causes the script to fail if any command fails.

0 commit comments

Comments
 (0)