From ae468335a7da21ef12609227c66631d32e8b31c7 Mon Sep 17 00:00:00 2001 From: Daniel Seichter Date: Sun, 28 Apr 2024 22:36:42 +0200 Subject: [PATCH 1/5] Create FUNDING.yml --- .github/FUNDING.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..858ddc1 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,14 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +custom: https://www.paypal.com/donate/?hosted_button_id=T8KHMXMYSJ8YN From e73d097189b8eb967020a00b7de67386bbda2b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:27:32 +0000 Subject: [PATCH 2/5] Bump urllib3 from 2.2.1 to 2.2.2 in /src Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 73e0027..88dddd0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,2 +1,2 @@ wxPython==4.2.1 -urllib3==2.2.1 +urllib3==2.2.2 From 07c4f92d08c2f4d0214c0c20d35fe28dc405298a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:51:27 +0000 Subject: [PATCH 3/5] Bump boto3 from 1.34.131 to 1.34.134 in /src Bumps [boto3](https://github.com/boto/boto3) from 1.34.131 to 1.34.134. - [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.34.131...1.34.134) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 951c116..2cd386a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ wxPython==4.2.1 urllib3==2.2.2 pyinstaller==6.8.0 -boto3==1.34.131 +boto3==1.34.134 From adfc6ec60db96d70d513c17fde6b5837a1b792b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 04:33:23 +0000 Subject: [PATCH 4/5] Bump boto3 from 1.34.131 to 1.34.135 in /src Bumps [boto3](https://github.com/boto/boto3) from 1.34.131 to 1.34.135. - [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.34.131...1.34.135) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 951c116..1852c5c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ wxPython==4.2.1 urllib3==2.2.2 pyinstaller==6.8.0 -boto3==1.34.131 +boto3==1.34.135 From 542c08437cad665d0fa8f55ef0fc75a144261a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:27:10 +0000 Subject: [PATCH 5/5] Bump boto3 from 1.34.134 to 1.34.136 in /src Bumps [boto3](https://github.com/boto/boto3) from 1.34.134 to 1.34.136. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.134...1.34.136) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 2cd386a..9a7dc45 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ wxPython==4.2.1 urllib3==2.2.2 pyinstaller==6.8.0 -boto3==1.34.134 +boto3==1.34.136