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

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #7

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions pylint.out
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
runid:zcujifymxg
runid:hbuxwnrkol
************* Module solver.__main__
solver/__main__.py:41:0: E0611: No name 'DigitSolver' in module 'solver' (no-name-in-module)
************* Module solver.util.pretty_solve.__main__
solver/util/pretty_solve/__main__.py:39:0: C0413: Import "from solver.solver import DigitSolver" should be placed at the top of the module (wrong-import-position)
************* Module solver.util.solve_auto.__main__
solver/util/solve_auto/__main__.py:51:0: E0401: Unable to import 'solve_auto' (import-error)
solver/util/solve_auto/__main__.py:66:0: C0413: Import "from solver.solver import DigitSolver" should be placed at the top of the module (wrong-import-position)
************* Module solver.util.pretty_solve.__main__
solver/util/pretty_solve/__main__.py:39:0: C0413: Import "from solver.solver import DigitSolver" should be placed at the top of the module (wrong-import-position)

-----------------------------------
Your code has been rated at 9.67/10
Expand Down
2 changes: 1 addition & 1 deletion pylint_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
selenium==4.10.0
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
Loading