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

Dependencies are outdated #30

Open
MglMX opened this issue Nov 19, 2020 · 2 comments · May be fixed by #32
Open

Dependencies are outdated #30

MglMX opened this issue Nov 19, 2020 · 2 comments · May be fixed by #32

Comments

@MglMX
Copy link

MglMX commented Nov 19, 2020

The dependencies certifi,requests and urllib3 have newer versions. Now I get the following errors:

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

gophish 0.5.1 requires certifi==2020.6.20, but you'll have certifi 2020.11.8 which is incompatible.
gophish 0.5.1 requires requests==2.24.0, but you'll have requests 2.25.0 which is incompatible.
gophish 0.5.1 requires urllib3==1.25.10, but you'll have urllib3 1.26.2 which is incompatible.

Perhaps it would be a good idea to specify the requirements of the package in a range: "requests>=2,<3"

That way the required dependencies don't need to be updated in setup.py every time that there is a minor update of a package.

@jsf9k
Copy link

jsf9k commented Sep 14, 2021

Is there any chance of updating the dependencies or at least pinning to just the major version?

JJK96 added a commit to JJK96/api-client-python that referenced this issue Oct 7, 2021
Resolves the following messages by PIP:

gophish 0.5.1 requires certifi==2020.6.20, but you have certifi 2021.5.30 which is incompatible.
gophish 0.5.1 requires requests==2.24.0, but you have requests 2.26.0 which is incompatible.
gophish 0.5.1 requires urllib3==1.25.10, but you have urllib3 1.26.7 which is incompatible.

Fix gophish#30
@JJK96 JJK96 linked a pull request Oct 7, 2021 that will close this issue
@sei-dspooner
Copy link

Bump. chardet==3.0.4 is also causing issues here.

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 a pull request may close this issue.

3 participants