Skip to content

Commit ed618e0

Browse files
authored
Merge pull request #632 from gockle/main
release v3.0.12
2 parents 7279ee9 + c6997a1 commit ed618e0

File tree

16 files changed

+5417
-4664
lines changed

16 files changed

+5417
-4664
lines changed

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import { PythonProject } from "projen/lib/python";
1717

1818
function main() {
19-
new InstanceScheduler({ version: "3.0.11", cdkVersion: "2.206.0" }).synth();
19+
new InstanceScheduler({ version: "3.0.12", cdkVersion: "2.206.0" }).synth();
2020
}
2121

2222
interface InstanceSchedulerProps {
@@ -199,6 +199,7 @@ class InstanceScheduler extends AwsCdkTypeScriptApp {
199199
"pytest@^7.4.3",
200200
"pytest-cov@^4.1.0",
201201
"tox@^4.11.4",
202+
"urllib3@2.6.0"
202203
];
203204

204205
const commonPythonProjectOptions: CommonPythonProjectOptions = {
@@ -403,7 +404,6 @@ class InstanceSchedulerLambdaFunction extends PythonProject {
403404
const boto3Version = "^1.34.1";
404405
const jmespathVersion = "1.0.1";
405406
const pythonDateutilVersion = "2.8.2";
406-
const urllib3Version = "1.26.15";
407407
[
408408
`boto3@${boto3Version}`,
409409
`boto3-stubs-lite@{version = "${boto3Version}", extras = ${JSON.stringify(boto3StubsExtras)}}`,
@@ -420,9 +420,8 @@ class InstanceSchedulerLambdaFunction extends PythonProject {
420420
`types-jmespath@${jmespathVersion}`,
421421
`types-python-dateutil@${pythonDateutilVersion}`,
422422
"types-requests@2.31.0.6", // held back, need to support urllib3@^1
423-
`types-urllib3@^${urllib3Version}`,
424423
"tzdata@^2023.3",
425-
`urllib3@^${urllib3Version}`,
424+
`urllib3@^2.6.0`,
426425
].forEach((spec: string) => this.addDevDependency(spec));
427426

428427
["aws-lambda-powertools@^3.4.1", "packaging@^24.0"].forEach((spec: string) => this.addDependency(spec));

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [3.0.12] -- 2025-12-10
8+
### Security
9+
- Updated urllib3 to mitigate CVE-2025-66471
10+
711
## [3.0.11] -- 2025-7-29
812
### Security
913
- Updated urllib3 to mitigate CVE-2025-50182

NOTICE.txt

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,11 +777,60 @@ mypy-boto3-sts under the MIT license.
777777
pytest-mock under the MIT license.
778778
pytest-runner under the MIT license.
779779
pytest-xdist under the MIT license.
780-
referencing
781780
rpds-py under the MIT license.
782781
types-freezegun under the Apache-2.0 license license(s).
783782
types-python-dateutil under the Apache-2.0 license.
784783
tzdata under the Apache-2.0 license.
784+
@aws-sdk/xml-builder under the Apache-2.0 license.
785+
@smithy/uuid under the Apache-2.0 license.
786+
@aws-sdk/credential-provider-login under the Apache-2.0 license.
787+
@aws/lambda-invoke-store under the Apache-2.0 license.
788+
@aws-sdk/dynamodb-codec under the Apache-2.0 license.
789+
@aws-crypto/crc32c under the Apache-2.0 license.
790+
@aws-crypto/sha1-browser under the Apache-2.0 license.
791+
@aws-sdk/client-cloudwatch under the Apache-2.0 license.
792+
@aws-sdk/client-iam under the Apache-2.0 license.
793+
@aws-sdk/client-s3 under the Apache-2.0 license.
794+
@aws-sdk/client-sns under the Apache-2.0 license.
795+
@aws-sdk/client-sqs under the Apache-2.0 license.
796+
@aws-sdk/middleware-bucket-endpoint under the Apache-2.0 license.
797+
@aws-sdk/middleware-expect-continue under the Apache-2.0 license.
798+
@aws-sdk/middleware-flexible-checksums under the Apache-2.0 license.
799+
@aws-sdk/middleware-location-constraint under the Apache-2.0 license.
800+
@aws-sdk/middleware-sdk-s3 under the Apache-2.0 license.
801+
@aws-sdk/middleware-sdk-sqs under the Apache-2.0 license.
802+
@aws-sdk/middleware-ssec under the Apache-2.0 license.
803+
@aws-sdk/signature-v4-multi-region under the Apache-2.0 license.
804+
@aws-sdk/util-arn-parser under the Apache-2.0 license.
805+
@smithy/chunked-blob-reader under the Apache-2.0 license.
806+
@smithy/chunked-blob-reader-native under the Apache-2.0 license.
807+
@smithy/hash-blob-browser under the Apache-2.0 license.
808+
@smithy/hash-stream-node under the Apache-2.0 license.
809+
@smithy/md5-js under the Apache-2.0 license.
810+
@smithy/middleware-compression under the Apache-2.0 license.
811+
fflate under the MIT license.
812+
@esbuild/openharmony-arm64 under the MIT license.
813+
is-negative-zero under the MIT license.
814+
stop-iteration-iterator under the MIT license.
815+
generator-function under the MIT license.
816+
baseline-browser-mapping under the Apache-2.0 license.
817+
@babel/helper-globals under the MIT license.
818+
@jridgewell/remapping under the MIT license.
819+
end-of-stream under the MIT license.
820+
just-diff under the MIT license.
821+
just-diff-apply under the MIT license.
822+
nice-try under the MIT license.
823+
p-finally under the MIT license.
824+
parse-conflict-json under the ISC license.
825+
pump under the MIT license.
826+
strip-eof under the MIT license.
827+
handlebars under the MIT license.
828+
neo-async under the MIT license.
829+
wordwrap under the MIT license.
830+
uglify-js under the BSD-2-Clause license.
831+
librt under the MIT license.
832+
typing-inspection under the MIT license.
833+
referencing
785834

786835
********************
787836
OPEN SOURCE LICENSES

0 commit comments

Comments
 (0)