Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SpotifyBackup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
SpotifyBackup
Commits
b98f42b1
Commit
b98f42b1
authored
3 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
update python to 3.9
parent
9eee99aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
poetry.lock
+2
-2
2 additions, 2 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
4 additions
and
4 deletions
Dockerfile
+
1
−
1
View file @
b98f42b1
FROM
python:3.
7
-alpine
FROM
python:3.
9
-alpine
RUN
apk add
--update
gcc libc-dev linux-headers curl
&&
rm
-rf
/var/cache/apk/
*
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
2
−
2
View file @
b98f42b1
...
...
@@ -143,8 +143,8 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[
metadata
]
lock-version
=
"1.1"
python-versions
=
"^3.
8
"
content-hash
=
"
d3e77dc879690a47cae30ad0e2bd1743ae758b219c5b4afa4aced37fb5f6a3
2e"
python-versions
=
"^3.
9
"
content-hash
=
"
2ecf5397c5750e73e30af77638576f8298c008b7e4a8ea16fdedc721a9e9b
2e
a
"
[
metadata.files
]
certifi
=
[
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
b98f42b1
...
...
@@ -10,7 +10,7 @@ url = "https://pypi.thecodelabs.de"
secondary
=
true
[tool.poetry.dependencies]
python
=
"^3.
8
"
python
=
"^3.
9
"
thecodelabs-baseutils
=
"^1.7.0"
spotipy
=
"2.19.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment