Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kosayoda authored Oct 23, 2023
2 parents 2e0bdd4 + fe0c8a7 commit eabecdd
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
80 changes: 40 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"
gunicorn = "21.2.0"
httpx = "0.25.0"
markdown = "3.4.4"
markdown = "3.5"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.3"
pymdown-extensions = "10.3.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0.1"
sentry-sdk = "1.31.0"
whitenoise = "6.5.0"
sentry-sdk = "1.32.0"
whitenoise = "6.6.0"
psycopg = {extras = ["binary"], version = "3.1.12"}

[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.0"
taskipy = "1.12.0"
ruff = "0.0.292"
ruff = "0.1.1"

[tool.poetry.group.lint.dependencies]
pre-commit = "3.4.0"
pre-commit = "3.5.0"

[tool.poetry.group.test.dependencies]
coverage = "7.3.2"
Expand Down

0 comments on commit eabecdd

Please sign in to comment.