Skip to content

Commit

Permalink
bumping stuff to get rid of vulnerable version of requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jksolbakken committed Jan 12, 2024
1 parent 7a4d91d commit f7d39c2
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 383 deletions.
3 changes: 2 additions & 1 deletion nais_verification/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from pathlib import Path
from typing import Optional

from pydantic import BaseSettings, AnyHttpUrl
from pydantic_settings import BaseSettings
from pydantic import AnyHttpUrl


class Settings(BaseSettings):
Expand Down
Loading

0 comments on commit f7d39c2

Please sign in to comment.