File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,11 @@ jobs:
158158 #
159159 # Note that the job name should match the EDX_RELEASE value
160160
161- # No changes detected for dogwood.3-fun
162- # No changes detected for eucalyptus.3-bare
163- # Run jobs for the eucalyptus.3-wb release
164- eucalyptus.3-wb :
161+ # Run jobs for the dogwood.3-fun release
162+ dogwood.3-fun :
165163 << : [*defaults, *build_steps]
164+ # No changes detected for eucalyptus.3-bare
165+ # No changes detected for eucalyptus.3-wb
166166 # No changes detected for hawthorn.1-bare
167167 # No changes detected for hawthorn.1-oee
168168 # No changes detected for ironwood.2-bare
@@ -257,15 +257,15 @@ workflows:
257257
258258 # Build jobs
259259
260- # No changes detected so no job to run for dogwood.3-fun
261- # No changes detected so no job to run for eucalyptus.3-bare
262- # Run jobs for the eucalyptus.3-wb release
263- - eucalyptus.3-wb :
260+ # Run jobs for the dogwood.3-fun release
261+ - dogwood.3-fun :
264262 requires :
265263 - check-configuration
266264 filters :
267265 tags :
268266 ignore : /.*/
267+ # No changes detected so no job to run for eucalyptus.3-bare
268+ # No changes detected so no job to run for eucalyptus.3-wb
269269 # No changes detected so no job to run for hawthorn.1-bare
270270 # No changes detected so no job to run for hawthorn.1-oee
271271 # No changes detected so no job to run for ironwood.2-bare
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ redis==2.10.6
3333# Upgrade requests and urllib3 to prevent SSL certificate validation failure
3434# (we should use pyOpenSSL instead of the local openssl library). For reference, see:
3535# https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
36- requests == 2.22 .0
36+ requests == 2.31 .0
3737urllib3 [secure ]== 1.25.7
3838
3939# The version of gunicorn shipped with Open edX is too old. We want to use a
You can’t perform that action at this time.
0 commit comments