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"
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:
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!
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