From a1076da3599bd1746549859a9068186cdf93e1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 03:24:51 +0000 Subject: [PATCH 1/3] Bump certifi from 2019.11.28 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2019.11.28...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6832883a..fca6c1ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2019.11.28 +certifi==2022.12.7 chardet==3.0.4 commonmark==0.9.1 docutils==0.16 From 32dbd40311f2e1a685b52149be1040829c9215fc Mon Sep 17 00:00:00 2001 From: codinglikeagirl42 Date: Thu, 25 May 2023 22:13:20 -0500 Subject: [PATCH 2/3] Update demo app links Assignment 3 --- src/assignments/tech-jobs-mvc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assignments/tech-jobs-mvc.rst b/src/assignments/tech-jobs-mvc.rst index 2fff9175..e11b5d7c 100644 --- a/src/assignments/tech-jobs-mvc.rst +++ b/src/assignments/tech-jobs-mvc.rst @@ -318,7 +318,7 @@ open the relevant file. :alt: TechJobs MVC TODO list. As you work on your tasks, refer to the -`demo app `__. +`demo app `__. 2) Complete the List Views --------------------------- @@ -422,7 +422,7 @@ Sanity Check At this point, all autograding tests should be passing. To be sure, right-click on the ``org.launchcode.techjobs.mvc`` package in ``src/test/java`` and select *Run tests in...* If any test fails, evaluate the failure/error message and go back to fix your code. -You might also want to check your app's behavior against that of `our demo app `_. +You might also want to check your app's behavior against that of `our demo app `_. How to Submit -------------- From fef13be316e42015e5bcc34c9c1b49f8710032a8 Mon Sep 17 00:00:00 2001 From: codinglikeagirl42 <39868164+codinglikeagirl42@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:38:25 -0500 Subject: [PATCH 3/3] Update tech-jobs-persistent.rst second demo link --- src/assignments/tech-jobs-persistent.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assignments/tech-jobs-persistent.rst b/src/assignments/tech-jobs-persistent.rst index 17c57bbf..b10fb5eb 100644 --- a/src/assignments/tech-jobs-persistent.rst +++ b/src/assignments/tech-jobs-persistent.rst @@ -255,7 +255,7 @@ and view them. When everything works, move on to Part 3 below. -Throughout your work, refer to the `demo app `__ as needed. +Throughout your work, refer to the `demo app `_ as needed. .. _tech-jobs-persistent-pt3: