Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/certifi-2023.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
1337-server authored Jul 19, 2023
2 parents 59d5d68 + 30a2a68 commit 2054393
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Bump Version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
-
name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v6
uses: tj-actions/branch-names@v7

-
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-
name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v6
uses: tj-actions/branch-names@v7


-
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
-
name: Extract Docker metadata
id: meta
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
-
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.5
58 changes: 29 additions & 29 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
alembic==1.4.3
apprise==0.9.9
alembic==1.11.1
apprise==1.4.5
bcrypt==3.2.2 # Newer versions dont have Wheel
beautifulsoup4==4.11.1
beautifulsoup4==4.12.2
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==2.0.12
click==8.0.1 # broken
click==8.1.4
charset-normalizer==3.2.0
discid==1.2.0
Flask==2.0.3 # broken
Flask-Cors==3.0.10
Flask-Login==0.5.0 # broken
Flask-Migrate==3.1.0
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.1
greenlet==1.1.3
Flask==2.2.5 # broken
Flask-Cors==4.0.0
Flask-Login==0.6.2
Flask-Migrate==4.0.4
Flask-SQLAlchemy==3.0.3 # broken
Flask-WTF==1.1.1
greenlet==2.0.2
idna==3.4
itsdangerous==2.0.1 # broken
Jinja2==3.0.3 # broken
Mako==1.1.6 # broken
Markdown==3.3.4
MarkupSafe==2.0.1 # broken
itsdangerous==2.1.2
Jinja2==3.1.2
Mako==1.2.4
Markdown==3.4.3
MarkupSafe==2.1.3
musicbrainzngs==0.7.1
netifaces==0.11.0
oauthlib==3.2.2
prettytable==2.5.0 # broken
psutil==5.9.2
prettytable==3.8.0
psutil==5.9.5
pycparser==2.21
pycurl==7.45.1
pycurl==7.45.2
pydvdid==1.1
pyudev==0.23.2
PyYAML==6.0
requests==2.27.1
pyudev==0.24.0 # broken
PyYAML==6.0.1
requests==2.31.0
requests-oauthlib==1.3.1
robobrowser==0.5.3
six==1.16.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.41
soupsieve==2.4.1
SQLAlchemy==2.0.18
tinydownload==0.1.0
urllib3==1.26.15
wcwidth==0.2.5
Werkzeug==2.0.3 # broken
WTForms==3.0.0 # broken
urllib3==1.26.15 # broken
wcwidth==0.2.6
Werkzeug==2.3.6
WTForms==3.0.1
xmltodict==0.13.0

0 comments on commit 2054393

Please sign in to comment.