Skip to content

Commit

Permalink
Merge branch 'main' into fix_nav
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Feb 13, 2024
2 parents ce39ec1 + 3fa1b44 commit 54786dc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "3.11.2"
toml = "^0.10.2"
Django = "^5.0.2"
dj-database-url = "^1.0.0"
django-allauth = "^0.61.0"
django-allauth = "^0.61.1"
beautifulsoup4 = "^4.12.3"
colorthief = "^0.2.1"
django-email-obfuscator = "^0.1.5"
Expand Down Expand Up @@ -61,10 +61,10 @@ django-filter = "^22.1"
webdriver-manager = "^4.0.1"
pillow = "^10.2.0"
chromedriver-autoinstaller = "^0.6.4"
sentry-sdk = "^1.40.2"
sentry-sdk = "^1.40.3"

[tool.poetry.dev-dependencies]
black = "^24.1.1"
black = "^24.2.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 54786dc

Please sign in to comment.