Skip to content

Bump geevent + python #35

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

Merged
merged 11 commits into from
Dec 12, 2024
Merged

Bump geevent + python #35

merged 11 commits into from
Dec 12, 2024

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.

@SimonEismann SimonEismann merged commit b6401ba into master Dec 12, 2024
2 checks passed
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