Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 40 #157

Closed
wants to merge 2 commits into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Oct 2, 2017

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.

Flask-SQLAlchemy 2.2 » 2.3.0 PyPI | Changelog | Repo | Docs
awscli 1.11.154 » 1.11.162 PyPI | Changelog | Homepage

Changelogs

Flask-SQLAlchemy 2.2 -> 2.3.0

2.3.0


Released on September 28, 2017

  • Multiple bugs with __tablename__ generation are fixed. Names will be
    generated for models that define a primary key, but not for single-table
    inheritance subclasses. Names will not override a declared_attr.
    PrimaryKeyConstraint is detected. (541_)
  • Passing an existing declarative_base() as model_class to
    SQLAlchemy.__init__ will use this as the base class instead of creating
    one. This allows customizing the metaclass used to construct the base.
    (546_)
  • The undocumented DeclarativeMeta internals that the extension uses for
    binds and table name generation have been refactored to work as mixins.
    Documentation is added about how to create a custom metaclass that does not
    do table name generation. (546_)
  • Model and metaclass code has been moved to a new models module.
    _BoundDeclarativeMeta is renamed to DefaultMeta; the old name will be
    removed in 3.0. (546_)
  • Models have a default repr that shows the model name and primary key.
    (530_)
  • Fixed a bug where using init_app would cause connectors to always use the
    current_app rather than the app they were created for. This caused issues
    when multiple apps were registered with the extension. (547_)

.. _530: pallets-eco/flask-sqlalchemy#530
.. _541: pallets-eco/flask-sqlalchemy#541
.. _546: pallets-eco/flask-sqlalchemy#546
.. _547: pallets-eco/flask-sqlalchemy#547

awscli 1.11.154 -> 1.11.162

1.11.162

========

  • api-change:route53: Update route53 command to latest version
  • api-change:organizations: Update organizations command to latest version
  • api-change:mturk: Update mturk command to latest version
  • api-change:codebuild: Update codebuild command to latest version
  • api-change:appstream: Update appstream command to latest version

1.11.161

========

  • api-change:pinpoint: Update pinpoint command to latest version
  • bugfix:Config: Properly handle spaces in profile names when being written out via the configure command, fixes 2806 <https://github.com/aws/aws-cli/issues/2806>__

1.11.160

========

  • api-change:cloudformation: Update cloudformation command to latest version

1.11.159

========

  • api-change:rds: Update rds command to latest version
  • api-change:config: Update config command to latest version
  • api-change:ecs: Update ecs command to latest version

1.11.158

========

  • api-change:budgets: Update budgets command to latest version
  • api-change:logs: Update logs command to latest version
  • api-change:ec2: Update ec2 command to latest version

1.11.157

========

  • api-change:greengrass: Update greengrass command to latest version
  • api-change:codepipeline: Update codepipeline command to latest version
  • api-change:appstream: Update appstream command to latest version
  • api-change:rds: Update rds command to latest version
  • api-change:lex-runtime: Update lex-runtime command to latest version

1.11.156

========

  • api-change:ec2: Update ec2 command to latest version

1.11.155

========

  • api-change:ec2: Update ec2 command to latest version
  • api-change:iam: Update iam command to latest version
  • api-change:ses: Update ses command to latest version

That's it for now!

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

pyup-bot commented Oct 9, 2017

Closing this in favor of #158

@pyup-bot pyup-bot closed this Oct 9, 2017
@hndrewaall hndrewaall deleted the pyup-scheduled-update-10-02-2017 branch October 9, 2017 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant