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

Bump the development-dependencies group with 7 updates #1371

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2024

Bumps the development-dependencies group with 7 updates:

Package From To
pytest-cov 4.1.0 5.0.0
pylint 2.17.7 3.2.2
moto 5.0.4 5.0.8
pytest 8.1.1 8.1.2
types-requests 2.31.0.20240403 2.31.0.20240406
types-redis 4.6.0.20240311 4.6.0.20240425
types-pytz 2024.1.0.20240203 2024.1.0.20240417

Updates pytest-cov from 4.1.0 to 5.0.0

Changelog

Sourced from pytest-cov's changelog.

5.0.0 (2024-03-24)

  • Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_.
  • Switched docs theme to Furo.
  • Various legacy Python cleanup and CI improvements. Contributed by Christian Clauss and Hugo van Kemenade in [#630](https://github.com/pytest-dev/pytest-cov/issues/630) <https://github.com/pytest-dev/pytest-cov/pull/630>, [#631](https://github.com/pytest-dev/pytest-cov/issues/631) <https://github.com/pytest-dev/pytest-cov/pull/631>, [#632](https://github.com/pytest-dev/pytest-cov/issues/632) <https://github.com/pytest-dev/pytest-cov/pull/632>_ and [#633](https://github.com/pytest-dev/pytest-cov/issues/633) <https://github.com/pytest-dev/pytest-cov/pull/633>_.
  • Added a pyproject.toml example in the docs. Contributed by Dawn James in [#626](https://github.com/pytest-dev/pytest-cov/issues/626) <https://github.com/pytest-dev/pytest-cov/pull/626>_.
  • Modernized project's pre-commit hooks to use ruff. Initial POC contributed by Christian Clauss in [#584](https://github.com/pytest-dev/pytest-cov/issues/584) <https://github.com/pytest-dev/pytest-cov/pull/584>_.
Commits
  • 5295ce0 Bump version: 4.1.0 → 5.0.0
  • 1181b06 Update changelog.
  • 9757222 Fix a minor grammar error (#636)
  • 9f5cd81 Cleanup releasing instructions. Closes #616.
  • 93b5047 Add test for pyproject.toml loading without explicit --cov-config. Ref #508.
  • ff50860 docs: add config instructions for pyproject.toml.
  • 4a5a4b5 Keep GitHub Actions up to date with GitHub's Dependabot
  • 1d7f559 Fix or remove URLs that are causing docs tests to fail
  • 6a5af8e Update changelog.
  • d9fe8df Switch to furo. Closes #618.
  • Additional commits viewable in compare view

Updates pylint from 2.17.7 to 3.2.2

Commits
  • 769ffd2 Bump pylint to 3.2.2, update changelog (#9658)
  • 98c5af9 Fix false-positive with contextmanager missing cleanup (#9654) (#9657)
  • 9a9db8f Update astroid to 3.2.2 (#9655) (#9656)
  • 9223172 Bump pylint to 3.2.1, update changelog
  • 926547b [trailing-comma-tuple] Fix enabling with message control locally when disable...
  • 1498675 Fix linterstats.get_module_message_count() (#9146) (#9648)
  • aed496a Fix FP for possibly-used-before-assignment with assert_never() (#9645) (#...
  • 9dae975 [Backport maintenance/3.2.x] Add --prefer-stubs=y option (#9646)
  • a03ceae Add --prefer-stubs=y option (#9632)
  • b2ea316 [Backport maintenance/3.2.x] Don't emit incorrect-variance for type parameter...
  • Additional commits viewable in compare view

Updates moto from 5.0.4 to 5.0.8

Changelog

Sourced from moto's changelog.

5.0.8

Docker Digest for 5.0.8: sha256:cfcd97074011bd563cdbeebac35ed710581a23cb2be07ab9b67aa00298fc3369

General:
    * Improved support for non-generic partitions (China, GovCloud, ISO-regions). 
      All ARN's now contain the correct partition for resources created in those regions.

New Services: * NetworkManager: * create_global_network() * describe_global_networks() * create_core_network() * create_global_network() * delete_core_network() * list_core_networks() * get_core_network() * tag_resource() * untag_resource()

Miscellaneous: * ResilienceHub: list_app_assessments() can now return pre-configured results * ResourceGroupTagging: get_resources() now returns results when filtering on "lambda:function" * S3: delete_object_tagging()/put_object_tagging() now send an EventBridge notification

5.0.7

Docker Digest for 5.0.7: sha256:81ac52ff74b0bf0f4957ee4260e6a7e75d66c9e5d040ed4f721a5500b873c88a

New Services:
    * Sagemaker Metrics:
        * batch_put_metrics()

New Methods: * DynamoDB: * describe_import() * import_table()

* EMR Serverless:
    * cancel_job_run()
    * get_job_run()
    * list_job_runs()
    * start_job_run()
  • IAM:

    • tag_instance_profile()
    • untag_instance_profile()
  • Panorama:

... (truncated)

Commits

Updates pytest from 8.1.1 to 8.1.2

Release notes

Sourced from pytest's releases.

8.1.2

pytest 8.1.2 (2024-04-26)

Bug Fixes

  • #12114: Fixed error in pytest.approx{.interpreted-text role="func"} when used with [numpy]{.title-ref} arrays and comparing with other types.
Commits
  • cf84163 Prepare release version 8.1.2
  • 0675383 [8.1.x] Fixed Bug Regarding Attribute Error in pytest.approx For Types Implic...
  • a43b098 [8.1.x] Update events/trainings (#12237)
  • f55c660 [8.1.x] doc: import pytest in conftest.py example in doctest.rst (#12182)
  • be7c8be [8.1.x] Add research item in doc (#12148)
  • c5e3921 [8.1.x] doc: add versionadded to ExceptionInfo.group_contains (#12142)
  • 83614e1 [8.1.x] doc: fix typos (#12119)
  • cd585a1 [8.1.x] doc: add versionadded to Stash and StashKey (#12109)
  • 6c14139 [8.1.x] doc/flaky: remove box/flaky plugin suggestion (#12102)
  • abb0cf4 Merge pull request #12094 from pytest-dev/release-8.1.1
  • See full diff in compare view

Updates types-requests from 2.31.0.20240403 to 2.31.0.20240406

Commits

Updates types-redis from 4.6.0.20240311 to 4.6.0.20240425

Commits

Updates types-pytz from 2024.1.0.20240203 to 2024.1.0.20240417

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 28, 2024
@ons-eq-team
Copy link
Contributor

Benchmark Results

Percentile Averages:
50th: 64ms
90th: 106ms
95th: 195ms
99th: 307ms
99.9th: 513ms
GETs (99th): 381ms
POSTs (99th): 224ms

Total Requests: 70,279
Total Failures: 0
Error Percentage: 0.0%

@dependabot dependabot bot force-pushed the dependabot/pip/development-dependencies-50334ecd66 branch from db1ad4c to 033609e Compare May 29, 2024 19:43
Bumps the development-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.7` | `3.2.2` |
| [moto](https://github.com/getmoto/moto) | `5.0.4` | `5.0.8` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.1.2` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240403` | `2.31.0.20240406` |
| [types-redis](https://github.com/python/typeshed) | `4.6.0.20240311` | `4.6.0.20240425` |
| [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240203` | `2024.1.0.20240417` |


Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

Updates `pylint` from 2.17.7 to 3.2.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.7...v3.2.2)

Updates `moto` from 5.0.4 to 5.0.8
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.4...5.0.8)

Updates `pytest` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.1...8.1.2)

Updates `types-requests` from 2.31.0.20240403 to 2.31.0.20240406
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-redis` from 4.6.0.20240311 to 4.6.0.20240425
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pytz` from 2024.1.0.20240203 to 2024.1.0.20240417
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/development-dependencies-50334ecd66 branch from 033609e to a1f43d8 Compare May 30, 2024 19:31
@petechd
Copy link
Contributor

petechd commented May 31, 2024

Just so it is not lost, the import error is caused by pylint-quotes library not maintained and not compatible with the latest v3 pylint release that were are trying to update here. Here's the issue raised in pylint-quotes repo: edaniszewski/pylint-quotes#29. Here's an PR that fixes it: edaniszewski/pylint-quotes#28 (still not merged). I will revert pylint to v2 for the time being.

@petechd petechd closed this May 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/development-dependencies-50334ecd66 branch May 31, 2024 11:41
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.

2 participants