Skip to content

Commit 0624fc9

Browse files
Bump pylint from 3.2.7 to 3.3.1
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9c1c47 commit 0624fc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip-tools~=6.6.2
1010
PyMySQL==1.1.1
1111
pyGravatar==0.0.6
1212
git+https://github.com/maxcountryman/flask-uploads@master
13-
pylint~=3.2.7
13+
pylint~=3.3.1
1414
Pillow==10.3.0
1515
requests~=2.32.3
1616
sentry-sdk[flask]~=2.14.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alembic==1.13.3
88
# via flask-migrate
99
annotated-types==0.7.0
1010
# via pydantic
11-
astroid==3.2.4
11+
astroid==3.3.5
1212
# via pylint
1313
blinker==1.4
1414
# via sentry-sdk
@@ -87,7 +87,7 @@ mako==1.2.2
8787
# via
8888
# alembic
8989
# oic
90-
markupsafe==2.0.1
90+
markupsafe==2.1.2
9191
# via
9292
# -r requirements.in
9393
# jinja2
@@ -133,7 +133,7 @@ pygravatar==0.0.6
133133
# via -r requirements.in
134134
pyjwkest==1.4.2
135135
# via oic
136-
pylint==3.2.7
136+
pylint==3.3.1
137137
# via -r requirements.in
138138
pymysql==1.1.1
139139
# via -r requirements.in

0 commit comments

Comments
 (0)