From 5a5f52b2b565e93b13c079b15629f85df8401ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:50:41 +0000 Subject: [PATCH 1/2] build(deps): bump boto3 from 1.29.6 to 1.29.7 Bumps [boto3](https://github.com/boto/boto3) from 1.29.6 to 1.29.7. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.29.6...1.29.7) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c03367..5f31c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # dev and test # ------------ -boto3==1.29.6 +boto3==1.29.7 pytest==7.4.3 pytest_mock==3.12.0 From 8b270b2f237b1ae2282d4b3a2960e51cbc095685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Nov 2023 20:40:34 +0000 Subject: [PATCH 2/2] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/lpm0073/automatic-grader/compare/v1.0.0...v1.0.1) (2023-11-27) ### Bug Fixes * make npm private so that it doesn't try to publish to npm ([a446fbe](https://github.com/lpm0073/automatic-grader/commit/a446fbe29de9f4281620078e1fd6da2e4e0bb17c)) * make npm private so that it doesn't try to publish to npm ([0ac8782](https://github.com/lpm0073/automatic-grader/commit/0ac8782cf6f06fee9662a08710d9f5fc3b8b2fb1)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0150101..cd5a464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/lpm0073/automatic-grader/compare/v1.0.0...v1.0.1) (2023-11-27) + + +### Bug Fixes + +* make npm private so that it doesn't try to publish to npm ([a446fbe](https://github.com/lpm0073/automatic-grader/commit/a446fbe29de9f4281620078e1fd6da2e4e0bb17c)) +* make npm private so that it doesn't try to publish to npm ([0ac8782](https://github.com/lpm0073/automatic-grader/commit/0ac8782cf6f06fee9662a08710d9f5fc3b8b2fb1)) + # 1.0.0 (2023-11-27)