From be37cb79e003b6947f9c7b0cf7fddba4d928d7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:44:35 +0000 Subject: [PATCH 1/2] Bump gitpython from 3.1.37 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.41) --- updated-dependencies: - dependency-name: gitpython 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 52da62e..08d5dfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.11.1 lxml>=4.9.1 requests==2.31.0 -GitPython==3.1.37 +GitPython==3.1.41 PyGithub==1.59.1 PyYAML==6.0.1 \ No newline at end of file From 1c7a3b3d09a9c9e9c7f0702586c80b84bc7eecd3 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad Date: Tue, 7 May 2024 22:45:16 +0200 Subject: [PATCH 2/2] updated copyright notices --- mkdocs.yml | 2 +- setup.py | 2 +- src/staticwordpress/__init__.py | 2 +- src/staticwordpress/cli/__init__.py | 2 +- src/staticwordpress/core/__init__.py | 2 +- src/staticwordpress/core/constants.py | 2 +- src/staticwordpress/core/crawler.py | 2 +- src/staticwordpress/core/errors.py | 2 +- src/staticwordpress/core/github.py | 2 +- src/staticwordpress/core/i18n.py | 2 +- src/staticwordpress/core/project.py | 2 +- src/staticwordpress/core/redirects.py | 2 +- src/staticwordpress/core/search.py | 2 +- src/staticwordpress/core/sitemaps.py | 2 +- src/staticwordpress/core/utils.py | 2 +- src/staticwordpress/core/workflow.py | 2 +- src/staticwordpress/gui/__init__.py | 2 +- src/staticwordpress/gui/config.py | 2 +- src/staticwordpress/gui/editor.py | 2 +- src/staticwordpress/gui/logger.py | 2 +- src/staticwordpress/gui/main.py | 2 +- src/staticwordpress/gui/messagebox.py | 2 +- src/staticwordpress/gui/project.py | 2 +- src/staticwordpress/gui/rawtext.py | 2 +- src/staticwordpress/gui/table.py | 2 +- src/staticwordpress/gui/utils.py | 2 +- src/staticwordpress/gui/workflow.py | 2 +- ss_script.py | 2 +- tests/test_project.py | 2 +- tests/test_redirects.py | 2 +- tests/test_translations.py | 2 +- tests/test_url.py | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 52c5b40..91d258c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,4 +26,4 @@ markdown_extensions: theme: readthedocs -copyright: © Copyright 2023 SERP Wings \ No newline at end of file +copyright: © Copyright 2024 SERP Wings \ No newline at end of file diff --git a/setup.py b/setup.py index 758cb9d..910db25 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/__init__.py b/src/staticwordpress/__init__.py index b2340c9..75f7cb2 100644 --- a/src/staticwordpress/__init__.py +++ b/src/staticwordpress/__init__.py @@ -7,7 +7,7 @@ src/staticwordpress/__init__.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/cli/__init__.py b/src/staticwordpress/cli/__init__.py index faba678..7c08f18 100644 --- a/src/staticwordpress/cli/__init__.py +++ b/src/staticwordpress/cli/__init__.py @@ -7,7 +7,7 @@ src/staticwordpress/cli/__init__.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/__init__.py b/src/staticwordpress/core/__init__.py index a456389..4cedabd 100644 --- a/src/staticwordpress/core/__init__.py +++ b/src/staticwordpress/core/__init__.py @@ -7,7 +7,7 @@ src/staticwordpress/core/__init__.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/constants.py b/src/staticwordpress/core/constants.py index 395fbb4..ea3a61a 100644 --- a/src/staticwordpress/core/constants.py +++ b/src/staticwordpress/core/constants.py @@ -7,7 +7,7 @@ src/staticwordpress/core/constants.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/crawler.py b/src/staticwordpress/core/crawler.py index 8c30a4d..c1e4d48 100644 --- a/src/staticwordpress/core/crawler.py +++ b/src/staticwordpress/core/crawler.py @@ -7,7 +7,7 @@ src/staticwordpress/core/crawler.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/errors.py b/src/staticwordpress/core/errors.py index e3ed6c5..4c0fdb3 100644 --- a/src/staticwordpress/core/errors.py +++ b/src/staticwordpress/core/errors.py @@ -7,7 +7,7 @@ src\staticwordpress\core\errors.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/github.py b/src/staticwordpress/core/github.py index 7db103e..8478a31 100644 --- a/src/staticwordpress/core/github.py +++ b/src/staticwordpress/core/github.py @@ -7,7 +7,7 @@ src/staticwordpress/core/github.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/i18n.py b/src/staticwordpress/core/i18n.py index 745ad32..15da28e 100644 --- a/src/staticwordpress/core/i18n.py +++ b/src/staticwordpress/core/i18n.py @@ -7,7 +7,7 @@ src/staticwordpress/core/i18n.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/project.py b/src/staticwordpress/core/project.py index 765fd3a..20ca02f 100644 --- a/src/staticwordpress/core/project.py +++ b/src/staticwordpress/core/project.py @@ -7,7 +7,7 @@ src/staticwordpress/core/project.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/redirects.py b/src/staticwordpress/core/redirects.py index d858b90..e996049 100644 --- a/src/staticwordpress/core/redirects.py +++ b/src/staticwordpress/core/redirects.py @@ -7,7 +7,7 @@ src/staticwordpress/core/redirects.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/search.py b/src/staticwordpress/core/search.py index dc3c999..944f145 100644 --- a/src/staticwordpress/core/search.py +++ b/src/staticwordpress/core/search.py @@ -7,7 +7,7 @@ src/staticwordpress/core/search.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/sitemaps.py b/src/staticwordpress/core/sitemaps.py index 32bb085..9c68427 100644 --- a/src/staticwordpress/core/sitemaps.py +++ b/src/staticwordpress/core/sitemaps.py @@ -7,7 +7,7 @@ src/staticwordpress/core/sitemaps.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/utils.py b/src/staticwordpress/core/utils.py index 7d9dc9e..1675bf9 100644 --- a/src/staticwordpress/core/utils.py +++ b/src/staticwordpress/core/utils.py @@ -7,7 +7,7 @@ src/staticwordpress/core/utils.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/core/workflow.py b/src/staticwordpress/core/workflow.py index c617d39..45a1dc8 100644 --- a/src/staticwordpress/core/workflow.py +++ b/src/staticwordpress/core/workflow.py @@ -7,7 +7,7 @@ src/staticwordpress/core/workflow.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/__init__.py b/src/staticwordpress/gui/__init__.py index 096bdd6..f2e755f 100644 --- a/src/staticwordpress/gui/__init__.py +++ b/src/staticwordpress/gui/__init__.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/__init__.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/config.py b/src/staticwordpress/gui/config.py index 6aa2852..d651963 100644 --- a/src/staticwordpress/gui/config.py +++ b/src/staticwordpress/gui/config.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/config.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/editor.py b/src/staticwordpress/gui/editor.py index 2b24f92..5a2cce8 100644 --- a/src/staticwordpress/gui/editor.py +++ b/src/staticwordpress/gui/editor.py @@ -7,7 +7,7 @@ src\staticwordpress\gui\editor.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/logger.py b/src/staticwordpress/gui/logger.py index aaaaecd..281ec5b 100644 --- a/src/staticwordpress/gui/logger.py +++ b/src/staticwordpress/gui/logger.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/logger.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/main.py b/src/staticwordpress/gui/main.py index 8e26ac7..df71d41 100644 --- a/src/staticwordpress/gui/main.py +++ b/src/staticwordpress/gui/main.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/mainwindow.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/messagebox.py b/src/staticwordpress/gui/messagebox.py index 87c4201..3dc776c 100644 --- a/src/staticwordpress/gui/messagebox.py +++ b/src/staticwordpress/gui/messagebox.py @@ -7,7 +7,7 @@ src\staticwordpress\gui\messagebox.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/project.py b/src/staticwordpress/gui/project.py index 993ee4f..1fd1615 100644 --- a/src/staticwordpress/gui/project.py +++ b/src/staticwordpress/gui/project.py @@ -7,7 +7,7 @@ src\staticwordpress\gui\project.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/rawtext.py b/src/staticwordpress/gui/rawtext.py index 184a6db..bd99756 100644 --- a/src/staticwordpress/gui/rawtext.py +++ b/src/staticwordpress/gui/rawtext.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/rawtext.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/table.py b/src/staticwordpress/gui/table.py index b1977e0..2b20595 100644 --- a/src/staticwordpress/gui/table.py +++ b/src/staticwordpress/gui/table.py @@ -7,7 +7,7 @@ src\staticwordpress\gui\table.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/utils.py b/src/staticwordpress/gui/utils.py index 1529467..6100925 100644 --- a/src/staticwordpress/gui/utils.py +++ b/src/staticwordpress/gui/utils.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/utils.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/src/staticwordpress/gui/workflow.py b/src/staticwordpress/gui/workflow.py index 4fe0327..a59d7e7 100644 --- a/src/staticwordpress/gui/workflow.py +++ b/src/staticwordpress/gui/workflow.py @@ -7,7 +7,7 @@ src/staticwordpress/gui/workflow.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/ss_script.py b/ss_script.py index 48aa341..6d4e2fb 100644 --- a/ss_script.py +++ b/ss_script.py @@ -7,7 +7,7 @@ ss_script.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/tests/test_project.py b/tests/test_project.py index c4af89e..c2c31d3 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -7,7 +7,7 @@ tests\test_project.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/tests/test_redirects.py b/tests/test_redirects.py index dc0dcac..6d356b5 100644 --- a/tests/test_redirects.py +++ b/tests/test_redirects.py @@ -7,7 +7,7 @@ tests\test_redirects.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/tests/test_translations.py b/tests/test_translations.py index 780c1ad..d112f0d 100644 --- a/tests/test_translations.py +++ b/tests/test_translations.py @@ -7,7 +7,7 @@ tests\test_translations.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the diff --git a/tests/test_url.py b/tests/test_url.py index a861a3f..072c52a 100644 --- a/tests/test_url.py +++ b/tests/test_url.py @@ -7,7 +7,7 @@ tests\test_url.py - Copyright (C) 2020-2023 Faisal Shahzad + Copyright (C) 2020-2024 Faisal Shahzad The contents of this file are subject to version 3 of the