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

Update moto requirement from ~=4.2.7 to ~=4.2.8 #277

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Updates the requirements on moto to permit the latest version.

Changelog

Sourced from moto's changelog.

4.2.8

Docker Digest for 4.2.8: sha256:937315c79dedcc86506fc22a60502fd73d0e6f3a6f3e5fc614dd3164740e1191

General:
    * Support for Python 3.12
    * Support for a Simple Lambda backend, that will mock functions without invoking a Docker container.
      Use the decorator `mock_lambda_simple` for this feature.

New Methods: * IdentityStore: * describe_group()

* Signer:
    * list_tags_by_resource()
    * tag_resource()
    * untag_resource()

Miscellaneous: * DynamoDB: create_table() now throws an error when supplying an unknown KeyType * DynamoDB: query() now throws an error when supplying a ExpressionAttributeValue that doesn't start with a ':' * EC2: describe_hosts() now returns the AllocationTime-attribute * ECS: register_task_definition() now throws an exception if the ContainerDefinition has missing keys * ECR: describe_images() now returns the supplied imageDigest-values, instead of random values * EFS: AccessPoints now have the correct identifier format * Lambda: Various methods now support the FunctionName in the format 'name:qualifier' * MQ: create_configuration() is now possible for engine-type 'RABBITMQ' * RDS: create_db_cluster() now throws an error if the provided engine is not supported * RDS: create_db_instance() now throws an error if the provided engine does not match the cluster engine * RDS: delete_db_cluster() now throws an error if any instances are still active * SageMaker: list_model_packages() and list_model_package_groups() no longer throw an error on pagination

4.2.7

Docker Digest for 4.2.7: sha256:9149597856f5ce195ef451df1a1b96aa8db0692c4b8ed1f7952fc02952733103

New Services:
    * Inspector2:
        * associate_member()
        * batch_get_account_status()
        * create_filter()
        * delete_filter()
        * describe_organization_configuration()
        * disable()
        * disable_delegated_admin_account()
        * disassociate_member()
        * enable()
        * enable_delegated_admin_account()
        * get_member()
        * list_delegated_admin_accounts()

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.2.7...4.2.8)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2023
@menuetb menuetb merged commit 87359dd into main Nov 14, 2023
19 checks passed
@menuetb menuetb deleted the dependabot/pip/moto-approx-eq-4.2.8 branch November 14, 2023 10:44
menuetb added a commit that referenced this pull request Dec 14, 2023
* first commit

* revert pr template

* fix when  existing_relation_type is none

* Fixed unit tests test_glue_session.py and test_glue_session_demo.py

* Added debug logs and fixed some tests

* Fix single_functional test

* Bump dbt-tests-adapter from 1.6.6 to 1.6.7

Bumps [dbt-tests-adapter](https://github.com/dbt-labs/dbt-core) from 1.6.6 to 1.6.7.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.6.7/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.6.6...v1.6.7)

---
updated-dependencies:
- dependency-name: dbt-tests-adapter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed functional_test

* Bump dbt-tests-adapter from 1.6.7 to 1.7.0

Bumps [dbt-tests-adapter](https://github.com/dbt-labs/dbt-core) from 1.6.7 to 1.7.0.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.7.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.6.7...v1.7.0)

---
updated-dependencies:
- dependency-name: dbt-tests-adapter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed functional/adapter/test_basic.py

* Fixed exception handling and cursor issue

* Renamed functional_test/adapter/test_basic.py to test_basic_functional_test.py to avoid basename conflict

* Updated README

* Update to version 1.7

* Added CI

* Bump dbt-tests-adapter from 1.7.0 to 1.7.1

Bumps [dbt-tests-adapter](https://github.com/dbt-labs/dbt-core) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.7.1/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: dbt-tests-adapter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump black from 23.10.1 to 23.11.0

Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.10.1...23.11.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* now correctly delete the table

* cleaner

* Update CI

* Update CI

* Update CI

* Update CI

* Update CI

* Update CI

* Update CI

* Update CI

* Increased timeout for integ test

* Update unit tests and CI

* Added unit test for Lake Formation

* Added test for Glue default version

* Renamed test class

* Updated dependency for 1.7.1

* Configured concurrency control for tests

* Configured concurrency control for tests

* Configured concurrency control for tests

* Change requirements

* fix spark version

* Update tox.ini

* Add integration test for all PR

* Add labeled based functional test

* Remove unnecessary extra_py_files for Delta Lake

* Added unit test for test_hudi_merge_table with Mock using moto and mock_glue

* Moved S3Url util class to util.py

* Renamed util.py for unit tests

* Update CHANGELOG

* Fix unit test

* Fixed test_generic_tests

* [minor][doc] Fix Iceberg config in README

* fix test generic (#270)

* fix test generic (#271)

* Fix test generic (#272)

* fix test generic

* Add test on seed in generic tests

* beauty

* duplicate line of code

* Fix test generic (#276)

* fix test generic

* Add test on seed in generic tests

* Roll back table model

* Migrate snapshot test and docs test from functional_test to functional/adapter (#275)

* Migrated test_single_functional.py from test_docs.py, and from test_basic_functional_test.py to test_snapshot.py

* Separated database names

* Separated database names

* use drop_relation instead of glue__drop_relation

* Bump mypy from 1.6.1 to 1.7.0 (#273)

Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update moto requirement from ~=4.2.7 to ~=4.2.8 (#277)

Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.2.7...4.2.8)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* all basic tests enabled (#278)

* Reorganizing commits

* Added TestSnapshotTimestampGlue

* Added TestDocsGenReferencesGlue

* fix TestTableMatGlue and TestValidateConnectionGlue

* Skip TestBaseCachingGlue

Also this fixes the execution error

---------

Co-authored-by: menuetb <83284881+menuetb@users.noreply.github.com>
Co-authored-by: Akira Ajisaka <akiraaj@amazon.com>

* Revert the change in get_result_from_cursor to fix test (#279)

* Fix integ tests (#280)

* Fix integ test for GitHub actions

* Separated database in test_docs.py

* Separated database in test_snapshot.py

* Run integ tests for a database with random name

* Removed unneeded test

* Moving unique_schema, profiles_config_update, and cleanup to conftest.py

* More refactor

* No need to update proifile_config. Remove

* Now that we are using different schema for each class, need to cleanup after the test

* Update test_docs.py and test_snapshot.py as well

* Create separate conftest.py for integration tests

* Use helper method as possible

---------

Co-authored-by: Akira Ajisaka <akiraaj@amazon.com>

* first commit

* revert pr template

* fix when  existing_relation_type is none

* now correctly delete the table

* cleaner

* beauty

* duplicate line of code

* use drop_relation instead of glue__drop_relation

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vincent.PAUWELS <vincent.pauwels@airliquide.com>
Co-authored-by: Noritaka Sekiyama <sekiyama@amazon.com>
Co-authored-by: Akira Ajisaka <akiraaj@amazon.com>
Co-authored-by: Noritaka Sekiyama <moomindani@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: menuetb <83284881+menuetb@users.noreply.github.com>
Co-authored-by: Anders <anders.swanson@dbtlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant