File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed
Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " " # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Supported Versions
4+
5+ Use this section to tell people about which versions of your project are
6+ currently being supported with security updates.
7+
8+ | Version | Supported |
9+ | ------- | ------------------ |
10+ | 5.1.x | :white_check_mark : |
11+ | 5.0.x | :x : |
12+ | 4.0.x | :white_check_mark : |
13+ | < 4.0 | :x : |
14+
15+ ## Reporting a Vulnerability
16+
17+ Use this section to tell people how to report a vulnerability.
18+
19+ Tell them where to go, how often they can expect to get an update on a
20+ reported vulnerability, what to expect if the vulnerability is accepted or
21+ declined, etc.
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ ddt==1.6.0
1313elementpath == 4.1.4
1414Faker == 19.1.0
1515iniconfig == 2.0.0
16- Jinja2 == 3.1.2
16+ Jinja2 == 3.1.3
1717packaging == 23.1
1818panda == 0.3.1
19- paramiko == 3.3.1
19+ paramiko == 3.4.0
2020parse == 1.19.1
2121parse-type == 0.6.2
2222pdfminer == 20191125
@@ -42,6 +42,6 @@ six==1.16.0
4242testresources == 2.0.1
4343toml == 0.10.2
4444typing-extensions == 4.7.1
45- urllib3 == 2.0.3
45+ urllib3 == 2.0.7
4646wily == 1.24.2
4747xmltodict == 0.13.0
You can’t perform that action at this time.
0 commit comments