Skip to content

Commit

Permalink
Fix vulnerability & bump tool TS-478 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvacareanu7 authored Jul 17, 2023
1 parent 0ba3be9 commit f6acdbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@10.2.3
codacy: codacy/base@10.8.0
codacy_plugins_test: codacy/plugins-test@1.1.1

workflows:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine3.17
FROM python:3.9-alpine3.18
COPY requirements.txt ./
RUN pip3 install --no-cache-dir -r requirements.txt
COPY docs /docs
Expand Down
2 changes: 1 addition & 1 deletion docs/patterns.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pylintpython3",
"version": "2.17.3",
"version": "2.17.4",
"patterns": [
{
"patternId": "E0103",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pylint==2.17.3
pylint==2.17.4
Django==4.1.7
pylint-django==2.5.3
Flask==2.2.3
Expand Down

0 comments on commit f6acdbe

Please sign in to comment.