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 geevent + python #35

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Bump geevent + python #35

wants to merge 11 commits into from

Conversation

SimonEismann
Copy link
Collaborator

This addresses the last "high" issue on Snyk.

Comment on lines +36 to +43
- name: Checkout
uses: actions/checkout@v2
- name: Build and Publish Python Package
uses: ./ # Use action in the root directory.
id: publish
with:
pypi-username: ${{ secrets.PYPI_USERNAME }}
pypi-password: ${{ secrets.PYPI_PASSWORD }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Formatter fixed the indentation here.

pyproject.toml Outdated
Comment on lines 31 to 34
pytest = "^8.3.4"
pytest-black = "^0.3"
pytest-cov = "^2.8"
pytest-flake8 = "^1.0"
pytest-flake8 = "^1.3.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Needed to bump these due to the python changes.

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.

2 participants