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 pinned dependencies #3541

Merged
merged 2 commits into from
Jan 8, 2023
Merged

Update pinned dependencies #3541

merged 2 commits into from
Jan 8, 2023

Commits on Jan 8, 2023

  1. Update pinned dependencies

    Zac-HD committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d10c36b View commit details
    Browse the repository at this point in the history
  2. Skip some typecheck tests for py37

    These are fine at runtime, but when you use py310 to execute them the Sphinx plugin picks up our magic posonly args and then mypy calls that a syntax error.
    
    All reasonable behavior, but we'll disable it here.
    Zac-HD committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f0b1252 View commit details
    Browse the repository at this point in the history