OGKevin / ComBunqWebApp

A Bunq web interface made by bunqers
https://bunqweb.com
MIT License
26 stars 3 forks source link

Scheduled daily dependency update on thursday #133

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

cryptography 2.0 » 2.0.2 PyPI | Changelog | Repo
psycopg2 2.7.2 » 2.7.3 PyPI | Changelog | Homepage | Docs
python-telegram-bot 6.1.0 » 7.0.0 PyPI | Changelog | Homepage | Docs
requests 2.18.1 » 2.18.2 PyPI | Changelog | Homepage
ruamel.yaml 0.15.19 » 0.15.21 PyPI | Changelog | Repo

Changelogs

cryptography 2.0 -> 2.0.2

2.0.1



* Fixed a compilation bug affecting OpenBSD.
* Altered the ``manylinux1`` wheels to statically link OpenSSL instead of
 dynamically linking and bundling the shared object. This should resolve
 crashes seen when using ``uwsgi`` or other binaries that link against
 OpenSSL independently.
* Fixed the stack level for the ``signer`` and ``verifier`` warnings.

psycopg2 2.7.2 -> 2.7.3

2.7.3

^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Restored default :sql:timestamptz[] typecasting to Python !datetime. Regression introduced in Psycopg 2.7.2 (:ticket:578).

python-telegram-bot 6.1.0 -> 7.0.0

7.0.0

  • Fully support Bot API 3.2.
  • New filters for handling messages from specific chat/user id (PR 677).
  • Add the possibility to add objects as arguments to send_* methods (PR 742).
  • Fixed download of URLs with UTF-8 chars in path (PR 688).
  • Fixed URL parsing for Message text properties (PR 689).
  • Fixed args dispatching in MessageQueue's decorator (PR 705).
  • Fixed regression preventing IPv6 only hosts from connnecting to Telegram servers (Issue 720).
  • ConvesationHandler - check if a user exist before using it (PR 699).
  • Removed deprecated telegram.Emoji.
  • Removed deprecated Botan import from utils (Botan is still available through contrib).
  • Removed deprecated ReplyKeyboardHide.
  • Removed deprecated edit_message argument of bot.set_game_score.
  • Internal restructure of files.
  • Improved documentation.
  • Improved unitests.

2017-06-18

requests 2.18.1 -> 2.18.2

2.18.2

+++++++++++++++++++

Bugfixes

  • requests.help no longer fails on Python 2.6 due to the absence of ssl.OPENSSL_VERSION_NUMBER.

Dependencies

  • We now support urllib3 v1.22.

That's it for now!

Happy merging! 🤖