Skip to content

Commit 27e7fa3

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 27e7fa3

File tree

4 files changed

+626
-489
lines changed

4 files changed

+626
-489
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

0 commit comments

Comments
 (0)