mirror of
				https://github.com/KevinMidboe/termForecast.git
				synced 2025-10-29 18:00:17 +00:00 
			
		
		
		
	fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-2348630 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505 - https://snyk.io/vuln/SNYK-PYTHON-PYTHONLEVENSHTEIN-1061894
This commit is contained in:
		| @@ -1,4 +1,6 @@ | |||||||
| fire==0.1.1 | fire==0.1.1 | ||||||
| geoip2==2.5.0 | geoip2==2.5.0 | ||||||
| fuzzywuzzy==0.15.1 | fuzzywuzzy==0.15.1 | ||||||
| python-Levenshtein==0.12.0 | python-Levenshtein==0.12.1 | ||||||
|  | ipython>=7.16.3 # not directly required, pinned by Snyk to avoid a vulnerability | ||||||
|  | pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability | ||||||
		Reference in New Issue
	
	Block a user