Skip to content

Commit 272bbf8

Browse files
Bump pylint from 3.3.4 to 3.3.6 (#168)
* Bump pylint from 3.3.4 to 3.3.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.4 to 3.3.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v3.3.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add clasifiers to `setup.py` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Schmidtmer <[email protected]>
1 parent 5d442fb commit 272bbf8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
name="crate-airflow-tutorial",
55
packages=find_packages(),
66
python_requires=">=3.12",
7+
classifiers=[
8+
"Intended Audience :: Developers",
9+
"License :: OSI Approved :: Apache Software License",
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.12",
12+
],
713
install_requires=["apache-airflow==2.10.5"],
814
extras_require={
915
"develop": [
10-
"pylint==3.3.4",
16+
"pylint==3.3.6",
1117
"black==25.1.0",
1218
],
1319
"testing": [

0 commit comments

Comments
 (0)