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

Update main dependencies #431

Merged
merged 2 commits into from
Sep 5, 2023
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_BASE_IMAGE_VERSION=3.11-20221221
ARG NODE_VERSION=16-alpine
ARG NODE_VERSION=18-alpine
FROM metabrainz/python:$PYTHON_BASE_IMAGE_VERSION as metabrainz-base

ARG PYTHON_BASE_IMAGE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
useBuiltIns: "usage",
corejs: { version: "3.26", proposals: true },
targets: {
node: "16",
node: "18",
browsers: ["> 0.2%", "last 2 versions", "not dead", "Firefox >= 44"],
},
},
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python-quickbooks==0.9.3
pytz==2022.7.1
rauth==0.7.3
redis==4.5.4
reportlab==3.6.12
reportlab==3.6.13
requests==2.31.0
sentry-sdk[flask]==1.29.2
six==1.16.0
Expand Down
Loading