From 9e2f778b8d55b169a1d01490e9507966f655c62f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:01:19 +0000 Subject: [PATCH 1/4] Bump beautifulsoup4 from 4.9.2 to 4.9.3 Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.2 to 4.9.3. Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3977396..d0d7b7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ alembic==1.4.3 astroid==2.4.2 async-timeout==3.0.1 attrs==20.2.0 -beautifulsoup4==4.9.2 +beautifulsoup4==4.9.3 bleach==3.2.1 bs4==0.0.1 certifi==2020.6.20 From a6e6ee08b49d52763feab11c60fa01eb43f89f23 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 5 Oct 2020 23:15:33 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee91c8f..9b6e22e 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ I always recommend self-hosting, as you will be the only person with access to y # Public Instances | name |server location|max users|registrations| | ------------ | ------------ | ------------ |------------| -| https://yotter.xyz |Germany| 75 users|| -| https://yotter.kavin.rocks/ |India| 100 users || -| https://yotter.jank.media/ |Germany| 100 users|| +| https://yotter.xyz |Germany| 85 users|| +| https://yotter.kavin.rocks/ |India| 100 users || +| https://yotter.jank.media/ |Germany| 100 users|| # Contributing Contributors are always welcome. You can help in many ways: Coding, organizing, designing, [donating](#donate), maintaining... You choose what you want to help with! From 8b0c3dbe8a413ca66fcfbd21cb35e77c432c72da Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:43:04 +0200 Subject: [PATCH 3/4] update changelog - deprecated This is the last update for the changelog. Changelog is now the commit page. --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1c2f4..c0794c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,4 @@ -## Unreleased -- [ ] Configuration page: Disable retweets. -- [ ] Configuration page: Disable loading media content. -- [ ] Configuration page: Dark mode - -##### Long term -- Share a tweet. -- Play tweet videos from Parasitter. -- Create following lists. +## Changelog is not updated anymore. [Check commits](https://github.com/ytorg/Yotter/commits/dev-indep) to see new features / fixes. ## [0.2.7] - 2020.09.26 ### How to update: From 5d658311b6b5f05c77e4ec8a35a2b1ceeb2a06b9 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 6 Oct 2020 20:59:19 +0530 Subject: [PATCH 4/4] Add dependabot for pip --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..dc37b89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"