Skip to content

Commit 7d20f3d

Browse files
committed
Merge branch 'main' of github.com:argodevops/pybehave into main
2 parents 8b0b23e + 548e1e2 commit 7d20f3d

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

SECURITY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ddt==1.6.0
1313
elementpath==4.1.4
1414
Faker==19.1.0
1515
iniconfig==2.0.0
16-
Jinja2==3.1.2
16+
Jinja2==3.1.3
1717
packaging==23.1
1818
panda==0.3.1
19-
paramiko==3.3.1
19+
paramiko==3.4.0
2020
parse==1.19.1
2121
parse-type==0.6.2
2222
pdfminer==20191125
@@ -42,6 +42,6 @@ six==1.16.0
4242
testresources==2.0.1
4343
toml==0.10.2
4444
typing-extensions==4.7.1
45-
urllib3==2.0.3
45+
urllib3==2.0.7
4646
wily==1.24.2
4747
xmltodict==0.13.0

0 commit comments

Comments
 (0)