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

Bump importlib-resources from 5.10.1 to 5.12.0 #166

Open
wants to merge 16 commits into
base: nightly
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
architecture:
- amd64
- arm64
- armhf
#- arm64
#- armhf
steps:
- name: Checkout Code
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package/requirements-package.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apscheduler==3.9.1.post1
importlib-metadata==5.2.0
importlib-resources==5.10.1
importlib-resources==5.12.0
pyinstaller==5.7.0
pyopenssl==22.1.0
pycryptodomex==3.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html5lib==1.1
httpagentparser==1.9.5
idna==3.4
importlib-metadata==5.2.0
importlib-resources==5.10.1
importlib-resources==5.12.0
git+https://github.com/Tautulli/ipwhois.git@master#egg=ipwhois
IPy==1.01
Mako==1.2.4
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
The only thing missing is "why they watched it", but who am I to question your 42 plays of Frozen.
All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.

base: core22
base: core20
confinement: strict

architectures:
Expand Down