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

W42 dependency updates #3686

Merged
merged 8 commits into from
Oct 23, 2023
Merged

W42 dependency updates #3686

merged 8 commits into from
Oct 23, 2023

Conversation

jstvz
Copy link
Contributor

@jstvz jstvz commented Oct 19, 2023

No description provided.

@jstvz jstvz requested a review from a team as a code owner October 19, 2023 21:37
jstvz added 2 commits October 19, 2023 16:06
TODO: We should split extras into their own requirements files since
we're only doing this to make sure the dependency's version is the same
in prod as under test.
jstvz added 2 commits October 19, 2023 16:46
1. Robot framework team removed the add_path function in
   robotframework/robotframework@9a87af, this commit adds
   a utility function with the same behavior.
2. Probably unrelated to 6.1, but keyword.source is a Path
   instance now, so we needed to convert it to a str for a
   comparison.
3. Latest flake8 includes a type comparison rule.
jstvz added 3 commits October 20, 2023 13:10
Updating to pyright<=1.1.306 made it so much smarter that it broke several files:

- sarge.Command: uses setattr to dynamically add stderr_text
- sqlalchemy: see [this issue].
- github3: Return type for GitHub.repository() is actually
  `Repository | None`

Removing instead of using `pyright: ignore` because the last two are
actually valid errors.

[this issue]: microsoft/pyright#5062 (comment)
I have no idea what's happening here. At first glance it appears to be a
regression, but I can't reproduce within Snowfakery's repo on 3.5.0 or
3.4.0.
@jstvz jstvz merged commit 1459a32 into main Oct 23, 2023
16 of 18 checks passed
@jstvz jstvz deleted the upgrade-deps branch October 23, 2023 19:46
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.

2 participants