Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pylint requirement from ~=3.2 to ~=3.3 #785

Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
10833d6
Update pytest-cov requirement from ~=4.1 to ~=5.0 (#738)
dependabot[bot] Apr 12, 2024
b82147d
Update mkdocstrings[python-legacy] requirement from ~=0.24.1 to ~=0.2…
dependabot[bot] Apr 12, 2024
efa396f
Update mkdocstrings[python-legacy] requirement from ~=0.24.3 to ~=0.2…
dependabot[bot] Apr 29, 2024
7e0bca1
Update pytest requirement from ~=8.1 to ~=8.2 (#753)
dependabot[bot] Apr 29, 2024
01ba520
[Auto-generated] Update dependencies (#748)
TEAM4-0 Apr 17, 2024
65e1bf9
Added possibility for = in extra annotations defined in excelparser (…
francescalb Apr 26, 2024
2d123f2
[Auto-generated] Update dependencies (#750)
TEAM4-0 Apr 26, 2024
93044e5
Make it possible to run HermiT on EMMO (#740)
jesper-friis May 1, 2024
a98ee51
Added minor fixes for ontoconvert (#739)
jesper-friis May 2, 2024
ebdb53e
[Auto-generated] Update dependencies (#755)
TEAM4-0 May 3, 2024
f418dd3
[Auto-generated] Update dependencies (#760)
TEAM4-0 May 8, 2024
f8549aa
Merge branch 'master' into ci/dependabot-updates
francescalb May 8, 2024
01e8617
Update mike requirement from ~=2.0 to ~=2.1 (#758)
dependabot[bot] May 8, 2024
45850ac
Update mkdocstrings[python-legacy] requirement from ~=0.25.0 to ~=0.2…
dependabot[bot] May 8, 2024
5bc9317
Update mkdocs requirement from ~=1.5 to ~=1.6 (#749)
dependabot[bot] May 8, 2024
8949b1d
Update pylint requirement from ~=3.1 to ~=3.2 (#765)
dependabot[bot] May 29, 2024
51fcc85
Merge branch 'master' into ci/dependabot-updates
francescalb May 30, 2024
bdeab6b
Update numpy requirement from <2,>=1.19.5 to >=1.19.5,<3 (#771)
dependabot[bot] Jun 21, 2024
310f72b
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Jul 5, 2024
7ee6d02
Update pytest requirement from ~=8.2 to ~=8.3 (#774)
dependabot[bot] Jul 22, 2024
ca64725
Update pre-commit requirement from ~=3.7 to ~=3.8 (#775)
dependabot[bot] Jul 29, 2024
f1c2e5a
Update mkdocstrings[python-legacy] requirement from ~=0.25.1 to ~=0.2…
dependabot[bot] Jul 29, 2024
0c7f9cb
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Jul 29, 2024
9dbfbf9
Bump SINTEF/ci-cd from 2.7.4 to 2.8.0 (#778)
dependabot[bot] Jul 30, 2024
f18a4dd
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Jul 31, 2024
def69b3
Bump SINTEF/ci-cd from 2.8.0 to 2.8.1 (#781)
dependabot[bot] Aug 22, 2024
d5e9714
Bump SINTEF/ci-cd from 2.8.1 to 2.8.2 (#782)
dependabot[bot] Aug 23, 2024
277053e
Update mkdocstrings[python-legacy] requirement from ~=0.25.2 to ~=0.2…
dependabot[bot] Sep 9, 2024
4aaf2d5
Update pylint requirement from ~=3.2 to ~=3.3
dependabot[bot] Sep 23, 2024
48ec488
Merge branch 'ci/dependabot-updates' into dependabot/pip/ci/dependabo…
francescalb Oct 24, 2024
789029d
Merge branch 'ci/dependabot-updates' into dependabot/pip/ci/dependabo…
francescalb Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pre-commit>=2.21.0,<3; python_version<"3.9"
pre-commit~=3.8; python_version>="3.9"
pylint~=2.17; python_version<"3.8"
pylint~=3.2; python_version>="3.8"
pylint~=3.3; python_version>="3.8"
pytest~=7.4; python_version<"3.8"
pytest~=8.3; python_version>="3.8"
pytest-cov~=4.1; python_version<"3.8"
Expand Down
Loading