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

Support [email protected] #43

Merged
merged 13 commits into from
Dec 7, 2023
Merged

Support [email protected] #43

merged 13 commits into from
Dec 7, 2023

Conversation

dotboris
Copy link
Contributor

@dotboris dotboris commented Dec 7, 2023

Jira: DT-6583

This PR ensures that stew works on [email protected]. During this process, I've had to update the lockfile so dependencies have been updated.

Copy link

github-actions bot commented Dec 7, 2023

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ❌ 3 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 8 package(s) with unknown licenses.
See the Details below.

License Issues

poetry.lock

PackageVersionLicenseIssue Type
click8.1.7BSD-2-Clause AND BSD-3-ClauseIncompatible License
colorama0.4.6BSD-2-Clause AND BSD-3-ClauseIncompatible License
pathspec0.11.2MPL-2.0Incompatible License
emoji2.9.0NullUnknown License
exceptiongroup1.2.0NullUnknown License
flake86.1.0NullUnknown License
packaging23.2NullUnknown License
pycodestyle2.11.1NullUnknown License
types-setuptools69.0.0.0NullUnknown License
typing-extensions4.8.0NullUnknown License

pyproject.toml

PackageVersionLicenseIssue Type
python> 3.8.1,< 4NullUnknown License
Allowed Licenses: 0BSD, Apache-2.0, Apache-2.0 AND MIT, Apache-2.0 AND BSD-3-Clause AND Python-2.0, Beerware, BlueOak-1.0.0, BSD-1-Clause, BSD-2-Clause, BSD-2-Clause-Patent, BSD-2-Clause-Views, BSD-2-Clause AND MIT, BSD-3-Clause, BSD-3-Clause-Attribution, BSD-3-Clause-Clear, BSL-1.0, CC-BY-3.0, CC-BY-4.0, CC0-1.0, CNRI-Python, curl, HPND, IBM-pibs, ImageMagick, ISC, JSON, MIT, MIT-0, MIT AND ISC, MIT AND Python-2.0, MIT-advertising, mpi-permissive, NCSA, ODC-By-1.0, PDDL-1.0, Plexus, PostgreSQL, PSF-2.0, Python-2.0, Python-2.0.1, SAX-PD, Unlicense, UPL-1.0, W3C, Wsuipa, WTFPL, X11, X11-distribute-modifications-variant, Xerox, Zlib, ZPL-2.1

Scanned Manifest Files

poetry.lock
pyproject.toml
  • importlib-resources@^ 6.1.1
  • python@> 3.8.1,< 4
  • python@> 3.8.0,< 4

@dotboris dotboris changed the title Add py3.12 to the tested python versions Support [email protected] Dec 7, 2023
@@ -13,7 +13,7 @@ packages = [


[tool.poetry.dependencies]
python = ">3.8.0,<4"
python = ">3.8.1,<4"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allows flake8 to go to v6.1+ which supports python 3.12. Before that it gets confused by the new f-strings grammar.

@dotboris dotboris marked this pull request as ready for review December 7, 2023 13:34
@dotboris dotboris requested review from jonapich, a team, sysboy, dblanchette, pballandras, wtrep and mikebaum and removed request for a team December 7, 2023 13:34
@dotboris dotboris merged commit 4dadd22 into main Dec 7, 2023
19 of 20 checks passed
@dotboris dotboris deleted the python-3.12 branch December 7, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants