Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/django-environ-0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pettinga authored Nov 30, 2023
2 parents c7ff721 + 2c2030f commit 35a34ff
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 188 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@ ner_output_file.txt

# sqlite
db.sqlite3

requirements-dev.txt
Binary file modified fitness/fitness_metrics.db
Binary file not shown.
8 changes: 8 additions & 0 deletions pii-ner-exclude.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
" Redirect to the specified URL
parts/
Installer
htmlcov/
.cache
celery
macOS FS
NER
deprecation==2.1.0
django-environ==0.4.5
dotwiz==0.4.0
Expand Down
121 changes: 84 additions & 37 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,8 +10,8 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.8"
Django = "3.2.17"
boto3 = "1.17.89"
boto3 = "1.29.6"
Django = "4.2.7"
certifi = "^2023.07.22"
django-audit-log-middleware = "0.0.4"
django-basicauth = "0.5.2"
Expand All @@ -28,7 +28,7 @@ django-redis = "5.2.0"
django-sass-processor = "*"
django-storages = "1.11.1"
django-timezone-field = "4.2.3"
dpath = "1.4.2"
dpath = "2.1.6"
feed-gov-back = "0.4"
libsass = "*"
phonenumbers = "*"
Expand Down
Loading

0 comments on commit 35a34ff

Please sign in to comment.