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

bump dev deps #101

Merged
merged 1 commit into from
Nov 23, 2021
Merged

bump dev deps #101

merged 1 commit into from
Nov 23, 2021

Conversation

nickw444
Copy link
Owner

As discussed in #100, this PR bumps the dev + docs dependencies.

I've personally been using Pipenv in my other python lib repos, which works well for automatically pinning, but obviously does increase the barrier to entry when contributing. Maybe worth considering?

https://github.com/nickw444/nessclient/blob/e0916e5fa6b76d436cfa0b47a006133071275ea8/Pipfile#L8-L11

sphinx
sphinxcontrib-napoleon
pallets-sphinx-themes
Pallets-Sphinx-Themes==2.0.2
Copy link
Owner Author

Choose a reason for hiding this comment

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

pip freeze | grep -i sphinx  > requirements-docs.txt

black==20.8b1
flake8-black==0.2.1
flake8-isort==4.0.0
black==21.11b1
Copy link
Owner Author

Choose a reason for hiding this comment

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

pip freeze | grep -E '(flake8|black)' > requirements-dev.txt

@nickw444 nickw444 requested review from HeMan and gmacon and removed request for HeMan November 23, 2021 10:08
Copy link
Collaborator

@HeMan HeMan left a comment

Choose a reason for hiding this comment

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

Looks good!

@nickw444 nickw444 merged commit 2dab466 into master Nov 23, 2021
@nickw444 nickw444 deleted the nwhyte/bump-dev-deps branch November 23, 2021 21:14
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.

None yet

2 participants