Skip to content

Commit f6acdbe

Browse files
Fix vulnerability & bump tool TS-478 (#185)
1 parent 0ba3be9 commit f6acdbe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.2.3
4+
codacy: codacy/base@10.8.0
55
codacy_plugins_test: codacy/plugins-test@1.1.1
66

77
workflows:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-alpine3.17
1+
FROM python:3.9-alpine3.18
22
COPY requirements.txt ./
33
RUN pip3 install --no-cache-dir -r requirements.txt
44
COPY docs /docs

docs/patterns.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pylintpython3",
3-
"version": "2.17.3",
3+
"version": "2.17.4",
44
"patterns": [
55
{
66
"patternId": "E0103",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pylint==2.17.3
1+
pylint==2.17.4
22
Django==4.1.7
33
pylint-django==2.5.3
44
Flask==2.2.3

0 commit comments

Comments
 (0)