Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot updates have stopped?

glensc opened this issue · comments

The last dependabot pull request is from a month ago:

Doesn't seem right.

I don't see any options to check project settings, @simonc56, do you?

@Taxel can you perhaps make me and @simonc56 (formerly @twolaw) admins here, so we can manage such problems?

Seems dependency updates are back:

i.e.:

what changed?

74bca5a: 3 more updates to go:

➜ pip list --outdated            
Package          Version Latest Type
---------------- ------- ------ -----
PlexAPI          4.15.4  4.15.6 wheel
requests-cache   1.1.0   1.1.1  wheel
websocket-client 1.6.4   1.7.0  wheel

waiting for pytrakt update:

it's been 2 days since the release...

current (2024-01-07) outdated list:

$ pip list --outdated
Package Version Latest Type
------- ------- ------ -----
pytrakt 3.4.24  3.4.25 wheel
wcwidth 0.2.12  0.2.13 wheel

@Taxel can you add more admins to the project?

I don't see any options to check project settings, @simonc56, do you?

No, I don't see the settings page.

Submitted github support ticket

Updates have appeared now:

Support answered that dependabot runs only on weekdays. Doh!

The daily schedule only runs on weekdays, so would not have run the last two days (documented here). For last Friday, it would probably come down to timing of when the release happened, when Dependabot ran, and if the API returns were updated immediately on release.