Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed Aug 7, 2023
1 parent 45e8049 commit b8bab87
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 216 deletions.
7 changes: 0 additions & 7 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ DISABLE_LINTERS:
DISABLE:
- COPYPASTE
- SPELL

PRE_COMMANDS:
- command: python -m pip install -r requirements.in
cwd: "workspace"
- command: python -m pip install commentjson gitpython importlib-metadata jsonpickle multiprocessing_logging pychalk pygithub pytablewriter python-gitlab regex terminaltables && python -m pip install -r $OLDPWD/requirements.in
venv: pylint
cwd: "workspace"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM cgr.dev/chainguard/python:3.11.4-dev@sha256:b330aa1cd9a0dd5b6f68aad00cb67e8e03f02e6c16eabf9f065a03bb4b2301cd AS builder
FROM cgr.dev/chainguard/python:3.11.4-dev@sha256:0e964fbb6ebb43ce466dc902c4bb29b0bfeb8f68b635ba9774e49e42e96ada18 AS builder

COPY . /app

WORKDIR /app
RUN python -m pip install --no-cache-dir -r requirements.txt --require-hashes --no-warn-script-location;

FROM cgr.dev/chainguard/python:3.11.4@sha256:1d681e94835cb783dd717425aa8dff766148bcd6cee0417b8d3a746f0201dd6d
FROM cgr.dev/chainguard/python:3.11.4@sha256:6e512c60467cb53572112d8b5f1200d93cc7f883db01e57836fd93754f6bb4e8
USER nonroot
ENV DB_HOST localhost
ENV DB_NAME postgres
Expand Down
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pylint: disable=E0401,E0611
# pyright: reportMissingImports=false,reportMissingModuleSource=false

import base64
import logging
import os
Expand Down
11 changes: 6 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
fastapi==0.100.0
psycopg2_binary==2.9.6
pydantic==2.0.3
fastapi==0.101.0
psycopg2_binary==2.9.7
pydantic==2.1.1
SQLAlchemy==2.0.19
uvicorn==0.23.1
uvicorn==0.23.2
requests==2.31.0
pyjwt==2.8.0
pyjwt[crypto]
cryptography==41.0.2
cryptography==41.0.3
certifi==2023.7.22
Loading

0 comments on commit b8bab87

Please sign in to comment.