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 sunday #129

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.

Faker 0.7.17 » 0.7.18 PyPI | Changelog | Repo
psycopg2 2.7.1 » 2.7.2 PyPI | Changelog | Homepage | Docs
urllib3 1.21.1 » 1.22 PyPI | Changelog | Docs

Changelogs

Faker 0.7.17 -> 0.7.18

0.7.18


  • Generate proper dates before 1970. Thanks kungfu71186.
  • Made it possible to seed .binary(). Thanks kungfu71186.
  • Add color names for hr_HR. Thanks mislavcimpersak.
  • Add implementation of ssn provider for the pl_PL locale. Thanks pdaw.
  • Add pt_BR colors localization. Thanks ppcmiranda.
  • Create a method for codes of cryptocurrencies in the currency provider. Thanks illia-v.
  • Fix female name format typo in hu_HU person provider. Thanks swilcox.
  • Fix deprecated usage of print statement in README. Thanks cclauss.
  • Add gender-specific names for sv_SE person provider. Thanks swilcox.
  • Add an implementation of regon for pl_PL company provider. Thanks pdaw.
  • Addi an implementation of local_regon for pl_PL company provider. Thanks pdaw.
  • Replace deprecated getargspec on py3. Thanks fcurella.
  • Add new automotive provider. Thanks zafarali.
  • Add an implementation of company_vat for pl_PL company provider. Thanks pdaw.
  • Add Taiwan/Traditional character support for internet and lorem providers. Thanks bearnun.
  • Use random.choices when available for better performance. Thanks catleeball.
  • Refactor RGB color methods. Thanks catleeball.

psycopg2 2.7.1 -> 2.7.2

2.7.2

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

  • Fixed inconsistent state in externally closed connections (:tickets:263, 311, 443). Was fixed in 2.6.2 but not included in 2.7 by mistake.
  • Fixed Python exceptions propagation in green callback (:ticket:410).
  • Don't display the password in connection.dsn when the connection string is specified as an URI (:ticket:528).
  • Return objects with timezone parsing "infinity" :sql:timestamptz (:ticket:536).
  • Dropped dependency on VC9 runtime on Windows binary packages (:ticket:541).
  • Fixed segfault in ~connection.lobject() when mode\=\ !None (:ticket:544).
  • Fixed ~connection.lobject() keyword argument lobject_factory (:ticket:545).
  • Fixed ~psycopg2.extras.ReplicationCursor.consume_stream() keepalive_interval argument (:ticket:547).
  • Maybe fixed random import error on Python 3.6 in multiprocess environment (:ticket:550).
  • Fixed random !SystemError upon receiving abort signal (:ticket:551).
  • Accept ~psycopg2.sql.Composable objects in ~psycopg2.extras.ReplicationCursor.start_replication_expert() (:ticket:554).
  • Parse intervals returned as microseconds from Redshift (:ticket:558).
  • Added ~psycopg2.extras.Json !prepare() method to consider connection params when adapting (:ticket:562).
  • ~psycopg2.errorcodes map updated to PostgreSQL 10 beta 1.

urllib3 1.21.1 -> 1.22

1.22


  • Fixed missing brackets in HTTP CONNECT when connecting to IPv6 address via IPv6 proxy. (Issue 1222)

  • Made the connection pool retry on SSLError. The original SSLError is available on MaxRetryError.reason. (Issue 1112)

  • Drain and release connection before recursing on retry/redirect. Fixes deadlocks with a blocking connectionpool. (Issue 1167)

  • Fixed compatibility for cookiejar. (Issue 1229)

  • pyopenssl: Use vendored version of six. (Issue 1231)

That's it for now!

Happy merging! 🤖

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling f337315b123f0dea62ac55239665ce31d6a3f2bf on pyup-scheduled-update-07-23-2017 into on develop.