betterself icon indicating copy to clipboard operation
betterself copied to clipboard

Your body's dashboard.

Results 263 betterself issues
Sort by recently updated
recently updated
newest added

This PR updates [flake8](https://pypi.org/project/flake8) from **3.5.0** to **7.1.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Repo: https://github.com/pycqa/flake8

This PR updates [django-crispy-forms](https://pypi.org/project/django-crispy-forms) from **1.7.0** to **2.2**. Changelog ### 2.2 ``` * Added support for Django 5.1. * Allowed pass through of context when rendering a ``Fieldset`` layout object....

This PR updates [django-allauth](https://pypi.org/project/django-allauth) from **0.34.0** to **0.63.3**. Changelog ### 0.63.3 ``` ******************* Note worthy changes ------------------- - In ``HEADLESS_ONLY`` mode, the ``/accounts/<provider>/login/`` URLs were still available, fixed. - The...

This PR updates [requests](https://pypi.org/project/requests) from **2.18.4** to **2.32.3**. Changelog ### 2.32.3 ``` ------------------- **Bugfixes** - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (6716) -...

This PR updates [whitenoise](https://pypi.org/project/whitenoise) from **3.3.1** to **6.8.2**. Changelog ### 6.8.2 ``` ------------------ * Fix compression speed gains for the thread pool when running Django’s ``collectstatic``. The thread pool had...

This PR updates [setuptools](https://pypi.org/project/setuptools) from **38.2.5** to **75.3.0**. Changelog ### 75.3.0 ``` ======= Features -------- - Allowed using `dict` as an ordered type in ``setuptools.dist.check_requirements`` -- by :user:`Avasam` (4575) Bugfixes...

This PR updates [twilio](https://pypi.org/project/twilio) from **6.10.0** to **9.3.6**. Changelog ### 9.3.6 ``` -------------------------- **Library - Chore** - [PR 818](https://github.com/twilio/twilio-python/pull/818): removing unavailable references from init files. Thanks to [tiwarishubham635](https://github.com/tiwarishubham635)! ``` ###...

This PR updates [ipython](https://pypi.org/project/ipython) from **6.2.1** to **8.29.0**. Changelog ### 7.18.1 ``` We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ ``` ### 7.9.0 ``` None ``` ###...

This PR updates [Faker](https://pypi.org/project/Faker) from **0.8.8** to **30.8.1**. Changelog ### 30.8.1 ``` * Fix `month_in_guj`. ``` ### 30.8.0 ``` * Update city names for `uk_UA`. Thanks lexxai. ``` ### 30.7.0...

This PR updates [redis](https://pypi.org/project/redis) from **2.10.6** to **5.2.0**. Changelog ### 4.1.3 ``` * Fix flushdb and flushall (1926) * Add redis5 and redis4 dockers (1871) * Change json.clear test multi...