Skip to content

Commit a14eec6

Browse files
Merge pull request #71 from NHSDigital/sh-remove-python-sql-fstring-page
Made changes to remove python fstrings SQL page - potential security …
2 parents 1c686ac + ae5ba17 commit a14eec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ nav:
9898
- Handling file paths: training_resources/python/handling-file-paths.md
9999
- Logging and error handling in Python: training_resources/python/logging-and-error-handling.md
100100
- Project structure and packaging: training_resources/python/project-structure-and-packaging.md
101-
- Using Python f-strings to run SQL queries: training_resources/python/using-f-strings-sql-queries.md
101+
#- Using Python f-strings to run SQL queries: training_resources/python/using-f-strings-sql-queries.md
102102
- Using config files: training_resources/python/config-files.md
103103
- Data Classes: training_resources/python/data-classes.md
104104
- Virtual environments:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tinycss2==1.2.1
6363
toml==0.10.2
6464
tornado==6.3.3
6565
traitlets==5.13.0
66-
typing_extensions==4.8.0
66+
typing_extensions==4.1.0
6767
urllib3==2.1.0
6868
watchdog==3.0.0
6969
webencodings==0.5.1

0 commit comments

Comments
 (0)