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

PEP-621 - pyproject.toml - DEPENDABOT compatible #138

Open
sam57719 opened this issue Jun 11, 2024 · 2 comments
Open

PEP-621 - pyproject.toml - DEPENDABOT compatible #138

sam57719 opened this issue Jun 11, 2024 · 2 comments
Assignees
Labels
🐛 bug Something isn't working dependencies Pull requests that update a dependency file 🆘 help wanted Extra attention is needed ❌ invalid This doesn't seem right 🔒 security security related
Milestone

Comments

@sam57719
Copy link
Collaborator

Investigate the above

@sam57719 sam57719 added 🐛 bug Something isn't working 🆘 help wanted Extra attention is needed ❌ invalid This doesn't seem right 🔒 security security related dependencies Pull requests that update a dependency file labels Jun 11, 2024
@sam57719 sam57719 added this to the SMIB v1.1 milestone Jun 11, 2024
@sam57719 sam57719 self-assigned this Jun 11, 2024
@sam57719
Copy link
Collaborator Author

Quick CHATGPT discussion r.e. PEP621 produced this. Need to test with poetry to see how it behaves

[project]
name = "smib"
version = "1.0.0"
description = ""
readme = "README.md"
authors = [
    { name = "sam57719", email = "sam57719@gmail.com" }
]

dependencies = [
    "python ~=3.11",
    "python-decouple ~=3.8",
    "slack-bolt ~=1.18.1",
    "python-dotenv ~=1.0.1",
    "flask ~=3.0.2",
    "simple-websocket-server ~=0.4.4",
    "websocket-client ~=1.7.0",
    "websockets ~=12.0",
    "tornado ~=6.4",
    "injectable ~=3.4.7",
    "apscheduler ~=3.10.4",
    "uvicorn ~=0.29.0",
    "dataclasses-json ~=0.6.4",
    "aiohttp ~=3.9.5",
    "pymongo ~=4.7.0",
    "mogo ~=0.6.0",
    "fastapi ~=0.111.0"
]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

@sam57719 sam57719 changed the title Dependabot not updating pyproject.toml PEP-621 - pyproject.toml - DEPENDABOT compatible Jun 11, 2024
@sjefferson99 sjefferson99 modified the milestones: SMIB v1.1, SMIB v1.2 Jun 13, 2024
@sam57719
Copy link
Collaborator Author

awaiting python-poetry/poetry#9448

@sjefferson99 sjefferson99 modified the milestones: SMIB v1.2, SMIB v1.3 Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working dependencies Pull requests that update a dependency file 🆘 help wanted Extra attention is needed ❌ invalid This doesn't seem right 🔒 security security related
Projects
None yet
Development

No branches or pull requests

2 participants