provinzkraut / unasyncd

Transforming asynchronous to synchronous Python code
MIT License
18 stars 2 forks source link

chore: bump dependencies #23

Closed afuetterer closed 3 months ago

afuetterer commented 3 months ago

I ran poetry update on your lockfile. Do you want this monitored by dependabot as well?

provinzkraut commented 3 months ago

@afuetterer it seems that the ruff update has caused some formatting changes which break the tests that check the ruffed output.

afuetterer commented 3 months ago

Oh no, damn it. Should I try to fix the tests or you want to stick to the older ruff version for now?

provinzkraut commented 3 months ago

Updating the tests would be fine

afuetterer commented 3 months ago

Okay, let's see. :)

provinzkraut commented 3 months ago

@afuetterer Turns out I was wrong: This is actually a bug. I'll create a fix for that in a different PR

afuetterer commented 3 months ago

I see, excellent.