Skip to content

Commit

Permalink
Update dependency pydantic to v2.7.4 (#2187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent eaac470 commit eb788a6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion external-import/alienvault/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
OTXv2==1.5.12
2 changes: 1 addition & 1 deletion external-import/crowdstrike/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pycti==6.1.12
lxml==5.2.2
crowdstrike-falconpy==1.4.3
pydantic==1.10.17
pydantic==2.7.4
2 changes: 1 addition & 1 deletion external-import/ironnet/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
2 changes: 1 addition & 1 deletion external-import/kaspersky/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
lxml==5.2.2
2 changes: 1 addition & 1 deletion external-import/malpedia/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
pycountry==24.6.1
2 changes: 1 addition & 1 deletion external-import/urlscan/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
validators==0.28.3
2 changes: 1 addition & 1 deletion external-import/valhalla/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
valhallaAPI==0.6.0
python-dateutil==2.9.0.post0
2 changes: 1 addition & 1 deletion external-import/zerofox/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydantic==2.7.1
pydantic==2.7.4
pytest==8.2.2
pycti==6.1.12
urllib3==2.2.2
2 changes: 1 addition & 1 deletion internal-enrichment/malbeacon/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
urllib3==2.2.2
validators==0.28.3
2 changes: 1 addition & 1 deletion internal-enrichment/shodan-internetdb/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.1.12
pydantic==1.10.17
pydantic==2.7.4
validators==0.28.3
2 changes: 1 addition & 1 deletion internal-import-file/import-document/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ urllib3==2.2.2
beautifulsoup4==4.12.3
pdfminer.six==20231228
stix==1.2.0.11
pydantic==1.10.17
pydantic==2.7.4
ioc-finder==7.3.0
dateparser==1.2.0
pyhumps==3.8.0
Expand Down

0 comments on commit eb788a6

Please sign in to comment.