Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade sqlparse from 0.4.4 to 0.5.0 #13

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"moment-timezone": "0.5.45",
"ms": "2.1.3",
"murmurhash-js": "1.0.0",
"naive-ui": "2.38.1",
"naive-ui": "2.38.2",
"pinia": "2.1.7",
"pinia-plugin-persist": "1.0.0",
"select2": "4.1.0-rc.0",
Expand All @@ -47,7 +47,7 @@
"sortablejs": "1.15.2",
"vanillajs-datepicker": "1.3.4",
"vue": "3.4.21",
"vue-router": "4.3.0",
"vue-router": "4.3.2",
"zxcvbn": "4.4.2"
},
"devDependencies": {
Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ html5lib>=1.1 # Only used in tests
inflect>= 6.0.2
jsonfield>=3.1.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
jsonschema[format]>=4.2.1
jwcrypto>=1.2 # for signed notifications - this is aspirational, and is not really used.
jwcrypto>=1.5.6 # for signed notifications - this is aspirational, and is not really used.
logging_tree>=1.9 # Used only by the showloggers management command
lxml>=4.8.0,<5
markdown>=3.3.6
Expand All @@ -45,7 +45,7 @@ mock>=4.0.3 # Used only by tests, of course
types-mock>=4.0.3
mypy~=1.7.0 # Version requirements determined by django-stubs.
oic>=1.3 # Used only by tests
Pillow>=9.1.0
Pillow>=10.3.0
psycopg2>=2.9.6
pyang>=2.5.3
pyflakes>=2.4.0
Expand All @@ -59,12 +59,12 @@ pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache
python-mimeparse>=1.6 # from TastyPie
pytz==2022.2.1 # Pinned as changes need to be vetted for their effect on Meeting fields
types-pytz==2022.2.1 # match pytz version
requests>=2.31.0
requests>=2.32.0
types-requests>=2.27.1
requests-mock>=1.9.3
rfc2html>=2.0.3
scout-apm>=2.24.2
selenium>=4.0
selenium>=4.15.1
tblib>=1.7.0 # So that the django test runner provides tracebacks
tlds>=2022042700 # Used to teach bleach about which TLDs currently exist
tqdm>=4.64.0
Expand All @@ -73,3 +73,5 @@ urllib3>=2
weasyprint>=59
xml2rfc>=3.12.4
xym>=0.6,<1.0
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
Loading
Loading