From 73617fba4e6f5301bc8fa3366f32a41924631717 Mon Sep 17 00:00:00 2001 From: yonittzairi Date: Wed, 12 Nov 2025 12:15:46 +0200 Subject: [PATCH] updated requirements --- .idea/.gitignore | 5 +++++ .idea/RobotProjectPreferences.xml | 6 ++++++ .idea/example-robot-framework.iml | 10 ++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ requirements.txt | 2 +- 7 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/RobotProjectPreferences.xml create mode 100644 .idea/example-robot-framework.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/RobotProjectPreferences.xml b/.idea/RobotProjectPreferences.xml new file mode 100644 index 0000000..4fd0d71 --- /dev/null +++ b/.idea/RobotProjectPreferences.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/example-robot-framework.iml b/.idea/example-robot-framework.iml new file mode 100644 index 0000000..2c80e12 --- /dev/null +++ b/.idea/example-robot-framework.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0fc4b93 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3a8948f..6b53ba6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -eyes-robotframework==5.12.0 +eyes-robotframework==6.4.12 robotframework==6.1 robotframework-seleniumlibrary==6.1.0 selenium==4.9.1 \ No newline at end of file