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

Misc fixes #8253

Merged
merged 7 commits into from
Aug 4, 2023
Merged

Misc fixes #8253

merged 7 commits into from
Aug 4, 2023

Commits on Aug 4, 2023

  1. typo

    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    af6f300 View commit details
    Browse the repository at this point in the history
  2. unnecessary special case

    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c70a590 View commit details
    Browse the repository at this point in the history
  3. tighten typechecking

    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    865fc74 View commit details
    Browse the repository at this point in the history
  4. mypy 1.4

    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    96f4b14 View commit details
    Browse the repository at this point in the history
  5. handle ast.Str deprecation

    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a77319c View commit details
    Browse the repository at this point in the history
  6. keyring 24.0.0

    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8044774 View commit details
    Browse the repository at this point in the history
  7. use requests.utils.atomic_open directly

    poetry is already using requests, and the docstring for requests.utils
    indicates that "this module provides utility functions ... that are also
    useful for external consumption".
    
    ie there's no reason copy the code, just use it.
    dimbleby authored and radoering committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    be7b8ce View commit details
    Browse the repository at this point in the history