Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/werkzeug-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pettinga authored Nov 30, 2023
2 parents e2d7ad7 + 67c9d7c commit 2740c0a
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 195 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
136 changes: 94 additions & 42 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ 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"
django-chunk-upload-handlers = "0.0.11"
django-compressor = "*"
django-countries = "7.2.1"
django-csp = "3.7"
django-environ = "0.4.5"
django-environ = "0.11.2"
django-extensions = "2.2.1"
django-govuk-forms = "0.5"
django-govuk-template = "0.6"
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 2740c0a

Please sign in to comment.