Skip to content

Commit

Permalink
Merge pull request #564 from ropable/master
Browse files Browse the repository at this point in the history
Minor dependency updates
  • Loading branch information
ropable authored Mar 25, 2024
2 parents 6982df7 + d33e177 commit 1228888
Show file tree
Hide file tree
Showing 6 changed files with 1,776 additions and 589 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Sea Turtles Database corporate application.
- `wastd`: the core Django project directory, containing common settings, configuration and templates.
- `observations`: the primary data model for the project, defining the `Encounter` and `Observation` models and subclasses.
- `users`: an extension of the Django `contrib.auth.models.User` class, customised for this project.
- `wamtram`: auto-generated model classes to provide readonly ORM utility for the legacy WAMTRAM database.
- `tagging`: an "interim" application to save data from the WAMTRAM database locally, prior to a future refactor of that data model into the `observations` application.
- `wamtram2`: auto-generated model classes to provide readonly ORM utility for the legacy WAMTRAM database.

The intent is for this project to replace the WAMTRAM legacy project and to act as the repository for
turtle tagging data. The `wamtram` application was created to ease access to the legacy database, and
Expand Down
101 changes: 56 additions & 45 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 @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
django = "4.2.10"
django = "4.2.11"
django-extensions = "3.2.3"
psycopg2 = "2.9.9"
dj-database-url = "2.1.0"
Expand Down Expand Up @@ -46,14 +46,14 @@ django-easy-select2 = "1.5.8"
sentry-sdk = {version = "1.42.0", extras = ["django"]}

[tool.poetry.group.dev.dependencies]
ipython = "^8.21.0"
ipdb = "^0.13.9"
black = "^22.10.0"
ruff = "^0.0.285"
ipython = "^8.22.2"
ipdb = "^0.13.13"
black = "^24.3.0"
ruff = "^0.3.3"
sphinx = "^7.0.1"
vulture = "^2.7"
django-debug-toolbar = "^4.2.0"
pre-commit = "^3.6.1"
pre-commit = "^3.6.2"

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

0 comments on commit 1228888

Please sign in to comment.